Shades of Manatee #84849F
Tints of Manatee #84849F
RGB
CMYK
RGB Variations
Color information
#84849F (or 0x84849F) is known color: Manatee. HEX triplet: 84, 84 and 9F. RGB value is (132,132,159). Sum of RGB (Red+Green+Blue) = 132+132+159=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #84849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84849F is #7B7B60. Grayscale: #868686. Windows color (decimal): -8092513 or 10454148. OLE color: 10454148.
HSL color Cylindrical-coordinate representation of color #84849F: hue angle of 240º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84849F is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 132 | 159 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.38 |
| HSL | 240º | 0.12% | 0.57% | - |
| HSV(B) | 240º | 0.17% | 0.62% | - |
| XYZ | 24.02 | 23.91 | 36.15 | - |
| YUV | 135.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 159 | 0.17 | 0.17 | 0 | 0.38 | 240 | 0.12 | 0.57 |
| Hex | 84 | 84 | 9F | 11 | 11 | 0 | 26 | F0 | C | 39 |
| Octal | 204 | 204 | 237 | 21 | 21 | 0 | 46 | 360 | 14 | 71 |
| Binary | 10000100 | 10000100 | 10011111 | 10001 | 10001 | 0 | 100110 | 11110000 | 1100 | 111001 |
Color Harmonies of #84849F
Complementary color
Monochromatic Colors of #84849F
Black with #84849F
Text Example
Text Example
White with #84849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84849F; }
p { color: rgb(132,132,159); }
H1.HeaderClassName
{
color: #84849F;
}
.AnyTagClassName
{
color: #84849F;
}
</style>
background-color css
<style>
a { background-color: #84849F; }
a { background-color: rgb(132,132,159); }
div.DivClassName
{
background-color: #84849F;
}
.BgClassName
{
background-color: #84849F;
}
</style>
border-color css
<style>
span { border-color: #84849F; }
span { border-color: rgb(132,132,159); }
td.TdClassName
{
border-color: #84849F;
}
.TagClassName
{
border-color: #84849F;
}
</style>