Shades of Manatee #98999E
Tints of Manatee #98999E
RGB
CMYK
RGB Variations
Color information
#98999E (or 0x98999E) is known color: Manatee. HEX triplet: 98, 99 and 9E. RGB value is (152,153,158). Sum of RGB (Red+Green+Blue) = 152+153+158=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 158 - color contains mainly: blue. Hex color #98999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98999E is #676661. Grayscale: #999999. Windows color (decimal): -6776418 or 10394008. OLE color: 10394008.
HSL color Cylindrical-coordinate representation of color #98999E: hue angle of 230º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #98999E is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 153 | 158 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.38 |
| HSL | 230º | 0.03% | 0.61% | - |
| HSV(B) | 230º | 0.04% | 0.62% | - |
| XYZ | 30.51 | 31.93 | 36.9 | - |
| YUV | 153.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 158 | 0.04 | 0.03 | 0 | 0.38 | 230 | 0.03 | 0.61 |
| Hex | 98 | 99 | 9E | 4 | 3 | 0 | 26 | E6 | 3 | 3D |
| Octal | 230 | 231 | 236 | 4 | 3 | 0 | 46 | 346 | 3 | 75 |
| Binary | 10011000 | 10011001 | 10011110 | 100 | 11 | 0 | 100110 | 11100110 | 11 | 111101 |
Color Harmonies of #98999E
Complementary color
Monochromatic Colors of #98999E
Black with #98999E
Text Example
Text Example
White with #98999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98999E; }
p { color: rgb(152,153,158); }
H1.HeaderClassName
{
color: #98999E;
}
.AnyTagClassName
{
color: #98999E;
}
</style>
background-color css
<style>
a { background-color: #98999E; }
a { background-color: rgb(152,153,158); }
div.DivClassName
{
background-color: #98999E;
}
.BgClassName
{
background-color: #98999E;
}
</style>
border-color css
<style>
span { border-color: #98999E; }
span { border-color: rgb(152,153,158); }
td.TdClassName
{
border-color: #98999E;
}
.TagClassName
{
border-color: #98999E;
}
</style>