Shades of Manatee #7F8199
Tints of Manatee #7F8199
RGB
CMYK
RGB Variations
Color information
#7F8199 (or 0x7F8199) is known color: Manatee. HEX triplet: 7F, 81 and 99. RGB value is (127,129,153). Sum of RGB (Red+Green+Blue) = 127+129+153=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F8199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8199 is #807E66. Grayscale: #838383. Windows color (decimal): -8420967 or 10060159. OLE color: 10060159.
HSL color Cylindrical-coordinate representation of color #7F8199: hue angle of 235.38º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F8199 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 129 | 153 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.4 |
| HSL | 235.38º | 0.11% | 0.55% | - |
| HSV(B) | 235.38º | 0.17% | 0.6% | - |
| XYZ | 22.35 | 22.51 | 33.3 | - |
| YUV | 131.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 153 | 0.17 | 0.16 | 0 | 0.4 | 235.38 | 0.11 | 0.55 |
| Hex | 7F | 81 | 99 | 11 | 10 | 0 | 28 | EB | B | 37 |
| Octal | 177 | 201 | 231 | 21 | 20 | 0 | 50 | 353 | 13 | 67 |
| Binary | 1111111 | 10000001 | 10011001 | 10001 | 10000 | 0 | 101000 | 11101011 | 1011 | 110111 |
Color Harmonies of #7F8199
Complementary color
Monochromatic Colors of #7F8199
Black with #7F8199
Text Example
Text Example
White with #7F8199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8199; }
p { color: rgb(127,129,153); }
H1.HeaderClassName
{
color: #7F8199;
}
.AnyTagClassName
{
color: #7F8199;
}
</style>
background-color css
<style>
a { background-color: #7F8199; }
a { background-color: rgb(127,129,153); }
div.DivClassName
{
background-color: #7F8199;
}
.BgClassName
{
background-color: #7F8199;
}
</style>
border-color css
<style>
span { border-color: #7F8199; }
span { border-color: rgb(127,129,153); }
td.TdClassName
{
border-color: #7F8199;
}
.TagClassName
{
border-color: #7F8199;
}
</style>