Shades of Manatee #7F80A6
Tints of Manatee #7F80A6
RGB
CMYK
RGB Variations
Color information
#7F80A6 (or 0x7F80A6) is known color: Manatee. HEX triplet: 7F, 80 and A6. RGB value is (127,128,166). Sum of RGB (Red+Green+Blue) = 127+128+166=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 166 - color contains mainly: blue. Hex color #7F80A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F80A6 is #807F59. Grayscale: #838383. Windows color (decimal): -8421210 or 10911871. OLE color: 10911871.
HSL color Cylindrical-coordinate representation of color #7F80A6: hue angle of 238.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F80A6 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 128 | 166 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.35 |
| HSL | 238.46º | 0.18% | 0.57% | - |
| HSV(B) | 238.46º | 0.23% | 0.65% | - |
| XYZ | 23.35 | 22.7 | 39.23 | - |
| YUV | 132.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 166 | 0.23 | 0.23 | 0 | 0.35 | 238.46 | 0.18 | 0.57 |
| Hex | 7F | 80 | A6 | 17 | 17 | 0 | 23 | EE | 12 | 39 |
| Octal | 177 | 200 | 246 | 27 | 27 | 0 | 43 | 356 | 22 | 71 |
| Binary | 1111111 | 10000000 | 10100110 | 10111 | 10111 | 0 | 100011 | 11101110 | 10010 | 111001 |
Color Harmonies of #7F80A6
Complementary color
Monochromatic Colors of #7F80A6
Black with #7F80A6
Text Example
Text Example
White with #7F80A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80A6; }
p { color: rgb(127,128,166); }
H1.HeaderClassName
{
color: #7F80A6;
}
.AnyTagClassName
{
color: #7F80A6;
}
</style>
background-color css
<style>
a { background-color: #7F80A6; }
a { background-color: rgb(127,128,166); }
div.DivClassName
{
background-color: #7F80A6;
}
.BgClassName
{
background-color: #7F80A6;
}
</style>
border-color css
<style>
span { border-color: #7F80A6; }
span { border-color: rgb(127,128,166); }
td.TdClassName
{
border-color: #7F80A6;
}
.TagClassName
{
border-color: #7F80A6;
}
</style>