Shades of Manatee #84889E
Tints of Manatee #84889E
RGB
CMYK
RGB Variations
Color information
#84889E (or 0x84889E) is known color: Manatee. HEX triplet: 84, 88 and 9E. RGB value is (132,136,158). Sum of RGB (Red+Green+Blue) = 132+136+158=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #84889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84889E is #7B7761. Grayscale: #898989. Windows color (decimal): -8091490 or 10389636. OLE color: 10389636.
HSL color Cylindrical-coordinate representation of color #84889E: hue angle of 230.77º 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 #84889E is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 136 | 158 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.38 |
| HSL | 230.77º | 0.12% | 0.57% | - |
| HSV(B) | 230.77º | 0.16% | 0.62% | - |
| XYZ | 24.49 | 24.98 | 35.88 | - |
| YUV | 137.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 158 | 0.16 | 0.14 | 0 | 0.38 | 230.77 | 0.12 | 0.57 |
| Hex | 84 | 88 | 9E | 10 | E | 0 | 26 | E7 | C | 39 |
| Octal | 204 | 210 | 236 | 20 | 16 | 0 | 46 | 347 | 14 | 71 |
| Binary | 10000100 | 10001000 | 10011110 | 10000 | 1110 | 0 | 100110 | 11100111 | 1100 | 111001 |
Color Harmonies of #84889E
Complementary color
Monochromatic Colors of #84889E
Black with #84889E
Text Example
Text Example
White with #84889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84889E; }
p { color: rgb(132,136,158); }
H1.HeaderClassName
{
color: #84889E;
}
.AnyTagClassName
{
color: #84889E;
}
</style>
background-color css
<style>
a { background-color: #84889E; }
a { background-color: rgb(132,136,158); }
div.DivClassName
{
background-color: #84889E;
}
.BgClassName
{
background-color: #84889E;
}
</style>
border-color css
<style>
span { border-color: #84889E; }
span { border-color: rgb(132,136,158); }
td.TdClassName
{
border-color: #84889E;
}
.TagClassName
{
border-color: #84889E;
}
</style>