Shades of Manatee #80809B
Tints of Manatee #80809B
RGB
CMYK
RGB Variations
Color information
#80809B (or 0x80809B) is known color: Manatee. HEX triplet: 80, 80 and 9B. RGB value is (128,128,155). Sum of RGB (Red+Green+Blue) = 128+128+155=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #80809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80809B is #7F7F64. Grayscale: #828282. Windows color (decimal): -8355685 or 10190976. OLE color: 10190976.
HSL color Cylindrical-coordinate representation of color #80809B: hue angle of 240º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80809B is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 128 | 155 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.39 |
| HSL | 240º | 0.12% | 0.55% | - |
| HSV(B) | 240º | 0.17% | 0.61% | - |
| XYZ | 22.54 | 22.39 | 34.14 | - |
| YUV | 131.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 155 | 0.17 | 0.17 | 0 | 0.39 | 240 | 0.12 | 0.55 |
| Hex | 80 | 80 | 9B | 11 | 11 | 0 | 27 | F0 | C | 37 |
| Octal | 200 | 200 | 233 | 21 | 21 | 0 | 47 | 360 | 14 | 67 |
| Binary | 10000000 | 10000000 | 10011011 | 10001 | 10001 | 0 | 100111 | 11110000 | 1100 | 110111 |
Color Harmonies of #80809B
Complementary color
Monochromatic Colors of #80809B
Black with #80809B
Text Example
Text Example
White with #80809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80809B; }
p { color: rgb(128,128,155); }
H1.HeaderClassName
{
color: #80809B;
}
.AnyTagClassName
{
color: #80809B;
}
</style>
background-color css
<style>
a { background-color: #80809B; }
a { background-color: rgb(128,128,155); }
div.DivClassName
{
background-color: #80809B;
}
.BgClassName
{
background-color: #80809B;
}
</style>
border-color css
<style>
span { border-color: #80809B; }
span { border-color: rgb(128,128,155); }
td.TdClassName
{
border-color: #80809B;
}
.TagClassName
{
border-color: #80809B;
}
</style>