Shades of Suva Grey #8D8887
Tints of Suva Grey #8D8887
RGB
CMYK
RGB Variations
Color information
#8D8887 (or 0x8D8887) is known color: Suva Grey. HEX triplet: 8D, 88 and 87. RGB value is (141,136,135). Sum of RGB (Red+Green+Blue) = 141+136+135=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8887 is #727778. Grayscale: #898989. Windows color (decimal): -7501689 or 8882317. OLE color: 8882317.
HSL color Cylindrical-coordinate representation of color #8D8887: hue angle of 10º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8D8887 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 135 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.45 |
| HSL | 10º | 0.03% | 0.54% | - |
| HSV(B) | 10º | 0.04% | 0.55% | - |
| XYZ | 24.16 | 25.02 | 26.48 | - |
| YUV | 137.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 135 | 0 | 0.04 | 0.04 | 0.45 | 10 | 0.03 | 0.54 |
| Hex | 8D | 88 | 87 | 0 | 4 | 4 | 2D | A | 3 | 36 |
| Octal | 215 | 210 | 207 | 0 | 4 | 4 | 55 | 12 | 3 | 66 |
| Binary | 10001101 | 10001000 | 10000111 | 0 | 100 | 100 | 101101 | 1010 | 11 | 110110 |
Color Harmonies of #8D8887
Complementary color
Monochromatic Colors of #8D8887
Black with #8D8887
Text Example
Text Example
White with #8D8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8887; }
p { color: rgb(141,136,135); }
H1.HeaderClassName
{
color: #8D8887;
}
.AnyTagClassName
{
color: #8D8887;
}
</style>
background-color css
<style>
a { background-color: #8D8887; }
a { background-color: rgb(141,136,135); }
div.DivClassName
{
background-color: #8D8887;
}
.BgClassName
{
background-color: #8D8887;
}
</style>
border-color css
<style>
span { border-color: #8D8887; }
span { border-color: rgb(141,136,135); }
td.TdClassName
{
border-color: #8D8887;
}
.TagClassName
{
border-color: #8D8887;
}
</style>