Shades of Manatee #7F8295
Tints of Manatee #7F8295
RGB
CMYK
RGB Variations
Color information
#7F8295 (or 0x7F8295) is known color: Manatee. HEX triplet: 7F, 82 and 95. RGB value is (127,130,149). Sum of RGB (Red+Green+Blue) = 127+130+149=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F8295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8295 is #807D6A. Grayscale: #838383. Windows color (decimal): -8420715 or 9798271. OLE color: 9798271.
HSL color Cylindrical-coordinate representation of color #7F8295: hue angle of 231.82º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F8295 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 130 | 149 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.42 |
| HSL | 231.82º | 0.09% | 0.54% | - |
| HSV(B) | 231.82º | 0.15% | 0.58% | - |
| XYZ | 22.16 | 22.65 | 31.64 | - |
| YUV | 131.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 149 | 0.15 | 0.13 | 0 | 0.42 | 231.82 | 0.09 | 0.54 |
| Hex | 7F | 82 | 95 | F | D | 0 | 2A | E8 | 9 | 36 |
| Octal | 177 | 202 | 225 | 17 | 15 | 0 | 52 | 350 | 11 | 66 |
| Binary | 1111111 | 10000010 | 10010101 | 1111 | 1101 | 0 | 101010 | 11101000 | 1001 | 110110 |
Color Harmonies of #7F8295
Complementary color
Monochromatic Colors of #7F8295
Black with #7F8295
Text Example
Text Example
White with #7F8295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8295; }
p { color: rgb(127,130,149); }
H1.HeaderClassName
{
color: #7F8295;
}
.AnyTagClassName
{
color: #7F8295;
}
</style>
background-color css
<style>
a { background-color: #7F8295; }
a { background-color: rgb(127,130,149); }
div.DivClassName
{
background-color: #7F8295;
}
.BgClassName
{
background-color: #7F8295;
}
</style>
border-color css
<style>
span { border-color: #7F8295; }
span { border-color: rgb(127,130,149); }
td.TdClassName
{
border-color: #7F8295;
}
.TagClassName
{
border-color: #7F8295;
}
</style>