Shades of Manatee #818699
Tints of Manatee #818699
RGB
CMYK
RGB Variations
Color information
#818699 (or 0x818699) is known color: Manatee. HEX triplet: 81, 86 and 99. RGB value is (129,134,153). Sum of RGB (Red+Green+Blue) = 129+134+153=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #818699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818699 is #7E7966. Grayscale: #868686. Windows color (decimal): -8288615 or 10061441. OLE color: 10061441.
HSL color Cylindrical-coordinate representation of color #818699: hue angle of 227.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #818699 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 134 | 153 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.4 |
| HSL | 227.5º | 0.11% | 0.55% | - |
| HSV(B) | 227.5º | 0.16% | 0.6% | - |
| XYZ | 23.33 | 24.02 | 33.54 | - |
| YUV | 134.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 153 | 0.16 | 0.12 | 0 | 0.4 | 227.5 | 0.11 | 0.55 |
| Hex | 81 | 86 | 99 | 10 | C | 0 | 28 | E4 | B | 37 |
| Octal | 201 | 206 | 231 | 20 | 14 | 0 | 50 | 344 | 13 | 67 |
| Binary | 10000001 | 10000110 | 10011001 | 10000 | 1100 | 0 | 101000 | 11100100 | 1011 | 110111 |
Color Harmonies of #818699
Complementary color
Monochromatic Colors of #818699
Black with #818699
Text Example
Text Example
White with #818699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818699; }
p { color: rgb(129,134,153); }
H1.HeaderClassName
{
color: #818699;
}
.AnyTagClassName
{
color: #818699;
}
</style>
background-color css
<style>
a { background-color: #818699; }
a { background-color: rgb(129,134,153); }
div.DivClassName
{
background-color: #818699;
}
.BgClassName
{
background-color: #818699;
}
</style>
border-color css
<style>
span { border-color: #818699; }
span { border-color: rgb(129,134,153); }
td.TdClassName
{
border-color: #818699;
}
.TagClassName
{
border-color: #818699;
}
</style>