Shades of Grey Suit #8E899F
Tints of Grey Suit #8E899F
RGB
CMYK
RGB Variations
Color information
#8E899F (or 0x8E899F) is known color: Grey Suit. HEX triplet: 8E, 89 and 9F. RGB value is (142,137,159). Sum of RGB (Red+Green+Blue) = 142+137+159=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E899F is #717660. Grayscale: #8C8C8C. Windows color (decimal): -7435873 or 10455438. OLE color: 10455438.
HSL color Cylindrical-coordinate representation of color #8E899F: hue angle of 253.64º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E899F is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 137 | 159 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.38 |
| HSL | 253.64º | 0.1% | 0.58% | - |
| HSV(B) | 253.64º | 0.14% | 0.62% | - |
| XYZ | 26.36 | 26.15 | 36.46 | - |
| YUV | 141 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 159 | 0.11 | 0.14 | 0 | 0.38 | 253.64 | 0.1 | 0.58 |
| Hex | 8E | 89 | 9F | B | E | 0 | 26 | FE | A | 3A |
| Octal | 216 | 211 | 237 | 13 | 16 | 0 | 46 | 376 | 12 | 72 |
| Binary | 10001110 | 10001001 | 10011111 | 1011 | 1110 | 0 | 100110 | 11111110 | 1010 | 111010 |
Color Harmonies of #8E899F
Complementary color
Monochromatic Colors of #8E899F
Black with #8E899F
Text Example
Text Example
White with #8E899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E899F; }
p { color: rgb(142,137,159); }
H1.HeaderClassName
{
color: #8E899F;
}
.AnyTagClassName
{
color: #8E899F;
}
</style>
background-color css
<style>
a { background-color: #8E899F; }
a { background-color: rgb(142,137,159); }
div.DivClassName
{
background-color: #8E899F;
}
.BgClassName
{
background-color: #8E899F;
}
</style>
border-color css
<style>
span { border-color: #8E899F; }
span { border-color: rgb(142,137,159); }
td.TdClassName
{
border-color: #8E899F;
}
.TagClassName
{
border-color: #8E899F;
}
</style>