Html Css Color HEX #858E97 Light Slate Grey

📋 copy color: '#858E97'

red 133 ◦ green 142 ◦ blue 151

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

Shades of Light Slate Grey #858E97

Tints of Light Slate Grey #858E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.45%

R = 31.22%
G = 33.33%
B = 35.45%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#858E97 (or 0x858E97) is known color: Light Slate Grey. HEX triplet: 85, 8E and 97. RGB value is (133,142,151). Sum of RGB (Red+Green+Blue) = 133+142+151=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 151 - color contains mainly: blue. Hex color #858E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E97 is #7A7168. Grayscale: #8C8C8C. Windows color (decimal): -8024425 or 9932421. OLE color: 9932421.

HSL color Cylindrical-coordinate representation of color #858E97: hue angle of 210º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858E97 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 142 151 -
CMYK 0.12 0.06 0 0.41
HSL 210º 0.08% 0.56% -
HSV(B) 210º 0.12% 0.59% -
XYZ 24.93 26.57 33.09 -
YUV 140.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 133 142 151 0.12 0.06 0 0.41 210 0.08 0.56
Hex 85 8E 97 C 6 0 29 D2 8 38
Octal 205 216 227 14 6 0 51 322 10 70
Binary 10000101 10001110 10010111 1100 110 0 101001 11010010 1000 111000

Color Harmonies of #858E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E97

Black with #858E97

Text Example


Text Example

White with #858E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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