#858E9B

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

Shades of Light Slate Grey #858E9B

Tints of Light Slate Grey #858E9B

Color information

#858E9B (or 0x858E9B) is unknown color: approx Light Slate Grey. HEX triplet: 85, 8E and 9B. RGB value is (133,142,155). Sum of RGB (Red+Green+Blue) = 133+142+155=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #858E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E9B is #7A7164. Grayscale: #8C8C8C. Windows color (decimal): -8024421 or 10194565. OLE color: 10194565.

HSL color Cylindrical-coordinate representation of color #858E9B: hue angle of 215.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858E9B is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133142155-
CMYK0.140.0800.39
HSL215.45º9.91%56.47%-
HSV(B)215.45º14.19%60.78%-
XYZ25.2626.734.83-
YUV140.79136.02122.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=30.93%
G=33.02%
B=36.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331421550.140.0800.39215.459.9156.47
Hex858E9BE8027d7a38
Octal20521623316100473271270
Binary100001011000111010011011111010000100111110101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,142,155); }

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

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

 a { background-color: rgb(133,142,155); }

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

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

 span { border-color: rgb(133,142,155); }

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