Shades of Suva Grey #988682
Tints of Suva Grey #988682
RGB
CMYK
RGB Variations
Color information
#988682 (or 0x988682) is known color: Suva Grey. HEX triplet: 98, 86 and 82. RGB value is (152,134,130). Sum of RGB (Red+Green+Blue) = 152+134+130=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #988682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988682 is #67797D. Grayscale: #8A8A8A. Windows color (decimal): -6781310 or 8554136. OLE color: 8554136.
HSL color Cylindrical-coordinate representation of color #988682: hue angle of 10.91º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988682 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 130 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.40 |
| HSL | 10.91º | 0.1% | 0.55% | - |
| HSV(B) | 10.91º | 0.14% | 0.6% | - |
| XYZ | 25.5 | 25.34 | 24.67 | - |
| YUV | 138.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 130 | 0 | 0.12 | 0.14 | 0.40 | 10.91 | 0.1 | 0.55 |
| Hex | 98 | 86 | 82 | 0 | C | E | 28 | B | A | 37 |
| Octal | 230 | 206 | 202 | 0 | 14 | 16 | 50 | 13 | 12 | 67 |
| Binary | 10011000 | 10000110 | 10000010 | 0 | 1100 | 1110 | 101000 | 1011 | 1010 | 110111 |
Color Harmonies of #988682
Complementary color
Monochromatic Colors of #988682
Black with #988682
Text Example
Text Example
White with #988682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988682; }
p { color: rgb(152,134,130); }
H1.HeaderClassName
{
color: #988682;
}
.AnyTagClassName
{
color: #988682;
}
</style>
background-color css
<style>
a { background-color: #988682; }
a { background-color: rgb(152,134,130); }
div.DivClassName
{
background-color: #988682;
}
.BgClassName
{
background-color: #988682;
}
</style>
border-color css
<style>
span { border-color: #988682; }
span { border-color: rgb(152,134,130); }
td.TdClassName
{
border-color: #988682;
}
.TagClassName
{
border-color: #988682;
}
</style>