#89919A

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

Shades of Light Slate Grey #89919A

Tints of Light Slate Grey #89919A

Color information

#89919A (or 0x89919A) is unknown color: approx Light Slate Grey. HEX triplet: 89, 91 and 9A. RGB value is (137,145,154). Sum of RGB (Red+Green+Blue) = 137+145+154=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 154 - color contains mainly: blue. Hex color #89919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89919A is #766E65. Grayscale: #8F8F8F. Windows color (decimal): -7761510 or 10129801. OLE color: 10129801.

HSL color Cylindrical-coordinate representation of color #89919A: hue angle of 211.76º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #89919A is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137145154-
CMYK0.110.0600.40
HSL211.76º7.76%57.06%-
HSV(B)211.76º11.04%60.39%-
XYZ26.2727.934.57-
YUV143.63133.85123.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=31.42%
G=33.26%
B=35.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371451540.110.0600.40211.767.7657.06
Hex89919AB6028d4839
Octal2112212321360503241071
Binary10001001100100011001101010111100101000110101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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