Shades of Manatee #84859E
Tints of Manatee #84859E
RGB
CMYK
RGB Variations
Color information
#84859E (or 0x84859E) is known color: Manatee. HEX triplet: 84, 85 and 9E. RGB value is (132,133,158). Sum of RGB (Red+Green+Blue) = 132+133+158=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #84859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84859E is #7B7A61. Grayscale: #878787. Windows color (decimal): -8092258 or 10388868. OLE color: 10388868.
HSL color Cylindrical-coordinate representation of color #84859E: hue angle of 237.69º 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 #84859E is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 133 | 158 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.38 |
| HSL | 237.69º | 0.12% | 0.57% | - |
| HSV(B) | 237.69º | 0.16% | 0.62% | - |
| XYZ | 24.07 | 24.15 | 35.74 | - |
| YUV | 135.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 158 | 0.16 | 0.16 | 0 | 0.38 | 237.69 | 0.12 | 0.57 |
| Hex | 84 | 85 | 9E | 10 | 10 | 0 | 26 | EE | C | 39 |
| Octal | 204 | 205 | 236 | 20 | 20 | 0 | 46 | 356 | 14 | 71 |
| Binary | 10000100 | 10000101 | 10011110 | 10000 | 10000 | 0 | 100110 | 11101110 | 1100 | 111001 |
Color Harmonies of #84859E
Complementary color
Monochromatic Colors of #84859E
Black with #84859E
Text Example
Text Example
White with #84859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84859E; }
p { color: rgb(132,133,158); }
H1.HeaderClassName
{
color: #84859E;
}
.AnyTagClassName
{
color: #84859E;
}
</style>
background-color css
<style>
a { background-color: #84859E; }
a { background-color: rgb(132,133,158); }
div.DivClassName
{
background-color: #84859E;
}
.BgClassName
{
background-color: #84859E;
}
</style>
border-color css
<style>
span { border-color: #84859E; }
span { border-color: rgb(132,133,158); }
td.TdClassName
{
border-color: #84859E;
}
.TagClassName
{
border-color: #84859E;
}
</style>