Shades of Grey Suit #8E8898
Tints of Grey Suit #8E8898
RGB
CMYK
RGB Variations
Color information
#8E8898 (or 0x8E8898) is known color: Grey Suit. HEX triplet: 8E, 88 and 98. RGB value is (142,136,152). Sum of RGB (Red+Green+Blue) = 142+136+152=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E8898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8898 is #717767. Grayscale: #8B8B8B. Windows color (decimal): -7436136 or 9996430. OLE color: 9996430.
HSL color Cylindrical-coordinate representation of color #8E8898: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E8898 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 136 | 152 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.40 |
| HSL | 262.5º | 0.07% | 0.56% | - |
| HSV(B) | 262.5º | 0.11% | 0.6% | - |
| XYZ | 25.63 | 25.63 | 33.3 | - |
| YUV | 139.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 152 | 0.07 | 0.11 | 0 | 0.40 | 262.5 | 0.07 | 0.56 |
| Hex | 8E | 88 | 98 | 7 | B | 0 | 28 | 106 | 7 | 38 |
| Octal | 216 | 210 | 230 | 7 | 13 | 0 | 50 | 406 | 7 | 70 |
| Binary | 10001110 | 10001000 | 10011000 | 111 | 1011 | 0 | 101000 | 100000110 | 111 | 111000 |
Color Harmonies of #8E8898
Complementary color
Monochromatic Colors of #8E8898
Black with #8E8898
Text Example
Text Example
White with #8E8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8898; }
p { color: rgb(142,136,152); }
H1.HeaderClassName
{
color: #8E8898;
}
.AnyTagClassName
{
color: #8E8898;
}
</style>
background-color css
<style>
a { background-color: #8E8898; }
a { background-color: rgb(142,136,152); }
div.DivClassName
{
background-color: #8E8898;
}
.BgClassName
{
background-color: #8E8898;
}
</style>
border-color css
<style>
span { border-color: #8E8898; }
span { border-color: rgb(142,136,152); }
td.TdClassName
{
border-color: #8E8898;
}
.TagClassName
{
border-color: #8E8898;
}
</style>