Html Css Color HEX #89919C Light Slate Grey

📋 copy color: '#89919C'

red 137 ◦ green 145 ◦ blue 156

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

Shades of Light Slate Grey #89919C

Tints of Light Slate Grey #89919C

RGB

 RED value IS 137 (53.91% from 255) = 31.28%

 GREEN value IS 145 (57.03% from 255) = 33.11%

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

R = 31.28%
G = 33.11%
B = 35.62%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89919C (or 0x89919C) is known color: Light Slate Grey. HEX triplet: 89, 91 and 9C. RGB value is (137,145,156). Sum of RGB (Red+Green+Blue) = 137+145+156=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #89919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89919C is #766E63. Grayscale: #8F8F8F. Windows color (decimal): -7761508 or 10260873. OLE color: 10260873.

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

Color convert

RGB 137 145 156 -
CMYK 0.12 0.07 0 0.39
HSL 214.74º 0.09% 0.57% -
HSV(B) 214.74º 0.12% 0.61% -
XYZ 26.44 27.97 35.46 -
YUV 143.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 137 145 156 0.12 0.07 0 0.39 214.74 0.09 0.57
Hex 89 91 9C C 7 0 27 D7 9 39
Octal 211 221 234 14 7 0 47 327 11 71
Binary 10001001 10010001 10011100 1100 111 0 100111 11010111 1001 111001

Color Harmonies of #89919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89919C

Black with #89919C

Text Example


Text Example

White with #89919C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89919C; }

 p { color: rgb(137,145,156); }

 H1.HeaderClassName
 {
   color: #89919C;
 }
 .AnyTagClassName
 {
   color: #89919C;
 }
</style>

background-color css

<style>
 a { background-color: #89919C; }

 a { background-color: rgb(137,145,156); }

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

border-color css

<style>
 span { border-color: #89919C; }

 span { border-color: rgb(137,145,156); }

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