Shades of Suva Grey #8F8584
Tints of Suva Grey #8F8584
RGB
CMYK
RGB Variations
Color information
#8F8584 (or 0x8F8584) is known color: Suva Grey. HEX triplet: 8F, 85 and 84. RGB value is (143,133,132). Sum of RGB (Red+Green+Blue) = 143+133+132=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8584 is #707A7B. Grayscale: #878787. Windows color (decimal): -7371388 or 8684943. OLE color: 8684943.
HSL color Cylindrical-coordinate representation of color #8F8584: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F8584 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 132 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.44 |
| HSL | 5.45º | 0.05% | 0.54% | - |
| HSV(B) | 5.45º | 0.08% | 0.56% | - |
| XYZ | 23.88 | 24.28 | 25.26 | - |
| YUV | 135.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 132 | 0 | 0.07 | 0.08 | 0.44 | 5.45 | 0.05 | 0.54 |
| Hex | 8F | 85 | 84 | 0 | 7 | 8 | 2C | 5 | 5 | 36 |
| Octal | 217 | 205 | 204 | 0 | 7 | 10 | 54 | 5 | 5 | 66 |
| Binary | 10001111 | 10000101 | 10000100 | 0 | 111 | 1000 | 101100 | 101 | 101 | 110110 |
Color Harmonies of #8F8584
Complementary color
Monochromatic Colors of #8F8584
Black with #8F8584
Text Example
Text Example
White with #8F8584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8584; }
p { color: rgb(143,133,132); }
H1.HeaderClassName
{
color: #8F8584;
}
.AnyTagClassName
{
color: #8F8584;
}
</style>
background-color css
<style>
a { background-color: #8F8584; }
a { background-color: rgb(143,133,132); }
div.DivClassName
{
background-color: #8F8584;
}
.BgClassName
{
background-color: #8F8584;
}
</style>
border-color css
<style>
span { border-color: #8F8584; }
span { border-color: rgb(143,133,132); }
td.TdClassName
{
border-color: #8F8584;
}
.TagClassName
{
border-color: #8F8584;
}
</style>