Shades of Manatee #84899E
Tints of Manatee #84899E
RGB
CMYK
RGB Variations
Color information
#84899E (or 0x84899E) is known color: Manatee. HEX triplet: 84, 89 and 9E. RGB value is (132,137,158). Sum of RGB (Red+Green+Blue) = 132+137+158=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #84899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84899E is #7B7661. Grayscale: #898989. Windows color (decimal): -8091234 or 10389892. OLE color: 10389892.
HSL color Cylindrical-coordinate representation of color #84899E: hue angle of 228.46º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84899E is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 137 | 158 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.38 |
| HSL | 228.46º | 0.12% | 0.57% | - |
| HSV(B) | 228.46º | 0.16% | 0.62% | - |
| XYZ | 24.63 | 25.27 | 35.93 | - |
| YUV | 137.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 158 | 0.16 | 0.13 | 0 | 0.38 | 228.46 | 0.12 | 0.57 |
| Hex | 84 | 89 | 9E | 10 | D | 0 | 26 | E4 | C | 39 |
| Octal | 204 | 211 | 236 | 20 | 15 | 0 | 46 | 344 | 14 | 71 |
| Binary | 10000100 | 10001001 | 10011110 | 10000 | 1101 | 0 | 100110 | 11100100 | 1100 | 111001 |
Color Harmonies of #84899E
Complementary color
Monochromatic Colors of #84899E
Black with #84899E
Text Example
Text Example
White with #84899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84899E; }
p { color: rgb(132,137,158); }
H1.HeaderClassName
{
color: #84899E;
}
.AnyTagClassName
{
color: #84899E;
}
</style>
background-color css
<style>
a { background-color: #84899E; }
a { background-color: rgb(132,137,158); }
div.DivClassName
{
background-color: #84899E;
}
.BgClassName
{
background-color: #84899E;
}
</style>
border-color css
<style>
span { border-color: #84899E; }
span { border-color: rgb(132,137,158); }
td.TdClassName
{
border-color: #84899E;
}
.TagClassName
{
border-color: #84899E;
}
</style>