Shades of Manatee #84859D
Tints of Manatee #84859D
RGB
CMYK
RGB Variations
Color information
#84859D (or 0x84859D) is known color: Manatee. HEX triplet: 84, 85 and 9D. RGB value is (132,133,157). Sum of RGB (Red+Green+Blue) = 132+133+157=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #84859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84859D is #7B7A62. Grayscale: #878787. Windows color (decimal): -8092259 or 10323332. OLE color: 10323332.
HSL color Cylindrical-coordinate representation of color #84859D: hue angle of 237.6º degrees, saturation: 0.11, 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 #84859D is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 133 | 157 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.38 |
| HSL | 237.6º | 0.11% | 0.57% | - |
| HSV(B) | 237.6º | 0.16% | 0.62% | - |
| XYZ | 23.99 | 24.11 | 35.29 | - |
| YUV | 135.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 157 | 0.16 | 0.15 | 0 | 0.38 | 237.6 | 0.11 | 0.57 |
| Hex | 84 | 85 | 9D | 10 | F | 0 | 26 | EE | B | 39 |
| Octal | 204 | 205 | 235 | 20 | 17 | 0 | 46 | 356 | 13 | 71 |
| Binary | 10000100 | 10000101 | 10011101 | 10000 | 1111 | 0 | 100110 | 11101110 | 1011 | 111001 |
Color Harmonies of #84859D
Complementary color
Monochromatic Colors of #84859D
Black with #84859D
Text Example
Text Example
White with #84859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84859D; }
p { color: rgb(132,133,157); }
H1.HeaderClassName
{
color: #84859D;
}
.AnyTagClassName
{
color: #84859D;
}
</style>
background-color css
<style>
a { background-color: #84859D; }
a { background-color: rgb(132,133,157); }
div.DivClassName
{
background-color: #84859D;
}
.BgClassName
{
background-color: #84859D;
}
</style>
border-color css
<style>
span { border-color: #84859D; }
span { border-color: rgb(132,133,157); }
td.TdClassName
{
border-color: #84859D;
}
.TagClassName
{
border-color: #84859D;
}
</style>