Shades of Grey Suit #8E8899
Tints of Grey Suit #8E8899
RGB
CMYK
RGB Variations
Color information
#8E8899 (or 0x8E8899) is known color: Grey Suit. HEX triplet: 8E, 88 and 99. RGB value is (142,136,153). Sum of RGB (Red+Green+Blue) = 142+136+153=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E8899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8899 is #717766. Grayscale: #8B8B8B. Windows color (decimal): -7436135 or 10061966. OLE color: 10061966.
HSL color Cylindrical-coordinate representation of color #8E8899: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E8899 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 136 | 153 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.4 |
| HSL | 261.18º | 0.08% | 0.57% | - |
| HSV(B) | 261.18º | 0.11% | 0.6% | - |
| XYZ | 25.71 | 25.66 | 33.73 | - |
| YUV | 139.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 153 | 0.07 | 0.11 | 0 | 0.4 | 261.18 | 0.08 | 0.57 |
| Hex | 8E | 88 | 99 | 7 | B | 0 | 28 | 105 | 8 | 39 |
| Octal | 216 | 210 | 231 | 7 | 13 | 0 | 50 | 405 | 10 | 71 |
| Binary | 10001110 | 10001000 | 10011001 | 111 | 1011 | 0 | 101000 | 100000101 | 1000 | 111001 |
Color Harmonies of #8E8899
Complementary color
Monochromatic Colors of #8E8899
Black with #8E8899
Text Example
Text Example
White with #8E8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8899; }
p { color: rgb(142,136,153); }
H1.HeaderClassName
{
color: #8E8899;
}
.AnyTagClassName
{
color: #8E8899;
}
</style>
background-color css
<style>
a { background-color: #8E8899; }
a { background-color: rgb(142,136,153); }
div.DivClassName
{
background-color: #8E8899;
}
.BgClassName
{
background-color: #8E8899;
}
</style>
border-color css
<style>
span { border-color: #8E8899; }
span { border-color: rgb(142,136,153); }
td.TdClassName
{
border-color: #8E8899;
}
.TagClassName
{
border-color: #8E8899;
}
</style>