Shades of Manatee #818192
Tints of Manatee #818192
RGB
CMYK
RGB Variations
Color information
#818192 (or 0x818192) is known color: Manatee. HEX triplet: 81, 81 and 92. RGB value is (129,129,146). Sum of RGB (Red+Green+Blue) = 129+129+146=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #818192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818192 is #7E7E6D. Grayscale: #828282. Windows color (decimal): -8289902 or 9601409. OLE color: 9601409.
HSL color Cylindrical-coordinate representation of color #818192: hue angle of 240º 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 #818192 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 129 | 146 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.43 |
| HSL | 240º | 0.07% | 0.54% | - |
| HSV(B) | 240º | 0.12% | 0.57% | - |
| XYZ | 22.09 | 22.44 | 30.36 | - |
| YUV | 130.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 146 | 0.12 | 0.12 | 0 | 0.43 | 240 | 0.07 | 0.54 |
| Hex | 81 | 81 | 92 | C | C | 0 | 2B | F0 | 7 | 36 |
| Octal | 201 | 201 | 222 | 14 | 14 | 0 | 53 | 360 | 7 | 66 |
| Binary | 10000001 | 10000001 | 10010010 | 1100 | 1100 | 0 | 101011 | 11110000 | 111 | 110110 |
Color Harmonies of #818192
Complementary color
Monochromatic Colors of #818192
Black with #818192
Text Example
Text Example
White with #818192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818192; }
p { color: rgb(129,129,146); }
H1.HeaderClassName
{
color: #818192;
}
.AnyTagClassName
{
color: #818192;
}
</style>
background-color css
<style>
a { background-color: #818192; }
a { background-color: rgb(129,129,146); }
div.DivClassName
{
background-color: #818192;
}
.BgClassName
{
background-color: #818192;
}
</style>
border-color css
<style>
span { border-color: #818192; }
span { border-color: rgb(129,129,146); }
td.TdClassName
{
border-color: #818192;
}
.TagClassName
{
border-color: #818192;
}
</style>