Shades of Manatee #81859D
Tints of Manatee #81859D
RGB
CMYK
RGB Variations
Color information
#81859D (or 0x81859D) is known color: Manatee. HEX triplet: 81, 85 and 9D. RGB value is (129,133,157). Sum of RGB (Red+Green+Blue) = 129+133+157=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #81859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81859D is #7E7A62. Grayscale: #868686. Windows color (decimal): -8288867 or 10323329. OLE color: 10323329.
HSL color Cylindrical-coordinate representation of color #81859D: hue angle of 231.43º 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 #81859D is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 133 | 157 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.38 |
| HSL | 231.43º | 0.13% | 0.56% | - |
| HSV(B) | 231.43º | 0.18% | 0.62% | - |
| XYZ | 23.53 | 23.88 | 35.27 | - |
| YUV | 134.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 157 | 0.18 | 0.15 | 0 | 0.38 | 231.43 | 0.13 | 0.56 |
| Hex | 81 | 85 | 9D | 12 | F | 0 | 26 | E7 | C | 38 |
| Octal | 201 | 205 | 235 | 22 | 17 | 0 | 46 | 347 | 14 | 70 |
| Binary | 10000001 | 10000101 | 10011101 | 10010 | 1111 | 0 | 100110 | 11100111 | 1100 | 111000 |
Color Harmonies of #81859D
Complementary color
Monochromatic Colors of #81859D
Black with #81859D
Text Example
Text Example
White with #81859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81859D; }
p { color: rgb(129,133,157); }
H1.HeaderClassName
{
color: #81859D;
}
.AnyTagClassName
{
color: #81859D;
}
</style>
background-color css
<style>
a { background-color: #81859D; }
a { background-color: rgb(129,133,157); }
div.DivClassName
{
background-color: #81859D;
}
.BgClassName
{
background-color: #81859D;
}
</style>
border-color css
<style>
span { border-color: #81859D; }
span { border-color: rgb(129,133,157); }
td.TdClassName
{
border-color: #81859D;
}
.TagClassName
{
border-color: #81859D;
}
</style>