#737AFF

Color #737AFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #737AFF

Tints of Light Slate Blue #737AFF

Color information

#737AFF (or 0x737AFF) is unknown color: approx Light Slate Blue. HEX triplet: 73, 7A and FF. RGB value is (115,122,255). Sum of RGB (Red+Green+Blue) = 115+122+255=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #737AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737AFF is #8C8500. Grayscale: #868686. Windows color (decimal): -9209089 or 16743027. OLE color: 16743027.

HSL color Cylindrical-coordinate representation of color #737AFF: hue angle of 237º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #737AFF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB115122255-
CMYK0.550.5200
HSL237º100%72.55%-
HSV(B)237º54.9%100%-
XYZ32.0824.7897.7-
YUV135.07195.68113.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 23.37%
GREEN value IS 122 (48.05% from 255) = 24.80%
BLUE value IS 255 (100% from 255) = 51.83%
R=23.37%
G=24.80%
B=51.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1151222550.550.520023710072.55
Hex737AFF373400ed6449
Octal163172377676400355144111
Binary1110011111101011111111110111110100001110110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737AFF; }

 p { color: rgb(115,122,255); }

 H1.HeaderClassName
 {
   color: #737AFF;
 }
 .AnyTagClassName
 {
   color: #737AFF;
 }
</style>
background-color css

<style>
 a { background-color: #737AFF; }

 a { background-color: rgb(115,122,255); }

 div.DivClassName
 {
   background-color: #737AFF;
 }
 .BgClassName
 {
   background-color: #737AFF;
 }
</style>
border-color css

<style>
 span { border-color: #737AFF; }

 span { border-color: rgb(115,122,255); }

 td.TdClassName
 {
   border-color: #737AFF;
 }
 .TagClassName
 {
   border-color: #737AFF;
 }
</style>