Html Css Color HEX #858E9C Light Slate Grey

📋 copy color: '#858E9C'

red 133 ◦ green 142 ◦ blue 156

#858E9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #858E9C

Tints of Light Slate Grey #858E9C

RGB

 RED value IS 133 (52.34% from 255) = 30.86%

 GREEN value IS 142 (55.86% from 255) = 32.95%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 30.86%
G = 32.95%
B = 36.19%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#858E9C (or 0x858E9C) is known color: Light Slate Grey. HEX triplet: 85, 8E and 9C. RGB value is (133,142,156). Sum of RGB (Red+Green+Blue) = 133+142+156=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #858E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E9C is #7A7163. Grayscale: #8C8C8C. Windows color (decimal): -8024420 or 10260101. OLE color: 10260101.

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

Color convert

RGB 133 142 156 -
CMYK 0.15 0.09 0 0.39
HSL 216.52º 0.1% 0.57% -
HSV(B) 216.52º 0.15% 0.61% -
XYZ 25.35 26.73 35.28 -
YUV 140.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 133 142 156 0.15 0.09 0 0.39 216.52 0.1 0.57
Hex 85 8E 9C F 9 0 27 D9 A 39
Octal 205 216 234 17 11 0 47 331 12 71
Binary 10000101 10001110 10011100 1111 1001 0 100111 11011001 1010 111001

Color Harmonies of #858E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E9C

Black with #858E9C

Text Example


Text Example

White with #858E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #858E9C;
 }
 .AnyTagClassName
 {
   color: #858E9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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