Shades of Suva Grey #8F8382
Tints of Suva Grey #8F8382
RGB
CMYK
RGB Variations
Color information
#8F8382 (or 0x8F8382) is known color: Suva Grey. HEX triplet: 8F, 83 and 82. RGB value is (143,131,130). Sum of RGB (Red+Green+Blue) = 143+131+130=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8382 is #707C7D. Grayscale: #868686. Windows color (decimal): -7371902 or 8553359. OLE color: 8553359.
HSL color Cylindrical-coordinate representation of color #8F8382: hue angle of 4.62º 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 #8F8382 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 130 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.44 |
| HSL | 4.62º | 0.05% | 0.54% | - |
| HSV(B) | 4.62º | 0.09% | 0.56% | - |
| XYZ | 23.47 | 23.68 | 24.45 | - |
| YUV | 134.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 130 | 0 | 0.08 | 0.09 | 0.44 | 4.62 | 0.05 | 0.54 |
| Hex | 8F | 83 | 82 | 0 | 8 | 9 | 2C | 5 | 5 | 36 |
| Octal | 217 | 203 | 202 | 0 | 10 | 11 | 54 | 5 | 5 | 66 |
| Binary | 10001111 | 10000011 | 10000010 | 0 | 1000 | 1001 | 101100 | 101 | 101 | 110110 |
Color Harmonies of #8F8382
Complementary color
Monochromatic Colors of #8F8382
Black with #8F8382
Text Example
Text Example
White with #8F8382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8382; }
p { color: rgb(143,131,130); }
H1.HeaderClassName
{
color: #8F8382;
}
.AnyTagClassName
{
color: #8F8382;
}
</style>
background-color css
<style>
a { background-color: #8F8382; }
a { background-color: rgb(143,131,130); }
div.DivClassName
{
background-color: #8F8382;
}
.BgClassName
{
background-color: #8F8382;
}
</style>
border-color css
<style>
span { border-color: #8F8382; }
span { border-color: rgb(143,131,130); }
td.TdClassName
{
border-color: #8F8382;
}
.TagClassName
{
border-color: #8F8382;
}
</style>