Shades of Manatee #8084A0
Tints of Manatee #8084A0
RGB
CMYK
RGB Variations
Color information
#8084A0 (or 0x8084A0) is known color: Manatee. HEX triplet: 80, 84 and A0. RGB value is (128,132,160). Sum of RGB (Red+Green+Blue) = 128+132+160=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #8084A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8084A0 is #7F7B5F. Grayscale: #858585. Windows color (decimal): -8354656 or 10519680. OLE color: 10519680.
HSL color Cylindrical-coordinate representation of color #8084A0: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8084A0 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 132 | 160 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.37 |
| HSL | 232.5º | 0.14% | 0.56% | - |
| HSV(B) | 232.5º | 0.2% | 0.63% | - |
| XYZ | 23.5 | 23.63 | 36.58 | - |
| YUV | 134 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 160 | 0.20 | 0.17 | 0 | 0.37 | 232.5 | 0.14 | 0.56 |
| Hex | 80 | 84 | A0 | 14 | 11 | 0 | 25 | E8 | E | 38 |
| Octal | 200 | 204 | 240 | 24 | 21 | 0 | 45 | 350 | 16 | 70 |
| Binary | 10000000 | 10000100 | 10100000 | 10100 | 10001 | 0 | 100101 | 11101000 | 1110 | 111000 |
Color Harmonies of #8084A0
Complementary color
Monochromatic Colors of #8084A0
Black with #8084A0
Text Example
Text Example
White with #8084A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084A0; }
p { color: rgb(128,132,160); }
H1.HeaderClassName
{
color: #8084A0;
}
.AnyTagClassName
{
color: #8084A0;
}
</style>
background-color css
<style>
a { background-color: #8084A0; }
a { background-color: rgb(128,132,160); }
div.DivClassName
{
background-color: #8084A0;
}
.BgClassName
{
background-color: #8084A0;
}
</style>
border-color css
<style>
span { border-color: #8084A0; }
span { border-color: rgb(128,132,160); }
td.TdClassName
{
border-color: #8084A0;
}
.TagClassName
{
border-color: #8084A0;
}
</style>