#89929D

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

Shades of Light Slate Grey #89929D

Tints of Light Slate Grey #89929D

Color information

#89929D (or 0x89929D) is unknown color: approx Light Slate Grey. HEX triplet: 89, 92 and 9D. RGB value is (137,146,157). Sum of RGB (Red+Green+Blue) = 137+146+157=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #89929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89929D is #766D62. Grayscale: #909090. Windows color (decimal): -7761251 or 10326665. OLE color: 10326665.

HSL color Cylindrical-coordinate representation of color #89929D: hue angle of 213º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89929D is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137146157-
CMYK0.130.0700.38
HSL213º9.26%57.65%-
HSV(B)213º12.74%61.57%-
XYZ26.6828.3135.96-
YUV144.56135.02122.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=31.14%
G=33.18%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371461570.130.0700.382139.2657.65
Hex89929DD7026d593a
Octal2112222351570463251172
Binary10001001100100101001110111011110100110110101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89929D; }

 p { color: rgb(137,146,157); }

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

<style>
 a { background-color: #89929D; }

 a { background-color: rgb(137,146,157); }

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

<style>
 span { border-color: #89929D; }

 span { border-color: rgb(137,146,157); }

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