#858AFC

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

Shades of Light Slate Blue #858AFC

Tints of Light Slate Blue #858AFC

Color information

#858AFC (or 0x858AFC) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8A and FC. RGB value is (133,138,252). Sum of RGB (Red+Green+Blue) = 133+138+252=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #858AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AFC is #7A7503. Grayscale: #959595. Windows color (decimal): -8025348 or 16550533. OLE color: 16550533.

HSL color Cylindrical-coordinate representation of color #858AFC: hue angle of 237.48º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858AFC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133138252-
CMYK0.470.4500.01
HSL237.48º95.2%75.49%-
HSV(B)237.48º47.22%98.82%-
XYZ36.3330.1996.01-
YUV149.5185.84116.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.43%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 252 (98.83% from 255) = 48.18%
R=25.43%
G=26.39%
B=48.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331382520.470.4500.01237.4895.275.49
Hex858AFC2F2D01ed5f4b
Octal205212374575501355137113
Binary100001011000101011111100101111101101011110110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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