Shades of Manatee #84849A
Tints of Manatee #84849A
RGB
CMYK
RGB Variations
Color information
#84849A (or 0x84849A) is known color: Manatee. HEX triplet: 84, 84 and 9A. RGB value is (132,132,154). Sum of RGB (Red+Green+Blue) = 132+132+154=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #84849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84849A is #7B7B65. Grayscale: #868686. Windows color (decimal): -8092518 or 10126468. OLE color: 10126468.
HSL color Cylindrical-coordinate representation of color #84849A: hue angle of 240º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84849A is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 132 | 154 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.40 |
| HSL | 240º | 0.1% | 0.56% | - |
| HSV(B) | 240º | 0.14% | 0.6% | - |
| XYZ | 23.6 | 23.74 | 33.91 | - |
| YUV | 134.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 154 | 0.14 | 0.14 | 0 | 0.40 | 240 | 0.1 | 0.56 |
| Hex | 84 | 84 | 9A | E | E | 0 | 28 | F0 | A | 38 |
| Octal | 204 | 204 | 232 | 16 | 16 | 0 | 50 | 360 | 12 | 70 |
| Binary | 10000100 | 10000100 | 10011010 | 1110 | 1110 | 0 | 101000 | 11110000 | 1010 | 111000 |
Color Harmonies of #84849A
Complementary color
Monochromatic Colors of #84849A
Black with #84849A
Text Example
Text Example
White with #84849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84849A; }
p { color: rgb(132,132,154); }
H1.HeaderClassName
{
color: #84849A;
}
.AnyTagClassName
{
color: #84849A;
}
</style>
background-color css
<style>
a { background-color: #84849A; }
a { background-color: rgb(132,132,154); }
div.DivClassName
{
background-color: #84849A;
}
.BgClassName
{
background-color: #84849A;
}
</style>
border-color css
<style>
span { border-color: #84849A; }
span { border-color: rgb(132,132,154); }
td.TdClassName
{
border-color: #84849A;
}
.TagClassName
{
border-color: #84849A;
}
</style>