Shades of Suva Grey #8E8987
Tints of Suva Grey #8E8987
RGB
CMYK
RGB Variations
Color information
#8E8987 (or 0x8E8987) is known color: Suva Grey. HEX triplet: 8E, 89 and 87. RGB value is (142,137,135). Sum of RGB (Red+Green+Blue) = 142+137+135=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8987 is #717678. Grayscale: #8A8A8A. Windows color (decimal): -7435897 or 8882574. OLE color: 8882574.
HSL color Cylindrical-coordinate representation of color #8E8987: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E8987 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 135 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.44 |
| HSL | 17.14º | 0.03% | 0.54% | - |
| HSV(B) | 17.14º | 0.05% | 0.56% | - |
| XYZ | 24.47 | 25.39 | 26.53 | - |
| YUV | 138.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 135 | 0 | 0.04 | 0.05 | 0.44 | 17.14 | 0.03 | 0.54 |
| Hex | 8E | 89 | 87 | 0 | 4 | 5 | 2C | 11 | 3 | 36 |
| Octal | 216 | 211 | 207 | 0 | 4 | 5 | 54 | 21 | 3 | 66 |
| Binary | 10001110 | 10001001 | 10000111 | 0 | 100 | 101 | 101100 | 10001 | 11 | 110110 |
Color Harmonies of #8E8987
Complementary color
Monochromatic Colors of #8E8987
Black with #8E8987
Text Example
Text Example
White with #8E8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8987; }
p { color: rgb(142,137,135); }
H1.HeaderClassName
{
color: #8E8987;
}
.AnyTagClassName
{
color: #8E8987;
}
</style>
background-color css
<style>
a { background-color: #8E8987; }
a { background-color: rgb(142,137,135); }
div.DivClassName
{
background-color: #8E8987;
}
.BgClassName
{
background-color: #8E8987;
}
</style>
border-color css
<style>
span { border-color: #8E8987; }
span { border-color: rgb(142,137,135); }
td.TdClassName
{
border-color: #8E8987;
}
.TagClassName
{
border-color: #8E8987;
}
</style>