Shades of Manatee #81819B
Tints of Manatee #81819B
RGB
CMYK
RGB Variations
Color information
#81819B (or 0x81819B) is known color: Manatee. HEX triplet: 81, 81 and 9B. RGB value is (129,129,155). Sum of RGB (Red+Green+Blue) = 129+129+155=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #81819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81819B is #7E7E64. Grayscale: #838383. Windows color (decimal): -8289893 or 10191233. OLE color: 10191233.
HSL color Cylindrical-coordinate representation of color #81819B: hue angle of 240º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81819B is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 129 | 155 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.39 |
| HSL | 240º | 0.12% | 0.56% | - |
| HSV(B) | 240º | 0.17% | 0.61% | - |
| XYZ | 22.82 | 22.73 | 34.2 | - |
| YUV | 131.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 155 | 0.17 | 0.17 | 0 | 0.39 | 240 | 0.12 | 0.56 |
| Hex | 81 | 81 | 9B | 11 | 11 | 0 | 27 | F0 | C | 38 |
| Octal | 201 | 201 | 233 | 21 | 21 | 0 | 47 | 360 | 14 | 70 |
| Binary | 10000001 | 10000001 | 10011011 | 10001 | 10001 | 0 | 100111 | 11110000 | 1100 | 111000 |
Color Harmonies of #81819B
Complementary color
Monochromatic Colors of #81819B
Black with #81819B
Text Example
Text Example
White with #81819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81819B; }
p { color: rgb(129,129,155); }
H1.HeaderClassName
{
color: #81819B;
}
.AnyTagClassName
{
color: #81819B;
}
</style>
background-color css
<style>
a { background-color: #81819B; }
a { background-color: rgb(129,129,155); }
div.DivClassName
{
background-color: #81819B;
}
.BgClassName
{
background-color: #81819B;
}
</style>
border-color css
<style>
span { border-color: #81819B; }
span { border-color: rgb(129,129,155); }
td.TdClassName
{
border-color: #81819B;
}
.TagClassName
{
border-color: #81819B;
}
</style>