Shades of Manatee #81819D
Tints of Manatee #81819D
RGB
CMYK
RGB Variations
Color information
#81819D (or 0x81819D) is known color: Manatee. HEX triplet: 81, 81 and 9D. RGB value is (129,129,157). Sum of RGB (Red+Green+Blue) = 129+129+157=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #81819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81819D is #7E7E62. Grayscale: #848484. Windows color (decimal): -8289891 or 10322305. OLE color: 10322305.
HSL color Cylindrical-coordinate representation of color #81819D: hue angle of 240º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81819D is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 129 | 157 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.38 |
| HSL | 240º | 0.13% | 0.56% | - |
| HSV(B) | 240º | 0.18% | 0.62% | - |
| XYZ | 22.99 | 22.8 | 35.09 | - |
| YUV | 132.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 157 | 0.18 | 0.18 | 0 | 0.38 | 240 | 0.13 | 0.56 |
| Hex | 81 | 81 | 9D | 12 | 12 | 0 | 26 | F0 | C | 38 |
| Octal | 201 | 201 | 235 | 22 | 22 | 0 | 46 | 360 | 14 | 70 |
| Binary | 10000001 | 10000001 | 10011101 | 10010 | 10010 | 0 | 100110 | 11110000 | 1100 | 111000 |
Color Harmonies of #81819D
Complementary color
Monochromatic Colors of #81819D
Black with #81819D
Text Example
Text Example
White with #81819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81819D; }
p { color: rgb(129,129,157); }
H1.HeaderClassName
{
color: #81819D;
}
.AnyTagClassName
{
color: #81819D;
}
</style>
background-color css
<style>
a { background-color: #81819D; }
a { background-color: rgb(129,129,157); }
div.DivClassName
{
background-color: #81819D;
}
.BgClassName
{
background-color: #81819D;
}
</style>
border-color css
<style>
span { border-color: #81819D; }
span { border-color: rgb(129,129,157); }
td.TdClassName
{
border-color: #81819D;
}
.TagClassName
{
border-color: #81819D;
}
</style>