#89919C

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

Shades of Light Slate Grey #89919C

Tints of Light Slate Grey #89919C

Color information

#89919C (or 0x89919C) is unknown color: approx 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

RGB137145156-
CMYK0.120.0700.39
HSL214.74º8.76%57.45%-
HSV(B)214.74º12.18%61.18%-
XYZ26.4427.9735.46-
YUV143.86134.85123.11-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371451560.120.0700.39214.748.7657.45
Hex89919CC7027d7939
Octal2112212341470473271171
Binary10001001100100011001110011001110100111110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>