Shades of Manatee #80808B
Tints of Manatee #80808B
RGB
CMYK
RGB Variations
Color information
#80808B (or 0x80808B) is known color: Manatee. HEX triplet: 80, 80 and 8B. RGB value is (128,128,139). Sum of RGB (Red+Green+Blue) = 128+128+139=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #80808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80808B is #7F7F74. Grayscale: #818181. Windows color (decimal): -8355701 or 9142400. OLE color: 9142400.
HSL color Cylindrical-coordinate representation of color #80808B: hue angle of 240º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80808B is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 128 | 139 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.45 |
| HSL | 240º | 0.05% | 0.52% | - |
| HSV(B) | 240º | 0.08% | 0.55% | - |
| XYZ | 21.28 | 21.89 | 27.53 | - |
| YUV | 129.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 139 | 0.08 | 0.08 | 0 | 0.45 | 240 | 0.05 | 0.52 |
| Hex | 80 | 80 | 8B | 8 | 8 | 0 | 2D | F0 | 5 | 34 |
| Octal | 200 | 200 | 213 | 10 | 10 | 0 | 55 | 360 | 5 | 64 |
| Binary | 10000000 | 10000000 | 10001011 | 1000 | 1000 | 0 | 101101 | 11110000 | 101 | 110100 |
Color Harmonies of #80808B
Complementary color
Monochromatic Colors of #80808B
Black with #80808B
Text Example
Text Example
White with #80808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80808B; }
p { color: rgb(128,128,139); }
H1.HeaderClassName
{
color: #80808B;
}
.AnyTagClassName
{
color: #80808B;
}
</style>
background-color css
<style>
a { background-color: #80808B; }
a { background-color: rgb(128,128,139); }
div.DivClassName
{
background-color: #80808B;
}
.BgClassName
{
background-color: #80808B;
}
</style>
border-color css
<style>
span { border-color: #80808B; }
span { border-color: rgb(128,128,139); }
td.TdClassName
{
border-color: #80808B;
}
.TagClassName
{
border-color: #80808B;
}
</style>