Shades of Manatee #808099
Tints of Manatee #808099
RGB
CMYK
RGB Variations
Color information
#808099 (or 0x808099) is known color: Manatee. HEX triplet: 80, 80 and 99. RGB value is (128,128,153). Sum of RGB (Red+Green+Blue) = 128+128+153=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #808099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808099 is #7F7F66. Grayscale: #828282. Windows color (decimal): -8355687 or 10059904. OLE color: 10059904.
HSL color Cylindrical-coordinate representation of color #808099: hue angle of 240º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808099 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 128 | 153 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.4 |
| HSL | 240º | 0.11% | 0.55% | - |
| HSV(B) | 240º | 0.16% | 0.6% | - |
| XYZ | 22.37 | 22.33 | 33.27 | - |
| YUV | 130.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 153 | 0.16 | 0.16 | 0 | 0.4 | 240 | 0.11 | 0.55 |
| Hex | 80 | 80 | 99 | 10 | 10 | 0 | 28 | F0 | B | 37 |
| Octal | 200 | 200 | 231 | 20 | 20 | 0 | 50 | 360 | 13 | 67 |
| Binary | 10000000 | 10000000 | 10011001 | 10000 | 10000 | 0 | 101000 | 11110000 | 1011 | 110111 |
Color Harmonies of #808099
Complementary color
Monochromatic Colors of #808099
Black with #808099
Text Example
Text Example
White with #808099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808099; }
p { color: rgb(128,128,153); }
H1.HeaderClassName
{
color: #808099;
}
.AnyTagClassName
{
color: #808099;
}
</style>
background-color css
<style>
a { background-color: #808099; }
a { background-color: rgb(128,128,153); }
div.DivClassName
{
background-color: #808099;
}
.BgClassName
{
background-color: #808099;
}
</style>
border-color css
<style>
span { border-color: #808099; }
span { border-color: rgb(128,128,153); }
td.TdClassName
{
border-color: #808099;
}
.TagClassName
{
border-color: #808099;
}
</style>