Shades of Suva Grey #8F8885
Tints of Suva Grey #8F8885
RGB
CMYK
RGB Variations
Color information
#8F8885 (or 0x8F8885) is known color: Suva Grey. HEX triplet: 8F, 88 and 85. RGB value is (143,136,133). Sum of RGB (Red+Green+Blue) = 143+136+133=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8885 is #70777A. Grayscale: #898989. Windows color (decimal): -7370619 or 8751247. OLE color: 8751247.
HSL color Cylindrical-coordinate representation of color #8F8885: hue angle of 18º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F8885 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 133 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.44 |
| HSL | 18º | 0.04% | 0.54% | - |
| HSV(B) | 18º | 0.07% | 0.56% | - |
| XYZ | 24.37 | 25.14 | 25.76 | - |
| YUV | 137.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 133 | 0 | 0.05 | 0.07 | 0.44 | 18 | 0.04 | 0.54 |
| Hex | 8F | 88 | 85 | 0 | 5 | 7 | 2C | 12 | 4 | 36 |
| Octal | 217 | 210 | 205 | 0 | 5 | 7 | 54 | 22 | 4 | 66 |
| Binary | 10001111 | 10001000 | 10000101 | 0 | 101 | 111 | 101100 | 10010 | 100 | 110110 |
Color Harmonies of #8F8885
Complementary color
Monochromatic Colors of #8F8885
Black with #8F8885
Text Example
Text Example
White with #8F8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8885; }
p { color: rgb(143,136,133); }
H1.HeaderClassName
{
color: #8F8885;
}
.AnyTagClassName
{
color: #8F8885;
}
</style>
background-color css
<style>
a { background-color: #8F8885; }
a { background-color: rgb(143,136,133); }
div.DivClassName
{
background-color: #8F8885;
}
.BgClassName
{
background-color: #8F8885;
}
</style>
border-color css
<style>
span { border-color: #8F8885; }
span { border-color: rgb(143,136,133); }
td.TdClassName
{
border-color: #8F8885;
}
.TagClassName
{
border-color: #8F8885;
}
</style>