Shades of Suva Grey #8E8581
Tints of Suva Grey #8E8581
RGB
CMYK
RGB Variations
Color information
#8E8581 (or 0x8E8581) is known color: Suva Grey. HEX triplet: 8E, 85 and 81. RGB value is (142,133,129). Sum of RGB (Red+Green+Blue) = 142+133+129=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8581 is #717A7E. Grayscale: #878787. Windows color (decimal): -7436927 or 8488334. OLE color: 8488334.
HSL color Cylindrical-coordinate representation of color #8E8581: hue angle of 18.46º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E8581 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 129 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.44 |
| HSL | 18.46º | 0.05% | 0.53% | - |
| HSV(B) | 18.46º | 0.09% | 0.56% | - |
| XYZ | 23.51 | 24.11 | 24.18 | - |
| YUV | 135.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 129 | 0 | 0.06 | 0.09 | 0.44 | 18.46 | 0.05 | 0.53 |
| Hex | 8E | 85 | 81 | 0 | 6 | 9 | 2C | 12 | 5 | 35 |
| Octal | 216 | 205 | 201 | 0 | 6 | 11 | 54 | 22 | 5 | 65 |
| Binary | 10001110 | 10000101 | 10000001 | 0 | 110 | 1001 | 101100 | 10010 | 101 | 110101 |
Color Harmonies of #8E8581
Complementary color
Monochromatic Colors of #8E8581
Black with #8E8581
Text Example
Text Example
White with #8E8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8581; }
p { color: rgb(142,133,129); }
H1.HeaderClassName
{
color: #8E8581;
}
.AnyTagClassName
{
color: #8E8581;
}
</style>
background-color css
<style>
a { background-color: #8E8581; }
a { background-color: rgb(142,133,129); }
div.DivClassName
{
background-color: #8E8581;
}
.BgClassName
{
background-color: #8E8581;
}
</style>
border-color css
<style>
span { border-color: #8E8581; }
span { border-color: rgb(142,133,129); }
td.TdClassName
{
border-color: #8E8581;
}
.TagClassName
{
border-color: #8E8581;
}
</style>