Shades of Manatee #8080AB
Tints of Manatee #8080AB
RGB
CMYK
RGB Variations
Color information
#8080AB (or 0x8080AB) is known color: Manatee. HEX triplet: 80, 80 and AB. RGB value is (128,128,171). Sum of RGB (Red+Green+Blue) = 128+128+171=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #8080AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8080AB is #7F7F54. Grayscale: #848484. Windows color (decimal): -8355669 or 11239552. OLE color: 11239552.
HSL color Cylindrical-coordinate representation of color #8080AB: hue angle of 240º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8080AB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 128 | 171 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.33 |
| HSL | 240º | 0.2% | 0.59% | - |
| HSV(B) | 240º | 0.25% | 0.67% | - |
| XYZ | 23.97 | 22.97 | 41.7 | - |
| YUV | 132.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 171 | 0.25 | 0.25 | 0 | 0.33 | 240 | 0.2 | 0.59 |
| Hex | 80 | 80 | AB | 19 | 19 | 0 | 21 | F0 | 14 | 3B |
| Octal | 200 | 200 | 253 | 31 | 31 | 0 | 41 | 360 | 24 | 73 |
| Binary | 10000000 | 10000000 | 10101011 | 11001 | 11001 | 0 | 100001 | 11110000 | 10100 | 111011 |
Color Harmonies of #8080AB
Complementary color
Monochromatic Colors of #8080AB
Black with #8080AB
Text Example
Text Example
White with #8080AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080AB; }
p { color: rgb(128,128,171); }
H1.HeaderClassName
{
color: #8080AB;
}
.AnyTagClassName
{
color: #8080AB;
}
</style>
background-color css
<style>
a { background-color: #8080AB; }
a { background-color: rgb(128,128,171); }
div.DivClassName
{
background-color: #8080AB;
}
.BgClassName
{
background-color: #8080AB;
}
</style>
border-color css
<style>
span { border-color: #8080AB; }
span { border-color: rgb(128,128,171); }
td.TdClassName
{
border-color: #8080AB;
}
.TagClassName
{
border-color: #8080AB;
}
</style>