Shades of Suva Grey #8F8482
Tints of Suva Grey #8F8482
RGB
CMYK
RGB Variations
Color information
#8F8482 (or 0x8F8482) is known color: Suva Grey. HEX triplet: 8F, 84 and 82. RGB value is (143,132,130). Sum of RGB (Red+Green+Blue) = 143+132+130=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8482 is #707B7D. Grayscale: #878787. Windows color (decimal): -7371646 or 8553615. OLE color: 8553615.
HSL color Cylindrical-coordinate representation of color #8F8482: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F8482 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 130 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.44 |
| HSL | 9.23º | 0.05% | 0.54% | - |
| HSV(B) | 9.23º | 0.09% | 0.56% | - |
| XYZ | 23.61 | 23.95 | 24.5 | - |
| YUV | 135.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 130 | 0 | 0.08 | 0.09 | 0.44 | 9.23 | 0.05 | 0.54 |
| Hex | 8F | 84 | 82 | 0 | 8 | 9 | 2C | 9 | 5 | 36 |
| Octal | 217 | 204 | 202 | 0 | 10 | 11 | 54 | 11 | 5 | 66 |
| Binary | 10001111 | 10000100 | 10000010 | 0 | 1000 | 1001 | 101100 | 1001 | 101 | 110110 |
Color Harmonies of #8F8482
Complementary color
Monochromatic Colors of #8F8482
Black with #8F8482
Text Example
Text Example
White with #8F8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8482; }
p { color: rgb(143,132,130); }
H1.HeaderClassName
{
color: #8F8482;
}
.AnyTagClassName
{
color: #8F8482;
}
</style>
background-color css
<style>
a { background-color: #8F8482; }
a { background-color: rgb(143,132,130); }
div.DivClassName
{
background-color: #8F8482;
}
.BgClassName
{
background-color: #8F8482;
}
</style>
border-color css
<style>
span { border-color: #8F8482; }
span { border-color: rgb(143,132,130); }
td.TdClassName
{
border-color: #8F8482;
}
.TagClassName
{
border-color: #8F8482;
}
</style>