Shades of Suva Grey #8F8988
Tints of Suva Grey #8F8988
RGB
CMYK
RGB Variations
Color information
#8F8988 (or 0x8F8988) is known color: Suva Grey. HEX triplet: 8F, 89 and 88. RGB value is (143,137,136). Sum of RGB (Red+Green+Blue) = 143+137+136=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8988 is #707677. Grayscale: #8A8A8A. Windows color (decimal): -7370360 or 8948111. OLE color: 8948111.
HSL color Cylindrical-coordinate representation of color #8F8988: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F8988 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 136 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.44 |
| HSL | 8.57º | 0.03% | 0.55% | - |
| HSV(B) | 8.57º | 0.05% | 0.56% | - |
| XYZ | 24.72 | 25.51 | 26.91 | - |
| YUV | 138.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 136 | 0 | 0.04 | 0.05 | 0.44 | 8.57 | 0.03 | 0.55 |
| Hex | 8F | 89 | 88 | 0 | 4 | 5 | 2C | 9 | 3 | 37 |
| Octal | 217 | 211 | 210 | 0 | 4 | 5 | 54 | 11 | 3 | 67 |
| Binary | 10001111 | 10001001 | 10001000 | 0 | 100 | 101 | 101100 | 1001 | 11 | 110111 |
Color Harmonies of #8F8988
Complementary color
Monochromatic Colors of #8F8988
Black with #8F8988
Text Example
Text Example
White with #8F8988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8988; }
p { color: rgb(143,137,136); }
H1.HeaderClassName
{
color: #8F8988;
}
.AnyTagClassName
{
color: #8F8988;
}
</style>
background-color css
<style>
a { background-color: #8F8988; }
a { background-color: rgb(143,137,136); }
div.DivClassName
{
background-color: #8F8988;
}
.BgClassName
{
background-color: #8F8988;
}
</style>
border-color css
<style>
span { border-color: #8F8988; }
span { border-color: rgb(143,137,136); }
td.TdClassName
{
border-color: #8F8988;
}
.TagClassName
{
border-color: #8F8988;
}
</style>