Shades of Grey Suit #8E8D92
Tints of Grey Suit #8E8D92
RGB
CMYK
RGB Variations
Color information
#8E8D92 (or 0x8E8D92) is known color: Grey Suit. HEX triplet: 8E, 8D and 92. RGB value is (142,141,146). Sum of RGB (Red+Green+Blue) = 142+141+146=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E8D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8D92 is #71726D. Grayscale: #8D8D8D. Windows color (decimal): -7434862 or 9604494. OLE color: 9604494.
HSL color Cylindrical-coordinate representation of color #8E8D92: hue angle of 252º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8E8D92 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 141 | 146 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.43 |
| HSL | 252º | 0.02% | 0.56% | - |
| HSV(B) | 252º | 0.03% | 0.57% | - |
| XYZ | 25.87 | 26.88 | 31.02 | - |
| YUV | 141.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 146 | 0.03 | 0.03 | 0 | 0.43 | 252 | 0.02 | 0.56 |
| Hex | 8E | 8D | 92 | 3 | 3 | 0 | 2B | FC | 2 | 38 |
| Octal | 216 | 215 | 222 | 3 | 3 | 0 | 53 | 374 | 2 | 70 |
| Binary | 10001110 | 10001101 | 10010010 | 11 | 11 | 0 | 101011 | 11111100 | 10 | 111000 |
Color Harmonies of #8E8D92
Complementary color
Monochromatic Colors of #8E8D92
Black with #8E8D92
Text Example
Text Example
White with #8E8D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8D92; }
p { color: rgb(142,141,146); }
H1.HeaderClassName
{
color: #8E8D92;
}
.AnyTagClassName
{
color: #8E8D92;
}
</style>
background-color css
<style>
a { background-color: #8E8D92; }
a { background-color: rgb(142,141,146); }
div.DivClassName
{
background-color: #8E8D92;
}
.BgClassName
{
background-color: #8E8D92;
}
</style>
border-color css
<style>
span { border-color: #8E8D92; }
span { border-color: rgb(142,141,146); }
td.TdClassName
{
border-color: #8E8D92;
}
.TagClassName
{
border-color: #8E8D92;
}
</style>