Shades of Grey Suit #8E899A
Tints of Grey Suit #8E899A
RGB
CMYK
RGB Variations
Color information
#8E899A (or 0x8E899A) is known color: Grey Suit. HEX triplet: 8E, 89 and 9A. RGB value is (142,137,154). Sum of RGB (Red+Green+Blue) = 142+137+154=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E899A is #717665. Grayscale: #8C8C8C. Windows color (decimal): -7435878 or 10127758. OLE color: 10127758.
HSL color Cylindrical-coordinate representation of color #8E899A: hue angle of 257.65º 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 #8E899A is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 137 | 154 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.40 |
| HSL | 257.65º | 0.08% | 0.57% | - |
| HSV(B) | 257.65º | 0.11% | 0.6% | - |
| XYZ | 25.93 | 25.98 | 34.22 | - |
| YUV | 140.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 154 | 0.08 | 0.11 | 0 | 0.40 | 257.65 | 0.08 | 0.57 |
| Hex | 8E | 89 | 9A | 8 | B | 0 | 28 | 102 | 8 | 39 |
| Octal | 216 | 211 | 232 | 10 | 13 | 0 | 50 | 402 | 10 | 71 |
| Binary | 10001110 | 10001001 | 10011010 | 1000 | 1011 | 0 | 101000 | 100000010 | 1000 | 111001 |
Color Harmonies of #8E899A
Complementary color
Monochromatic Colors of #8E899A
Black with #8E899A
Text Example
Text Example
White with #8E899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E899A; }
p { color: rgb(142,137,154); }
H1.HeaderClassName
{
color: #8E899A;
}
.AnyTagClassName
{
color: #8E899A;
}
</style>
background-color css
<style>
a { background-color: #8E899A; }
a { background-color: rgb(142,137,154); }
div.DivClassName
{
background-color: #8E899A;
}
.BgClassName
{
background-color: #8E899A;
}
</style>
border-color css
<style>
span { border-color: #8E899A; }
span { border-color: rgb(142,137,154); }
td.TdClassName
{
border-color: #8E899A;
}
.TagClassName
{
border-color: #8E899A;
}
</style>