Shades of Suva Grey #998A88
Tints of Suva Grey #998A88
RGB
CMYK
RGB Variations
Color information
#998A88 (or 0x998A88) is known color: Suva Grey. HEX triplet: 99, 8A and 88. RGB value is (153,138,136). Sum of RGB (Red+Green+Blue) = 153+138+136=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #998A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A88 is #667577. Grayscale: #8E8E8E. Windows color (decimal): -6714744 or 8948377. OLE color: 8948377.
HSL color Cylindrical-coordinate representation of color #998A88: hue angle of 7.06º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #998A88 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 136 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.4 |
| HSL | 7.06º | 0.08% | 0.57% | - |
| HSV(B) | 7.06º | 0.11% | 0.6% | - |
| XYZ | 26.67 | 26.73 | 27.05 | - |
| YUV | 142.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 136 | 0 | 0.10 | 0.11 | 0.4 | 7.06 | 0.08 | 0.57 |
| Hex | 99 | 8A | 88 | 0 | A | B | 28 | 7 | 8 | 39 |
| Octal | 231 | 212 | 210 | 0 | 12 | 13 | 50 | 7 | 10 | 71 |
| Binary | 10011001 | 10001010 | 10001000 | 0 | 1010 | 1011 | 101000 | 111 | 1000 | 111001 |
Color Harmonies of #998A88
Complementary color
Monochromatic Colors of #998A88
Black with #998A88
Text Example
Text Example
White with #998A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A88; }
p { color: rgb(153,138,136); }
H1.HeaderClassName
{
color: #998A88;
}
.AnyTagClassName
{
color: #998A88;
}
</style>
background-color css
<style>
a { background-color: #998A88; }
a { background-color: rgb(153,138,136); }
div.DivClassName
{
background-color: #998A88;
}
.BgClassName
{
background-color: #998A88;
}
</style>
border-color css
<style>
span { border-color: #998A88; }
span { border-color: rgb(153,138,136); }
td.TdClassName
{
border-color: #998A88;
}
.TagClassName
{
border-color: #998A88;
}
</style>