#858AF8

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

Shades of Light Slate Blue #858AF8

Tints of Light Slate Blue #858AF8

Color information

#858AF8 (or 0x858AF8) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8A and F8. RGB value is (133,138,248). Sum of RGB (Red+Green+Blue) = 133+138+248=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #858AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AF8 is #7A7507. Grayscale: #949494. Windows color (decimal): -8025352 or 16288389. OLE color: 16288389.

HSL color Cylindrical-coordinate representation of color #858AF8: hue angle of 237.39º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858AF8 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB133138248-
CMYK0.460.4400.03
HSL237.39º89.15%74.71%-
HSV(B)237.39º46.37%97.25%-
XYZ35.729.9492.7-
YUV149.04183.84116.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.63%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 248 (97.27% from 255) = 47.78%
R=25.63%
G=26.59%
B=47.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1331382480.460.4400.03237.3989.1574.71
Hex858AF82E2C03ed594b
Octal205212370565403355131113
Binary1000010110001010111110001011101011000111110110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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