Shades of Manatee #80849F
Tints of Manatee #80849F
RGB
CMYK
RGB Variations
Color information
#80849F (or 0x80849F) is known color: Manatee. HEX triplet: 80, 84 and 9F. RGB value is (128,132,159). Sum of RGB (Red+Green+Blue) = 128+132+159=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #80849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80849F is #7F7B60. Grayscale: #858585. Windows color (decimal): -8354657 or 10454144. OLE color: 10454144.
HSL color Cylindrical-coordinate representation of color #80849F: hue angle of 232.26º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80849F is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 132 | 159 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.38 |
| HSL | 232.26º | 0.14% | 0.56% | - |
| HSV(B) | 232.26º | 0.19% | 0.62% | - |
| XYZ | 23.41 | 23.59 | 36.12 | - |
| YUV | 133.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 159 | 0.19 | 0.17 | 0 | 0.38 | 232.26 | 0.14 | 0.56 |
| Hex | 80 | 84 | 9F | 13 | 11 | 0 | 26 | E8 | E | 38 |
| Octal | 200 | 204 | 237 | 23 | 21 | 0 | 46 | 350 | 16 | 70 |
| Binary | 10000000 | 10000100 | 10011111 | 10011 | 10001 | 0 | 100110 | 11101000 | 1110 | 111000 |
Color Harmonies of #80849F
Complementary color
Monochromatic Colors of #80849F
Black with #80849F
Text Example
Text Example
White with #80849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80849F; }
p { color: rgb(128,132,159); }
H1.HeaderClassName
{
color: #80849F;
}
.AnyTagClassName
{
color: #80849F;
}
</style>
background-color css
<style>
a { background-color: #80849F; }
a { background-color: rgb(128,132,159); }
div.DivClassName
{
background-color: #80849F;
}
.BgClassName
{
background-color: #80849F;
}
</style>
border-color css
<style>
span { border-color: #80849F; }
span { border-color: rgb(128,132,159); }
td.TdClassName
{
border-color: #80849F;
}
.TagClassName
{
border-color: #80849F;
}
</style>