Shades of Manatee #81879D
Tints of Manatee #81879D
RGB
CMYK
RGB Variations
Color information
#81879D (or 0x81879D) is known color: Manatee. HEX triplet: 81, 87 and 9D. RGB value is (129,135,157). Sum of RGB (Red+Green+Blue) = 129+135+157=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #81879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81879D is #7E7862. Grayscale: #878787. Windows color (decimal): -8288355 or 10323841. OLE color: 10323841.
HSL color Cylindrical-coordinate representation of color #81879D: hue angle of 227.14º 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 #81879D is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 135 | 157 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.38 |
| HSL | 227.14º | 0.13% | 0.56% | - |
| HSV(B) | 227.14º | 0.18% | 0.62% | - |
| XYZ | 23.8 | 24.43 | 35.36 | - |
| YUV | 135.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 157 | 0.18 | 0.14 | 0 | 0.38 | 227.14 | 0.13 | 0.56 |
| Hex | 81 | 87 | 9D | 12 | E | 0 | 26 | E3 | C | 38 |
| Octal | 201 | 207 | 235 | 22 | 16 | 0 | 46 | 343 | 14 | 70 |
| Binary | 10000001 | 10000111 | 10011101 | 10010 | 1110 | 0 | 100110 | 11100011 | 1100 | 111000 |
Color Harmonies of #81879D
Complementary color
Monochromatic Colors of #81879D
Black with #81879D
Text Example
Text Example
White with #81879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81879D; }
p { color: rgb(129,135,157); }
H1.HeaderClassName
{
color: #81879D;
}
.AnyTagClassName
{
color: #81879D;
}
</style>
background-color css
<style>
a { background-color: #81879D; }
a { background-color: rgb(129,135,157); }
div.DivClassName
{
background-color: #81879D;
}
.BgClassName
{
background-color: #81879D;
}
</style>
border-color css
<style>
span { border-color: #81879D; }
span { border-color: rgb(129,135,157); }
td.TdClassName
{
border-color: #81879D;
}
.TagClassName
{
border-color: #81879D;
}
</style>