#928E89

Color #928E89 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #928E89

Tints of Heathered Grey #928E89

Color information

#928E89 (or 0x928E89) is unknown color: approx Heathered Grey. HEX triplet: 92, 8E and 89. RGB value is (146,142,137). Sum of RGB (Red+Green+Blue) = 146+142+137=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 146 - color contains mainly: red. Hex color #928E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928E89 is #6D7176. Grayscale: #8E8E8E. Windows color (decimal): -7172471 or 9014930. OLE color: 9014930.

HSL color Cylindrical-coordinate representation of color #928E89: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #928E89 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB146142137-
CMYK00.030.060.43
HSL33.33º3.96%55.49%-
HSV(B)33.33º6.16%57.25%-
XYZ26.0427.2627.56-
YUV142.63124.83130.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=34.35%
G=33.41%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614213700.030.060.4333.333.9655.49
Hex928E890362B21437
Octal2222162110365341467
Binary100100101000111010001001011110101011100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928E89; }

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

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

<style>
 a { background-color: #928E89; }

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

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

<style>
 span { border-color: #928E89; }

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

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