Shades of Manatee #808194
Tints of Manatee #808194
RGB
CMYK
RGB Variations
Color information
#808194 (or 0x808194) is known color: Manatee. HEX triplet: 80, 81 and 94. RGB value is (128,129,148). Sum of RGB (Red+Green+Blue) = 128+129+148=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #808194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808194 is #7F7E6B. Grayscale: #828282. Windows color (decimal): -8355436 or 9732480. OLE color: 9732480.
HSL color Cylindrical-coordinate representation of color #808194: hue angle of 237º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808194 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 129 | 148 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.42 |
| HSL | 237º | 0.09% | 0.54% | - |
| HSV(B) | 237º | 0.14% | 0.58% | - |
| XYZ | 22.1 | 22.43 | 31.18 | - |
| YUV | 130.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 148 | 0.14 | 0.13 | 0 | 0.42 | 237 | 0.09 | 0.54 |
| Hex | 80 | 81 | 94 | E | D | 0 | 2A | ED | 9 | 36 |
| Octal | 200 | 201 | 224 | 16 | 15 | 0 | 52 | 355 | 11 | 66 |
| Binary | 10000000 | 10000001 | 10010100 | 1110 | 1101 | 0 | 101010 | 11101101 | 1001 | 110110 |
Color Harmonies of #808194
Complementary color
Monochromatic Colors of #808194
Black with #808194
Text Example
Text Example
White with #808194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808194; }
p { color: rgb(128,129,148); }
H1.HeaderClassName
{
color: #808194;
}
.AnyTagClassName
{
color: #808194;
}
</style>
background-color css
<style>
a { background-color: #808194; }
a { background-color: rgb(128,129,148); }
div.DivClassName
{
background-color: #808194;
}
.BgClassName
{
background-color: #808194;
}
</style>
border-color css
<style>
span { border-color: #808194; }
span { border-color: rgb(128,129,148); }
td.TdClassName
{
border-color: #808194;
}
.TagClassName
{
border-color: #808194;
}
</style>