Shades of Suva Grey #8F8888
Tints of Suva Grey #8F8888
RGB
CMYK
RGB Variations
Color information
#8F8888 (or 0x8F8888) is known color: Suva Grey. HEX triplet: 8F, 88 and 88. RGB value is (143,136,136). Sum of RGB (Red+Green+Blue) = 143+136+136=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8888 is #707777. Grayscale: #8A8A8A. Windows color (decimal): -7370616 or 8947855. OLE color: 8947855.
HSL color Cylindrical-coordinate representation of color #8F8888: hue angle of 0º 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 #8F8888 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 136 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.44 |
| HSL | 0º | 0.03% | 0.55% | - |
| HSV(B) | 0º | 0.05% | 0.56% | - |
| XYZ | 24.58 | 25.23 | 26.87 | - |
| YUV | 138.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 136 | 0 | 0.05 | 0.05 | 0.44 | 0 | 0.03 | 0.55 |
| Hex | 8F | 88 | 88 | 0 | 5 | 5 | 2C | 0 | 3 | 37 |
| Octal | 217 | 210 | 210 | 0 | 5 | 5 | 54 | 0 | 3 | 67 |
| Binary | 10001111 | 10001000 | 10001000 | 0 | 101 | 101 | 101100 | 0 | 11 | 110111 |
Color Harmonies of #8F8888
Complementary color
Monochromatic Colors of #8F8888
Black with #8F8888
Text Example
Text Example
White with #8F8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8888; }
p { color: rgb(143,136,136); }
H1.HeaderClassName
{
color: #8F8888;
}
.AnyTagClassName
{
color: #8F8888;
}
</style>
background-color css
<style>
a { background-color: #8F8888; }
a { background-color: rgb(143,136,136); }
div.DivClassName
{
background-color: #8F8888;
}
.BgClassName
{
background-color: #8F8888;
}
</style>
border-color css
<style>
span { border-color: #8F8888; }
span { border-color: rgb(143,136,136); }
td.TdClassName
{
border-color: #8F8888;
}
.TagClassName
{
border-color: #8F8888;
}
</style>