Shades of Manatee #84899B
Tints of Manatee #84899B
RGB
CMYK
RGB Variations
Color information
#84899B (or 0x84899B) is known color: Manatee. HEX triplet: 84, 89 and 9B. RGB value is (132,137,155). Sum of RGB (Red+Green+Blue) = 132+137+155=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #84899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84899B is #7B7664. Grayscale: #898989. Windows color (decimal): -8091237 or 10193284. OLE color: 10193284.
HSL color Cylindrical-coordinate representation of color #84899B: hue angle of 226.96º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84899B is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 137 | 155 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.39 |
| HSL | 226.96º | 0.1% | 0.56% | - |
| HSV(B) | 226.96º | 0.15% | 0.61% | - |
| XYZ | 24.38 | 25.16 | 34.58 | - |
| YUV | 137.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 155 | 0.15 | 0.12 | 0 | 0.39 | 226.96 | 0.1 | 0.56 |
| Hex | 84 | 89 | 9B | F | C | 0 | 27 | E3 | A | 38 |
| Octal | 204 | 211 | 233 | 17 | 14 | 0 | 47 | 343 | 12 | 70 |
| Binary | 10000100 | 10001001 | 10011011 | 1111 | 1100 | 0 | 100111 | 11100011 | 1010 | 111000 |
Color Harmonies of #84899B
Complementary color
Monochromatic Colors of #84899B
Black with #84899B
Text Example
Text Example
White with #84899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84899B; }
p { color: rgb(132,137,155); }
H1.HeaderClassName
{
color: #84899B;
}
.AnyTagClassName
{
color: #84899B;
}
</style>
background-color css
<style>
a { background-color: #84899B; }
a { background-color: rgb(132,137,155); }
div.DivClassName
{
background-color: #84899B;
}
.BgClassName
{
background-color: #84899B;
}
</style>
border-color css
<style>
span { border-color: #84899B; }
span { border-color: rgb(132,137,155); }
td.TdClassName
{
border-color: #84899B;
}
.TagClassName
{
border-color: #84899B;
}
</style>