Shades of Manatee #80809D
Tints of Manatee #80809D
RGB
CMYK
RGB Variations
Color information
#80809D (or 0x80809D) is known color: Manatee. HEX triplet: 80, 80 and 9D. RGB value is (128,128,157). Sum of RGB (Red+Green+Blue) = 128+128+157=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #80809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80809D is #7F7F62. Grayscale: #838383. Windows color (decimal): -8355683 or 10322048. OLE color: 10322048.
HSL color Cylindrical-coordinate representation of color #80809D: hue angle of 240º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80809D is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 128 | 157 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.38 |
| HSL | 240º | 0.13% | 0.56% | - |
| HSV(B) | 240º | 0.18% | 0.62% | - |
| XYZ | 22.71 | 22.46 | 35.04 | - |
| YUV | 131.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 157 | 0.18 | 0.18 | 0 | 0.38 | 240 | 0.13 | 0.56 |
| Hex | 80 | 80 | 9D | 12 | 12 | 0 | 26 | F0 | D | 38 |
| Octal | 200 | 200 | 235 | 22 | 22 | 0 | 46 | 360 | 15 | 70 |
| Binary | 10000000 | 10000000 | 10011101 | 10010 | 10010 | 0 | 100110 | 11110000 | 1101 | 111000 |
Color Harmonies of #80809D
Complementary color
Monochromatic Colors of #80809D
Black with #80809D
Text Example
Text Example
White with #80809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80809D; }
p { color: rgb(128,128,157); }
H1.HeaderClassName
{
color: #80809D;
}
.AnyTagClassName
{
color: #80809D;
}
</style>
background-color css
<style>
a { background-color: #80809D; }
a { background-color: rgb(128,128,157); }
div.DivClassName
{
background-color: #80809D;
}
.BgClassName
{
background-color: #80809D;
}
</style>
border-color css
<style>
span { border-color: #80809D; }
span { border-color: rgb(128,128,157); }
td.TdClassName
{
border-color: #80809D;
}
.TagClassName
{
border-color: #80809D;
}
</style>