#858CFE

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

Shades of Light Slate Blue #858CFE

Tints of Light Slate Blue #858CFE

Color information

#858CFE (or 0x858CFE) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8C and FE. RGB value is (133,140,254). Sum of RGB (Red+Green+Blue) = 133+140+254=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #858CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CFE is #7A7301. Grayscale: #969696. Windows color (decimal): -8024834 or 16682117. OLE color: 16682117.

HSL color Cylindrical-coordinate representation of color #858CFE: hue angle of 236.53º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #858CFE is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133140254-
CMYK0.480.4500.00
HSL236.53º98.37%75.88%-
HSV(B)236.53º47.64%99.61%-
XYZ36.9430.997.78-
YUV150.9186.18115.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=25.24%
G=26.57%
B=48.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331402540.480.4500.00236.5398.3775.88
Hex858CFE302D00ed624c
Octal205214376605500355142114
Binary100001011000110011111110110000101101001110110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,140,254); }

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

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

 a { background-color: rgb(133,140,254); }

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

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

 span { border-color: rgb(133,140,254); }

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