Shades of Manatee #81879C
Tints of Manatee #81879C
RGB
CMYK
RGB Variations
Color information
#81879C (or 0x81879C) is known color: Manatee. HEX triplet: 81, 87 and 9C. RGB value is (129,135,156). Sum of RGB (Red+Green+Blue) = 129+135+156=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #81879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81879C is #7E7863. Grayscale: #878787. Windows color (decimal): -8288356 or 10258305. OLE color: 10258305.
HSL color Cylindrical-coordinate representation of color #81879C: hue angle of 226.67º 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 #81879C is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 135 | 156 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.39 |
| HSL | 226.67º | 0.12% | 0.56% | - |
| HSV(B) | 226.67º | 0.17% | 0.61% | - |
| XYZ | 23.72 | 24.4 | 34.91 | - |
| YUV | 135.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 156 | 0.17 | 0.13 | 0 | 0.39 | 226.67 | 0.12 | 0.56 |
| Hex | 81 | 87 | 9C | 11 | D | 0 | 27 | E3 | C | 38 |
| Octal | 201 | 207 | 234 | 21 | 15 | 0 | 47 | 343 | 14 | 70 |
| Binary | 10000001 | 10000111 | 10011100 | 10001 | 1101 | 0 | 100111 | 11100011 | 1100 | 111000 |
Color Harmonies of #81879C
Complementary color
Monochromatic Colors of #81879C
Black with #81879C
Text Example
Text Example
White with #81879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81879C; }
p { color: rgb(129,135,156); }
H1.HeaderClassName
{
color: #81879C;
}
.AnyTagClassName
{
color: #81879C;
}
</style>
background-color css
<style>
a { background-color: #81879C; }
a { background-color: rgb(129,135,156); }
div.DivClassName
{
background-color: #81879C;
}
.BgClassName
{
background-color: #81879C;
}
</style>
border-color css
<style>
span { border-color: #81879C; }
span { border-color: rgb(129,135,156); }
td.TdClassName
{
border-color: #81879C;
}
.TagClassName
{
border-color: #81879C;
}
</style>