Shades of Suva Grey #8E8887
Tints of Suva Grey #8E8887
RGB
CMYK
RGB Variations
Color information
#8E8887 (or 0x8E8887) is known color: Suva Grey. HEX triplet: 8E, 88 and 87. RGB value is (142,136,135). Sum of RGB (Red+Green+Blue) = 142+136+135=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8887 is #717778. Grayscale: #898989. Windows color (decimal): -7436153 or 8882318. OLE color: 8882318.
HSL color Cylindrical-coordinate representation of color #8E8887: hue angle of 8.57º 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 #8E8887 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 135 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.44 |
| HSL | 8.57º | 0.03% | 0.54% | - |
| HSV(B) | 8.57º | 0.05% | 0.56% | - |
| XYZ | 24.33 | 25.11 | 26.49 | - |
| YUV | 137.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 135 | 0 | 0.04 | 0.05 | 0.44 | 8.57 | 0.03 | 0.54 |
| Hex | 8E | 88 | 87 | 0 | 4 | 5 | 2C | 9 | 3 | 36 |
| Octal | 216 | 210 | 207 | 0 | 4 | 5 | 54 | 11 | 3 | 66 |
| Binary | 10001110 | 10001000 | 10000111 | 0 | 100 | 101 | 101100 | 1001 | 11 | 110110 |
Color Harmonies of #8E8887
Complementary color
Monochromatic Colors of #8E8887
Black with #8E8887
Text Example
Text Example
White with #8E8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8887; }
p { color: rgb(142,136,135); }
H1.HeaderClassName
{
color: #8E8887;
}
.AnyTagClassName
{
color: #8E8887;
}
</style>
background-color css
<style>
a { background-color: #8E8887; }
a { background-color: rgb(142,136,135); }
div.DivClassName
{
background-color: #8E8887;
}
.BgClassName
{
background-color: #8E8887;
}
</style>
border-color css
<style>
span { border-color: #8E8887; }
span { border-color: rgb(142,136,135); }
td.TdClassName
{
border-color: #8E8887;
}
.TagClassName
{
border-color: #8E8887;
}
</style>