Shades of Manatee #818292
Tints of Manatee #818292
RGB
CMYK
RGB Variations
Color information
#818292 (or 0x818292) is known color: Manatee. HEX triplet: 81, 82 and 92. RGB value is (129,130,146). Sum of RGB (Red+Green+Blue) = 129+130+146=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #818292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818292 is #7E7D6D. Grayscale: #838383. Windows color (decimal): -8289646 or 9601665. OLE color: 9601665.
HSL color Cylindrical-coordinate representation of color #818292: 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 #818292 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 130 | 146 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.43 |
| HSL | 236.47º | 0.07% | 0.54% | - |
| HSV(B) | 236.47º | 0.12% | 0.57% | - |
| XYZ | 22.22 | 22.71 | 30.41 | - |
| YUV | 131.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 146 | 0.12 | 0.11 | 0 | 0.43 | 236.47 | 0.07 | 0.54 |
| Hex | 81 | 82 | 92 | C | B | 0 | 2B | EC | 7 | 36 |
| Octal | 201 | 202 | 222 | 14 | 13 | 0 | 53 | 354 | 7 | 66 |
| Binary | 10000001 | 10000010 | 10010010 | 1100 | 1011 | 0 | 101011 | 11101100 | 111 | 110110 |
Color Harmonies of #818292
Complementary color
Monochromatic Colors of #818292
Black with #818292
Text Example
Text Example
White with #818292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818292; }
p { color: rgb(129,130,146); }
H1.HeaderClassName
{
color: #818292;
}
.AnyTagClassName
{
color: #818292;
}
</style>
background-color css
<style>
a { background-color: #818292; }
a { background-color: rgb(129,130,146); }
div.DivClassName
{
background-color: #818292;
}
.BgClassName
{
background-color: #818292;
}
</style>
border-color css
<style>
span { border-color: #818292; }
span { border-color: rgb(129,130,146); }
td.TdClassName
{
border-color: #818292;
}
.TagClassName
{
border-color: #818292;
}
</style>