#989287

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

Shades of Heathered Grey #989287

Tints of Heathered Grey #989287

Color information

#989287 (or 0x989287) is unknown color: approx Heathered Grey. HEX triplet: 98, 92 and 87. RGB value is (152,146,135). Sum of RGB (Red+Green+Blue) = 152+146+135=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #989287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989287 is #676D78. Grayscale: #929292. Windows color (decimal): -6778233 or 8884888. OLE color: 8884888.

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

Color convert

RGB152146135-
CMYK00.040.110.40
HSL38.82º7.62%56.27%-
HSV(B)38.82º11.18%59.61%-
XYZ27.628.9827.06-
YUV146.54121.49131.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=35.10%
G=33.72%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214613500.040.110.4038.827.6256.27
Hex98928704B2827838
Octal230222207041350471070
Binary100110001001001010000111010010111010001001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989287; }

 p { color: rgb(152,146,135); }

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

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

 a { background-color: rgb(152,146,135); }

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

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

 span { border-color: rgb(152,146,135); }

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