#8A8987

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

Shades of Heathered Grey #8A8987

Tints of Heathered Grey #8A8987

Color information

#8A8987 (or 0x8A8987) is unknown color: approx Heathered Grey. HEX triplet: 8A, 89 and 87. RGB value is (138,137,135). Sum of RGB (Red+Green+Blue) = 138+137+135=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8987 is #757678. Grayscale: #898989. Windows color (decimal): -7698041 or 8882570. OLE color: 8882570.

HSL color Cylindrical-coordinate representation of color #8A8987: hue angle of 40º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8A8987 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB138137135-
CMYK00.010.020.46
HSL40º1.27%53.53%-
HSV(B)40º2.17%54.12%-
XYZ23.825.0426.5-
YUV137.07126.83128.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.66%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=33.66%
G=33.41%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813713500.010.020.46401.2753.53
Hex8A89870122E28136
Octal2122112070125650166
Binary10001010100010011000011101101011101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8987; }

 p { color: rgb(138,137,135); }

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

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

 a { background-color: rgb(138,137,135); }

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

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

 span { border-color: rgb(138,137,135); }

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