Shades of Manatee #80839F
Tints of Manatee #80839F
RGB
CMYK
RGB Variations
Color information
#80839F (or 0x80839F) is known color: Manatee. HEX triplet: 80, 83 and 9F. RGB value is (128,131,159). Sum of RGB (Red+Green+Blue) = 128+131+159=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #80839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80839F is #7F7C60. Grayscale: #858585. Windows color (decimal): -8354913 or 10453888. OLE color: 10453888.
HSL color Cylindrical-coordinate representation of color #80839F: hue angle of 234.19º 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 #80839F is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 131 | 159 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.38 |
| HSL | 234.19º | 0.14% | 0.56% | - |
| HSV(B) | 234.19º | 0.19% | 0.62% | - |
| XYZ | 23.28 | 23.33 | 36.08 | - |
| YUV | 133.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 159 | 0.19 | 0.18 | 0 | 0.38 | 234.19 | 0.14 | 0.56 |
| Hex | 80 | 83 | 9F | 13 | 12 | 0 | 26 | EA | E | 38 |
| Octal | 200 | 203 | 237 | 23 | 22 | 0 | 46 | 352 | 16 | 70 |
| Binary | 10000000 | 10000011 | 10011111 | 10011 | 10010 | 0 | 100110 | 11101010 | 1110 | 111000 |
Color Harmonies of #80839F
Complementary color
Monochromatic Colors of #80839F
Black with #80839F
Text Example
Text Example
White with #80839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80839F; }
p { color: rgb(128,131,159); }
H1.HeaderClassName
{
color: #80839F;
}
.AnyTagClassName
{
color: #80839F;
}
</style>
background-color css
<style>
a { background-color: #80839F; }
a { background-color: rgb(128,131,159); }
div.DivClassName
{
background-color: #80839F;
}
.BgClassName
{
background-color: #80839F;
}
</style>
border-color css
<style>
span { border-color: #80839F; }
span { border-color: rgb(128,131,159); }
td.TdClassName
{
border-color: #80839F;
}
.TagClassName
{
border-color: #80839F;
}
</style>