#858BF9

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

Shades of Light Slate Blue #858BF9

Tints of Light Slate Blue #858BF9

Color information

#858BF9 (or 0x858BF9) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8B and F9. RGB value is (133,139,249). Sum of RGB (Red+Green+Blue) = 133+139+249=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #858BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BF9 is #7A7406. Grayscale: #959595. Windows color (decimal): -8025095 or 16354181. OLE color: 16354181.

HSL color Cylindrical-coordinate representation of color #858BF9: hue angle of 236.9º 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 #858BF9 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133139249-
CMYK0.470.4400.02
HSL236.9º90.62%74.9%-
HSV(B)236.9º46.59%97.65%-
XYZ3630.2993.57-
YUV149.75184.01116.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.53%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=25.53%
G=26.68%
B=47.79%

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
Decimal1331392490.470.4400.02236.990.6274.9
Hex858BF92F2C02ed5b4b
Octal205213371575402355133113
Binary1000010110001011111110011011111011000101110110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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