Shades of Manatee #81859C
Tints of Manatee #81859C
RGB
CMYK
RGB Variations
Color information
#81859C (or 0x81859C) is known color: Manatee. HEX triplet: 81, 85 and 9C. RGB value is (129,133,156). Sum of RGB (Red+Green+Blue) = 129+133+156=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #81859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81859C is #7E7A63. Grayscale: #868686. Windows color (decimal): -8288868 or 10257793. OLE color: 10257793.
HSL color Cylindrical-coordinate representation of color #81859C: hue angle of 231.11º 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 #81859C is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 133 | 156 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.39 |
| HSL | 231.11º | 0.12% | 0.56% | - |
| HSV(B) | 231.11º | 0.17% | 0.61% | - |
| XYZ | 23.44 | 23.84 | 34.82 | - |
| YUV | 134.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 156 | 0.17 | 0.15 | 0 | 0.39 | 231.11 | 0.12 | 0.56 |
| Hex | 81 | 85 | 9C | 11 | F | 0 | 27 | E7 | C | 38 |
| Octal | 201 | 205 | 234 | 21 | 17 | 0 | 47 | 347 | 14 | 70 |
| Binary | 10000001 | 10000101 | 10011100 | 10001 | 1111 | 0 | 100111 | 11100111 | 1100 | 111000 |
Color Harmonies of #81859C
Complementary color
Monochromatic Colors of #81859C
Black with #81859C
Text Example
Text Example
White with #81859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81859C; }
p { color: rgb(129,133,156); }
H1.HeaderClassName
{
color: #81859C;
}
.AnyTagClassName
{
color: #81859C;
}
</style>
background-color css
<style>
a { background-color: #81859C; }
a { background-color: rgb(129,133,156); }
div.DivClassName
{
background-color: #81859C;
}
.BgClassName
{
background-color: #81859C;
}
</style>
border-color css
<style>
span { border-color: #81859C; }
span { border-color: rgb(129,133,156); }
td.TdClassName
{
border-color: #81859C;
}
.TagClassName
{
border-color: #81859C;
}
</style>