Shades of Manatee #98999B
Tints of Manatee #98999B
RGB
CMYK
RGB Variations
Color information
#98999B (or 0x98999B) is known color: Manatee. HEX triplet: 98, 99 and 9B. RGB value is (152,153,155). Sum of RGB (Red+Green+Blue) = 152+153+155=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 155 - color contains mainly: blue. Hex color #98999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98999B is #676664. Grayscale: #989898. Windows color (decimal): -6776421 or 10197400. OLE color: 10197400.
HSL color Cylindrical-coordinate representation of color #98999B: hue angle of 220º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #98999B is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 153 | 155 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.39 |
| HSL | 220º | 0.01% | 0.6% | - |
| HSV(B) | 220º | 0.02% | 0.61% | - |
| XYZ | 30.26 | 31.82 | 35.56 | - |
| YUV | 152.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 155 | 0.02 | 0.01 | 0 | 0.39 | 220 | 0.01 | 0.6 |
| Hex | 98 | 99 | 9B | 2 | 1 | 0 | 27 | DC | 1 | 3C |
| Octal | 230 | 231 | 233 | 2 | 1 | 0 | 47 | 334 | 1 | 74 |
| Binary | 10011000 | 10011001 | 10011011 | 10 | 1 | 0 | 100111 | 11011100 | 1 | 111100 |
Color Harmonies of #98999B
Complementary color
Monochromatic Colors of #98999B
Black with #98999B
Text Example
Text Example
White with #98999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98999B; }
p { color: rgb(152,153,155); }
H1.HeaderClassName
{
color: #98999B;
}
.AnyTagClassName
{
color: #98999B;
}
</style>
background-color css
<style>
a { background-color: #98999B; }
a { background-color: rgb(152,153,155); }
div.DivClassName
{
background-color: #98999B;
}
.BgClassName
{
background-color: #98999B;
}
</style>
border-color css
<style>
span { border-color: #98999B; }
span { border-color: rgb(152,153,155); }
td.TdClassName
{
border-color: #98999B;
}
.TagClassName
{
border-color: #98999B;
}
</style>