Shades of Grey Suit #8D8997
Tints of Grey Suit #8D8997
RGB
CMYK
RGB Variations
Color information
#8D8997 (or 0x8D8997) is known color: Grey Suit. HEX triplet: 8D, 89 and 97. RGB value is (141,137,151). Sum of RGB (Red+Green+Blue) = 141+137+151=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D8997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8997 is #727668. Grayscale: #8B8B8B. Windows color (decimal): -7501417 or 9931149. OLE color: 9931149.
HSL color Cylindrical-coordinate representation of color #8D8997: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8997 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 137 | 151 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.41 |
| HSL | 257.14º | 0.06% | 0.56% | - |
| HSV(B) | 257.14º | 0.09% | 0.59% | - |
| XYZ | 25.52 | 25.79 | 32.91 | - |
| YUV | 139.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 151 | 0.07 | 0.09 | 0 | 0.41 | 257.14 | 0.06 | 0.56 |
| Hex | 8D | 89 | 97 | 7 | 9 | 0 | 29 | 101 | 6 | 38 |
| Octal | 215 | 211 | 227 | 7 | 11 | 0 | 51 | 401 | 6 | 70 |
| Binary | 10001101 | 10001001 | 10010111 | 111 | 1001 | 0 | 101001 | 100000001 | 110 | 111000 |
Color Harmonies of #8D8997
Complementary color
Monochromatic Colors of #8D8997
Black with #8D8997
Text Example
Text Example
White with #8D8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8997; }
p { color: rgb(141,137,151); }
H1.HeaderClassName
{
color: #8D8997;
}
.AnyTagClassName
{
color: #8D8997;
}
</style>
background-color css
<style>
a { background-color: #8D8997; }
a { background-color: rgb(141,137,151); }
div.DivClassName
{
background-color: #8D8997;
}
.BgClassName
{
background-color: #8D8997;
}
</style>
border-color css
<style>
span { border-color: #8D8997; }
span { border-color: rgb(141,137,151); }
td.TdClassName
{
border-color: #8D8997;
}
.TagClassName
{
border-color: #8D8997;
}
</style>