#8F8D89

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

Shades of Heathered Grey #8F8D89

Tints of Heathered Grey #8F8D89

Color information

#8F8D89 (or 0x8F8D89) is unknown color: approx Heathered Grey. HEX triplet: 8F, 8D and 89. RGB value is (143,141,137). Sum of RGB (Red+Green+Blue) = 143+141+137=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8D89 is #707276. Grayscale: #8D8D8D. Windows color (decimal): -7369335 or 9014671. OLE color: 9014671.

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

Color convert

RGB143141137-
CMYK00.010.040.44
HSL40º2.61%54.9%-
HSV(B)40º4.2%56.08%-
XYZ25.3726.727.48-
YUV141.14125.66129.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=33.97%
G=33.49%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14314113700.010.040.44402.6154.9
Hex8F8D890142C28337
Octal2172152110145450367
Binary1000111110001101100010010110010110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,141,137); }

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

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

 a { background-color: rgb(143,141,137); }

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

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

 span { border-color: rgb(143,141,137); }

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