Shades of Manatee #81859E
Tints of Manatee #81859E
RGB
CMYK
RGB Variations
Color information
#81859E (or 0x81859E) is known color: Manatee. HEX triplet: 81, 85 and 9E. RGB value is (129,133,158). Sum of RGB (Red+Green+Blue) = 129+133+158=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #81859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81859E is #7E7A61. Grayscale: #868686. Windows color (decimal): -8288866 or 10388865. OLE color: 10388865.
HSL color Cylindrical-coordinate representation of color #81859E: hue angle of 231.72º degrees, saturation: 0.13, 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 #81859E is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 133 | 158 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.38 |
| HSL | 231.72º | 0.13% | 0.56% | - |
| HSV(B) | 231.72º | 0.18% | 0.62% | - |
| XYZ | 23.61 | 23.91 | 35.72 | - |
| YUV | 134.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 158 | 0.18 | 0.16 | 0 | 0.38 | 231.72 | 0.13 | 0.56 |
| Hex | 81 | 85 | 9E | 12 | 10 | 0 | 26 | E8 | D | 38 |
| Octal | 201 | 205 | 236 | 22 | 20 | 0 | 46 | 350 | 15 | 70 |
| Binary | 10000001 | 10000101 | 10011110 | 10010 | 10000 | 0 | 100110 | 11101000 | 1101 | 111000 |
Color Harmonies of #81859E
Complementary color
Monochromatic Colors of #81859E
Black with #81859E
Text Example
Text Example
White with #81859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81859E; }
p { color: rgb(129,133,158); }
H1.HeaderClassName
{
color: #81859E;
}
.AnyTagClassName
{
color: #81859E;
}
</style>
background-color css
<style>
a { background-color: #81859E; }
a { background-color: rgb(129,133,158); }
div.DivClassName
{
background-color: #81859E;
}
.BgClassName
{
background-color: #81859E;
}
</style>
border-color css
<style>
span { border-color: #81859E; }
span { border-color: rgb(129,133,158); }
td.TdClassName
{
border-color: #81859E;
}
.TagClassName
{
border-color: #81859E;
}
</style>