Shades of Manatee #7F8194
Tints of Manatee #7F8194
RGB
CMYK
RGB Variations
Color information
#7F8194 (or 0x7F8194) is known color: Manatee. HEX triplet: 7F, 81 and 94. RGB value is (127,129,148). Sum of RGB (Red+Green+Blue) = 127+129+148=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #7F8194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8194 is #807E6B. Grayscale: #828282. Windows color (decimal): -8420972 or 9732479. OLE color: 9732479.
HSL color Cylindrical-coordinate representation of color #7F8194: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F8194 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 129 | 148 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.42 |
| HSL | 234.29º | 0.09% | 0.54% | - |
| HSV(B) | 234.29º | 0.14% | 0.58% | - |
| XYZ | 21.95 | 22.35 | 31.17 | - |
| YUV | 130.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 148 | 0.14 | 0.13 | 0 | 0.42 | 234.29 | 0.09 | 0.54 |
| Hex | 7F | 81 | 94 | E | D | 0 | 2A | EA | 9 | 36 |
| Octal | 177 | 201 | 224 | 16 | 15 | 0 | 52 | 352 | 11 | 66 |
| Binary | 1111111 | 10000001 | 10010100 | 1110 | 1101 | 0 | 101010 | 11101010 | 1001 | 110110 |
Color Harmonies of #7F8194
Complementary color
Monochromatic Colors of #7F8194
Black with #7F8194
Text Example
Text Example
White with #7F8194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8194; }
p { color: rgb(127,129,148); }
H1.HeaderClassName
{
color: #7F8194;
}
.AnyTagClassName
{
color: #7F8194;
}
</style>
background-color css
<style>
a { background-color: #7F8194; }
a { background-color: rgb(127,129,148); }
div.DivClassName
{
background-color: #7F8194;
}
.BgClassName
{
background-color: #7F8194;
}
</style>
border-color css
<style>
span { border-color: #7F8194; }
span { border-color: rgb(127,129,148); }
td.TdClassName
{
border-color: #7F8194;
}
.TagClassName
{
border-color: #7F8194;
}
</style>