#858CF9

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

Shades of Light Slate Blue #858CF9

Tints of Light Slate Blue #858CF9

Color information

#858CF9 (or 0x858CF9) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8C and F9. RGB value is (133,140,249). Sum of RGB (Red+Green+Blue) = 133+140+249=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #858CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CF9 is #7A7306. Grayscale: #959595. Windows color (decimal): -8024839 or 16354437. OLE color: 16354437.

HSL color Cylindrical-coordinate representation of color #858CF9: hue angle of 236.38º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858CF9 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133140249-
CMYK0.470.4400.02
HSL236.38º90.62%74.9%-
HSV(B)236.38º46.59%97.65%-
XYZ36.1530.5893.62-
YUV150.33183.68115.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.48%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=25.48%
G=26.82%
B=47.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331402490.470.4400.02236.3890.6274.9
Hex858CF92F2C02ec5b4b
Octal205214371575402354133113
Binary1000010110001100111110011011111011000101110110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858CF9; }

 p { color: rgb(133,140,249); }

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

<style>
 a { background-color: #858CF9; }

 a { background-color: rgb(133,140,249); }

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

<style>
 span { border-color: #858CF9; }

 span { border-color: rgb(133,140,249); }

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