Shades of Heathered Grey #8D8983
Tints of Heathered Grey #8D8983
RGB
CMYK
RGB Variations
Color information
#8D8983 (or 0x8D8983) is known color: Heathered Grey. HEX triplet: 8D, 89 and 83. RGB value is (141,137,131). Sum of RGB (Red+Green+Blue) = 141+137+131=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8983 is #72767C. Grayscale: #898989. Windows color (decimal): -7501437 or 8620429. OLE color: 8620429.
HSL color Cylindrical-coordinate representation of color #8D8983: hue angle of 36º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D8983 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 131 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.45 |
| HSL | 36º | 0.04% | 0.53% | - |
| HSV(B) | 36º | 0.07% | 0.55% | - |
| XYZ | 24.03 | 25.19 | 25.07 | - |
| YUV | 137.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 131 | 0 | 0.03 | 0.07 | 0.45 | 36 | 0.04 | 0.53 |
| Hex | 8D | 89 | 83 | 0 | 3 | 7 | 2D | 24 | 4 | 35 |
| Octal | 215 | 211 | 203 | 0 | 3 | 7 | 55 | 44 | 4 | 65 |
| Binary | 10001101 | 10001001 | 10000011 | 0 | 11 | 111 | 101101 | 100100 | 100 | 110101 |
Color Harmonies of #8D8983
Complementary color
Monochromatic Colors of #8D8983
Black with #8D8983
Text Example
Text Example
White with #8D8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8983; }
p { color: rgb(141,137,131); }
H1.HeaderClassName
{
color: #8D8983;
}
.AnyTagClassName
{
color: #8D8983;
}
</style>
background-color css
<style>
a { background-color: #8D8983; }
a { background-color: rgb(141,137,131); }
div.DivClassName
{
background-color: #8D8983;
}
.BgClassName
{
background-color: #8D8983;
}
</style>
border-color css
<style>
span { border-color: #8D8983; }
span { border-color: rgb(141,137,131); }
td.TdClassName
{
border-color: #8D8983;
}
.TagClassName
{
border-color: #8D8983;
}
</style>