Shades of Manatee #808090
Tints of Manatee #808090
RGB
CMYK
RGB Variations
Color information
#808090 (or 0x808090) is known color: Manatee. HEX triplet: 80, 80 and 90. RGB value is (128,128,144). Sum of RGB (Red+Green+Blue) = 128+128+144=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #808090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808090 is #7F7F6F. Grayscale: #818181. Windows color (decimal): -8355696 or 9470080. OLE color: 9470080.
HSL color Cylindrical-coordinate representation of color #808090: hue angle of 240º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808090 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 128 | 144 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.44 |
| HSL | 240º | 0.07% | 0.53% | - |
| HSV(B) | 240º | 0.11% | 0.56% | - |
| XYZ | 21.66 | 22.04 | 29.5 | - |
| YUV | 129.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 144 | 0.11 | 0.11 | 0 | 0.44 | 240 | 0.07 | 0.53 |
| Hex | 80 | 80 | 90 | B | B | 0 | 2C | F0 | 7 | 35 |
| Octal | 200 | 200 | 220 | 13 | 13 | 0 | 54 | 360 | 7 | 65 |
| Binary | 10000000 | 10000000 | 10010000 | 1011 | 1011 | 0 | 101100 | 11110000 | 111 | 110101 |
Color Harmonies of #808090
Complementary color
Monochromatic Colors of #808090
Black with #808090
Text Example
Text Example
White with #808090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808090; }
p { color: rgb(128,128,144); }
H1.HeaderClassName
{
color: #808090;
}
.AnyTagClassName
{
color: #808090;
}
</style>
background-color css
<style>
a { background-color: #808090; }
a { background-color: rgb(128,128,144); }
div.DivClassName
{
background-color: #808090;
}
.BgClassName
{
background-color: #808090;
}
</style>
border-color css
<style>
span { border-color: #808090; }
span { border-color: rgb(128,128,144); }
td.TdClassName
{
border-color: #808090;
}
.TagClassName
{
border-color: #808090;
}
</style>