Shades of Suva Grey #988984
Tints of Suva Grey #988984
RGB
CMYK
RGB Variations
Color information
#988984 (or 0x988984) is known color: Suva Grey. HEX triplet: 98, 89 and 84. RGB value is (152,137,132). Sum of RGB (Red+Green+Blue) = 152+137+132=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #988984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988984 is #67767B. Grayscale: #8C8C8C. Windows color (decimal): -6780540 or 8685976. OLE color: 8685976.
HSL color Cylindrical-coordinate representation of color #988984: hue angle of 15º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #988984 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 132 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.40 |
| HSL | 15º | 0.09% | 0.56% | - |
| HSV(B) | 15º | 0.13% | 0.6% | - |
| XYZ | 26.06 | 26.23 | 25.52 | - |
| YUV | 140.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 132 | 0 | 0.10 | 0.13 | 0.40 | 15 | 0.09 | 0.56 |
| Hex | 98 | 89 | 84 | 0 | A | D | 28 | F | 9 | 38 |
| Octal | 230 | 211 | 204 | 0 | 12 | 15 | 50 | 17 | 11 | 70 |
| Binary | 10011000 | 10001001 | 10000100 | 0 | 1010 | 1101 | 101000 | 1111 | 1001 | 111000 |
Color Harmonies of #988984
Complementary color
Monochromatic Colors of #988984
Black with #988984
Text Example
Text Example
White with #988984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988984; }
p { color: rgb(152,137,132); }
H1.HeaderClassName
{
color: #988984;
}
.AnyTagClassName
{
color: #988984;
}
</style>
background-color css
<style>
a { background-color: #988984; }
a { background-color: rgb(152,137,132); }
div.DivClassName
{
background-color: #988984;
}
.BgClassName
{
background-color: #988984;
}
</style>
border-color css
<style>
span { border-color: #988984; }
span { border-color: rgb(152,137,132); }
td.TdClassName
{
border-color: #988984;
}
.TagClassName
{
border-color: #988984;
}
</style>