Shades of Manatee #989BA8
Tints of Manatee #989BA8
RGB
CMYK
RGB Variations
Color information
#989BA8 (or 0x989BA8) is known color: Manatee. HEX triplet: 98, 9B and A8. RGB value is (152,155,168). Sum of RGB (Red+Green+Blue) = 152+155+168=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 168 - color contains mainly: blue. Hex color #989BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BA8 is #676457. Grayscale: #9B9B9B. Windows color (decimal): -6775896 or 11049880. OLE color: 11049880.
HSL color Cylindrical-coordinate representation of color #989BA8: hue angle of 228.75º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989BA8 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 155 | 168 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.34 |
| HSL | 228.75º | 0.08% | 0.63% | - |
| HSV(B) | 228.75º | 0.1% | 0.66% | - |
| XYZ | 31.74 | 32.95 | 41.73 | - |
| YUV | 155.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 168 | 0.10 | 0.08 | 0 | 0.34 | 228.75 | 0.08 | 0.63 |
| Hex | 98 | 9B | A8 | A | 8 | 0 | 22 | E5 | 8 | 3F |
| Octal | 230 | 233 | 250 | 12 | 10 | 0 | 42 | 345 | 10 | 77 |
| Binary | 10011000 | 10011011 | 10101000 | 1010 | 1000 | 0 | 100010 | 11100101 | 1000 | 111111 |
Color Harmonies of #989BA8
Complementary color
Monochromatic Colors of #989BA8
Black with #989BA8
Text Example
Text Example
White with #989BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BA8; }
p { color: rgb(152,155,168); }
H1.HeaderClassName
{
color: #989BA8;
}
.AnyTagClassName
{
color: #989BA8;
}
</style>
background-color css
<style>
a { background-color: #989BA8; }
a { background-color: rgb(152,155,168); }
div.DivClassName
{
background-color: #989BA8;
}
.BgClassName
{
background-color: #989BA8;
}
</style>
border-color css
<style>
span { border-color: #989BA8; }
span { border-color: rgb(152,155,168); }
td.TdClassName
{
border-color: #989BA8;
}
.TagClassName
{
border-color: #989BA8;
}
</style>