Shades of Manatee #818193
Tints of Manatee #818193
RGB
CMYK
RGB Variations
Color information
#818193 (or 0x818193) is known color: Manatee. HEX triplet: 81, 81 and 93. RGB value is (129,129,147). Sum of RGB (Red+Green+Blue) = 129+129+147=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #818193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818193 is #7E7E6C. Grayscale: #828282. Windows color (decimal): -8289901 or 9666945. OLE color: 9666945.
HSL color Cylindrical-coordinate representation of color #818193: hue angle of 240º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818193 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 129 | 147 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.42 |
| HSL | 240º | 0.08% | 0.54% | - |
| HSV(B) | 240º | 0.12% | 0.58% | - |
| XYZ | 22.17 | 22.47 | 30.77 | - |
| YUV | 131.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 147 | 0.12 | 0.12 | 0 | 0.42 | 240 | 0.08 | 0.54 |
| Hex | 81 | 81 | 93 | C | C | 0 | 2A | F0 | 8 | 36 |
| Octal | 201 | 201 | 223 | 14 | 14 | 0 | 52 | 360 | 10 | 66 |
| Binary | 10000001 | 10000001 | 10010011 | 1100 | 1100 | 0 | 101010 | 11110000 | 1000 | 110110 |
Color Harmonies of #818193
Complementary color
Monochromatic Colors of #818193
Black with #818193
Text Example
Text Example
White with #818193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818193; }
p { color: rgb(129,129,147); }
H1.HeaderClassName
{
color: #818193;
}
.AnyTagClassName
{
color: #818193;
}
</style>
background-color css
<style>
a { background-color: #818193; }
a { background-color: rgb(129,129,147); }
div.DivClassName
{
background-color: #818193;
}
.BgClassName
{
background-color: #818193;
}
</style>
border-color css
<style>
span { border-color: #818193; }
span { border-color: rgb(129,129,147); }
td.TdClassName
{
border-color: #818193;
}
.TagClassName
{
border-color: #818193;
}
</style>