Shades of Suva Grey #8E8885
Tints of Suva Grey #8E8885
RGB
CMYK
RGB Variations
Color information
#8E8885 (or 0x8E8885) is known color: Suva Grey. HEX triplet: 8E, 88 and 85. RGB value is (142,136,133). Sum of RGB (Red+Green+Blue) = 142+136+133=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8885 is #71777A. Grayscale: #898989. Windows color (decimal): -7436155 or 8751246. OLE color: 8751246.
HSL color Cylindrical-coordinate representation of color #8E8885: hue angle of 20º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8E8885 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 133 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.44 |
| HSL | 20º | 0.04% | 0.54% | - |
| HSV(B) | 20º | 0.06% | 0.56% | - |
| XYZ | 24.19 | 25.05 | 25.75 | - |
| YUV | 137.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 133 | 0 | 0.04 | 0.06 | 0.44 | 20 | 0.04 | 0.54 |
| Hex | 8E | 88 | 85 | 0 | 4 | 6 | 2C | 14 | 4 | 36 |
| Octal | 216 | 210 | 205 | 0 | 4 | 6 | 54 | 24 | 4 | 66 |
| Binary | 10001110 | 10001000 | 10000101 | 0 | 100 | 110 | 101100 | 10100 | 100 | 110110 |
Color Harmonies of #8E8885
Complementary color
Monochromatic Colors of #8E8885
Black with #8E8885
Text Example
Text Example
White with #8E8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8885; }
p { color: rgb(142,136,133); }
H1.HeaderClassName
{
color: #8E8885;
}
.AnyTagClassName
{
color: #8E8885;
}
</style>
background-color css
<style>
a { background-color: #8E8885; }
a { background-color: rgb(142,136,133); }
div.DivClassName
{
background-color: #8E8885;
}
.BgClassName
{
background-color: #8E8885;
}
</style>
border-color css
<style>
span { border-color: #8E8885; }
span { border-color: rgb(142,136,133); }
td.TdClassName
{
border-color: #8E8885;
}
.TagClassName
{
border-color: #8E8885;
}
</style>