Shades of Manatee #848999
Tints of Manatee #848999
RGB
CMYK
RGB Variations
Color information
#848999 (or 0x848999) is known color: Manatee. HEX triplet: 84, 89 and 99. RGB value is (132,137,153). Sum of RGB (Red+Green+Blue) = 132+137+153=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #848999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848999 is #7B7666. Grayscale: #898989. Windows color (decimal): -8091239 or 10062212. OLE color: 10062212.
HSL color Cylindrical-coordinate representation of color #848999: hue angle of 225.71º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848999 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 137 | 153 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.4 |
| HSL | 225.71º | 0.09% | 0.56% | - |
| HSV(B) | 225.71º | 0.14% | 0.6% | - |
| XYZ | 24.21 | 25.1 | 33.71 | - |
| YUV | 137.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 153 | 0.14 | 0.10 | 0 | 0.4 | 225.71 | 0.09 | 0.56 |
| Hex | 84 | 89 | 99 | E | A | 0 | 28 | E2 | 9 | 38 |
| Octal | 204 | 211 | 231 | 16 | 12 | 0 | 50 | 342 | 11 | 70 |
| Binary | 10000100 | 10001001 | 10011001 | 1110 | 1010 | 0 | 101000 | 11100010 | 1001 | 111000 |
Color Harmonies of #848999
Complementary color
Monochromatic Colors of #848999
Black with #848999
Text Example
Text Example
White with #848999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848999; }
p { color: rgb(132,137,153); }
H1.HeaderClassName
{
color: #848999;
}
.AnyTagClassName
{
color: #848999;
}
</style>
background-color css
<style>
a { background-color: #848999; }
a { background-color: rgb(132,137,153); }
div.DivClassName
{
background-color: #848999;
}
.BgClassName
{
background-color: #848999;
}
</style>
border-color css
<style>
span { border-color: #848999; }
span { border-color: rgb(132,137,153); }
td.TdClassName
{
border-color: #848999;
}
.TagClassName
{
border-color: #848999;
}
</style>