Shades of Manatee #808492
Tints of Manatee #808492
RGB
CMYK
RGB Variations
Color information
#808492 (or 0x808492) is known color: Manatee. HEX triplet: 80, 84 and 92. RGB value is (128,132,146). Sum of RGB (Red+Green+Blue) = 128+132+146=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #808492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808492 is #7F7B6D. Grayscale: #848484. Windows color (decimal): -8354670 or 9602176. OLE color: 9602176.
HSL color Cylindrical-coordinate representation of color #808492: hue angle of 226.67º degrees, saturation: 0.08, 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 #808492 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 132 | 146 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.43 |
| HSL | 226.67º | 0.08% | 0.54% | - |
| HSV(B) | 226.67º | 0.12% | 0.57% | - |
| XYZ | 22.34 | 23.17 | 30.49 | - |
| YUV | 132.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 146 | 0.12 | 0.10 | 0 | 0.43 | 226.67 | 0.08 | 0.54 |
| Hex | 80 | 84 | 92 | C | A | 0 | 2B | E3 | 8 | 36 |
| Octal | 200 | 204 | 222 | 14 | 12 | 0 | 53 | 343 | 10 | 66 |
| Binary | 10000000 | 10000100 | 10010010 | 1100 | 1010 | 0 | 101011 | 11100011 | 1000 | 110110 |
Color Harmonies of #808492
Complementary color
Monochromatic Colors of #808492
Black with #808492
Text Example
Text Example
White with #808492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808492; }
p { color: rgb(128,132,146); }
H1.HeaderClassName
{
color: #808492;
}
.AnyTagClassName
{
color: #808492;
}
</style>
background-color css
<style>
a { background-color: #808492; }
a { background-color: rgb(128,132,146); }
div.DivClassName
{
background-color: #808492;
}
.BgClassName
{
background-color: #808492;
}
</style>
border-color css
<style>
span { border-color: #808492; }
span { border-color: rgb(128,132,146); }
td.TdClassName
{
border-color: #808492;
}
.TagClassName
{
border-color: #808492;
}
</style>