#858AFD

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

Shades of Light Slate Blue #858AFD

Tints of Light Slate Blue #858AFD

Color information

#858AFD (or 0x858AFD) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8A and FD. RGB value is (133,138,253). Sum of RGB (Red+Green+Blue) = 133+138+253=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #858AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AFD is #7A7502. Grayscale: #959595. Windows color (decimal): -8025347 or 16616069. OLE color: 16616069.

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

Color convert

RGB133138253-
CMYK0.470.4500.01
HSL237.5º96.77%75.69%-
HSV(B)237.5º47.43%99.22%-
XYZ36.4930.2696.85-
YUV149.62186.34116.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=25.38%
G=26.34%
B=48.28%

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
Decimal1331382530.470.4500.01237.596.7775.69
Hex858AFD2F2D01ee614c
Octal205212375575501356141114
Binary100001011000101011111101101111101101011110111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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