Shades of Manatee #84879E
Tints of Manatee #84879E
RGB
CMYK
RGB Variations
Color information
#84879E (or 0x84879E) is known color: Manatee. HEX triplet: 84, 87 and 9E. RGB value is (132,135,158). Sum of RGB (Red+Green+Blue) = 132+135+158=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #84879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84879E is #7B7861. Grayscale: #888888. Windows color (decimal): -8091746 or 10389380. OLE color: 10389380.
HSL color Cylindrical-coordinate representation of color #84879E: hue angle of 233.08º 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 #84879E is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 135 | 158 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.38 |
| HSL | 233.08º | 0.12% | 0.57% | - |
| HSV(B) | 233.08º | 0.16% | 0.62% | - |
| XYZ | 24.35 | 24.7 | 35.83 | - |
| YUV | 136.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 158 | 0.16 | 0.15 | 0 | 0.38 | 233.08 | 0.12 | 0.57 |
| Hex | 84 | 87 | 9E | 10 | F | 0 | 26 | E9 | C | 39 |
| Octal | 204 | 207 | 236 | 20 | 17 | 0 | 46 | 351 | 14 | 71 |
| Binary | 10000100 | 10000111 | 10011110 | 10000 | 1111 | 0 | 100110 | 11101001 | 1100 | 111001 |
Color Harmonies of #84879E
Complementary color
Monochromatic Colors of #84879E
Black with #84879E
Text Example
Text Example
White with #84879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84879E; }
p { color: rgb(132,135,158); }
H1.HeaderClassName
{
color: #84879E;
}
.AnyTagClassName
{
color: #84879E;
}
</style>
background-color css
<style>
a { background-color: #84879E; }
a { background-color: rgb(132,135,158); }
div.DivClassName
{
background-color: #84879E;
}
.BgClassName
{
background-color: #84879E;
}
</style>
border-color css
<style>
span { border-color: #84879E; }
span { border-color: rgb(132,135,158); }
td.TdClassName
{
border-color: #84879E;
}
.TagClassName
{
border-color: #84879E;
}
</style>