Shades of Manatee #808193
Tints of Manatee #808193
RGB
CMYK
RGB Variations
Color information
#808193 (or 0x808193) is known color: Manatee. HEX triplet: 80, 81 and 93. RGB value is (128,129,147). Sum of RGB (Red+Green+Blue) = 128+129+147=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #808193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808193 is #7F7E6C. Grayscale: #828282. Windows color (decimal): -8355437 or 9666944. OLE color: 9666944.
HSL color Cylindrical-coordinate representation of color #808193: hue angle of 236.84º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #808193 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 129 | 147 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.42 |
| HSL | 236.84º | 0.08% | 0.54% | - |
| HSV(B) | 236.84º | 0.13% | 0.58% | - |
| XYZ | 22.02 | 22.4 | 30.77 | - |
| YUV | 130.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 147 | 0.13 | 0.12 | 0 | 0.42 | 236.84 | 0.08 | 0.54 |
| Hex | 80 | 81 | 93 | D | C | 0 | 2A | ED | 8 | 36 |
| Octal | 200 | 201 | 223 | 15 | 14 | 0 | 52 | 355 | 10 | 66 |
| Binary | 10000000 | 10000001 | 10010011 | 1101 | 1100 | 0 | 101010 | 11101101 | 1000 | 110110 |
Color Harmonies of #808193
Complementary color
Monochromatic Colors of #808193
Black with #808193
Text Example
Text Example
White with #808193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808193; }
p { color: rgb(128,129,147); }
H1.HeaderClassName
{
color: #808193;
}
.AnyTagClassName
{
color: #808193;
}
</style>
background-color css
<style>
a { background-color: #808193; }
a { background-color: rgb(128,129,147); }
div.DivClassName
{
background-color: #808193;
}
.BgClassName
{
background-color: #808193;
}
</style>
border-color css
<style>
span { border-color: #808193; }
span { border-color: rgb(128,129,147); }
td.TdClassName
{
border-color: #808193;
}
.TagClassName
{
border-color: #808193;
}
</style>