Shades of Grey Suit #8F8B97
Tints of Grey Suit #8F8B97
RGB
CMYK
RGB Variations
Color information
#8F8B97 (or 0x8F8B97) is known color: Grey Suit. HEX triplet: 8F, 8B and 97. RGB value is (143,139,151). Sum of RGB (Red+Green+Blue) = 143+139+151=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F8B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8B97 is #707468. Grayscale: #8D8D8D. Windows color (decimal): -7369833 or 9931663. OLE color: 9931663.
HSL color Cylindrical-coordinate representation of color #8F8B97: hue angle of 260º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F8B97 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 139 | 151 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.41 |
| HSL | 260º | 0.05% | 0.57% | - |
| HSV(B) | 260º | 0.08% | 0.59% | - |
| XYZ | 26.15 | 26.54 | 33.02 | - |
| YUV | 141.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 151 | 0.05 | 0.08 | 0 | 0.41 | 260 | 0.05 | 0.57 |
| Hex | 8F | 8B | 97 | 5 | 8 | 0 | 29 | 104 | 5 | 39 |
| Octal | 217 | 213 | 227 | 5 | 10 | 0 | 51 | 404 | 5 | 71 |
| Binary | 10001111 | 10001011 | 10010111 | 101 | 1000 | 0 | 101001 | 100000100 | 101 | 111001 |
Color Harmonies of #8F8B97
Complementary color
Monochromatic Colors of #8F8B97
Black with #8F8B97
Text Example
Text Example
White with #8F8B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8B97; }
p { color: rgb(143,139,151); }
H1.HeaderClassName
{
color: #8F8B97;
}
.AnyTagClassName
{
color: #8F8B97;
}
</style>
background-color css
<style>
a { background-color: #8F8B97; }
a { background-color: rgb(143,139,151); }
div.DivClassName
{
background-color: #8F8B97;
}
.BgClassName
{
background-color: #8F8B97;
}
</style>
border-color css
<style>
span { border-color: #8F8B97; }
span { border-color: rgb(143,139,151); }
td.TdClassName
{
border-color: #8F8B97;
}
.TagClassName
{
border-color: #8F8B97;
}
</style>