Shades of Manatee #808191
Tints of Manatee #808191
RGB
CMYK
RGB Variations
Color information
#808191 (or 0x808191) is known color: Manatee. HEX triplet: 80, 81 and 91. RGB value is (128,129,145). Sum of RGB (Red+Green+Blue) = 128+129+145=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #808191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808191 is #7F7E6E. Grayscale: #828282. Windows color (decimal): -8355439 or 9535872. OLE color: 9535872.
HSL color Cylindrical-coordinate representation of color #808191: hue angle of 236.47º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808191 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 129 | 145 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.43 |
| HSL | 236.47º | 0.07% | 0.54% | - |
| HSV(B) | 236.47º | 0.12% | 0.57% | - |
| XYZ | 21.86 | 22.33 | 29.95 | - |
| YUV | 130.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 145 | 0.12 | 0.11 | 0 | 0.43 | 236.47 | 0.07 | 0.54 |
| Hex | 80 | 81 | 91 | C | B | 0 | 2B | EC | 7 | 36 |
| Octal | 200 | 201 | 221 | 14 | 13 | 0 | 53 | 354 | 7 | 66 |
| Binary | 10000000 | 10000001 | 10010001 | 1100 | 1011 | 0 | 101011 | 11101100 | 111 | 110110 |
Color Harmonies of #808191
Complementary color
Monochromatic Colors of #808191
Black with #808191
Text Example
Text Example
White with #808191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808191; }
p { color: rgb(128,129,145); }
H1.HeaderClassName
{
color: #808191;
}
.AnyTagClassName
{
color: #808191;
}
</style>
background-color css
<style>
a { background-color: #808191; }
a { background-color: rgb(128,129,145); }
div.DivClassName
{
background-color: #808191;
}
.BgClassName
{
background-color: #808191;
}
</style>
border-color css
<style>
span { border-color: #808191; }
span { border-color: rgb(128,129,145); }
td.TdClassName
{
border-color: #808191;
}
.TagClassName
{
border-color: #808191;
}
</style>