#858AF9

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

Shades of Light Slate Blue #858AF9

Tints of Light Slate Blue #858AF9

Color information

#858AF9 (or 0x858AF9) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8A and F9. RGB value is (133,138,249). Sum of RGB (Red+Green+Blue) = 133+138+249=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #858AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AF9 is #7A7506. Grayscale: #949494. Windows color (decimal): -8025351 or 16353925. OLE color: 16353925.

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

Color convert

RGB133138249-
CMYK0.470.4500.02
HSL237.41º90.62%74.9%-
HSV(B)237.41º46.59%97.65%-
XYZ35.863093.52-
YUV149.16184.34116.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=25.58%
G=26.54%
B=47.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331382490.470.4500.02237.4190.6274.9
Hex858AF92F2D02ed5b4b
Octal205212371575502355133113
Binary1000010110001010111110011011111011010101110110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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