Shades of Manatee #7E8396
Tints of Manatee #7E8396
RGB
CMYK
RGB Variations
Color information
#7E8396 (or 0x7E8396) is known color: Manatee. HEX triplet: 7E, 83 and 96. RGB value is (126,131,150). Sum of RGB (Red+Green+Blue) = 126+131+150=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E8396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8396 is #817C69. Grayscale: #838383. Windows color (decimal): -8485994 or 9864062. OLE color: 9864062.
HSL color Cylindrical-coordinate representation of color #7E8396: hue angle of 227.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E8396 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 131 | 150 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.41 |
| HSL | 227.5º | 0.1% | 0.54% | - |
| HSV(B) | 227.5º | 0.16% | 0.59% | - |
| XYZ | 22.23 | 22.87 | 32.1 | - |
| YUV | 131.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 150 | 0.16 | 0.13 | 0 | 0.41 | 227.5 | 0.1 | 0.54 |
| Hex | 7E | 83 | 96 | 10 | D | 0 | 29 | E4 | A | 36 |
| Octal | 176 | 203 | 226 | 20 | 15 | 0 | 51 | 344 | 12 | 66 |
| Binary | 1111110 | 10000011 | 10010110 | 10000 | 1101 | 0 | 101001 | 11100100 | 1010 | 110110 |
Color Harmonies of #7E8396
Complementary color
Monochromatic Colors of #7E8396
Black with #7E8396
Text Example
Text Example
White with #7E8396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8396; }
p { color: rgb(126,131,150); }
H1.HeaderClassName
{
color: #7E8396;
}
.AnyTagClassName
{
color: #7E8396;
}
</style>
background-color css
<style>
a { background-color: #7E8396; }
a { background-color: rgb(126,131,150); }
div.DivClassName
{
background-color: #7E8396;
}
.BgClassName
{
background-color: #7E8396;
}
</style>
border-color css
<style>
span { border-color: #7E8396; }
span { border-color: rgb(126,131,150); }
td.TdClassName
{
border-color: #7E8396;
}
.TagClassName
{
border-color: #7E8396;
}
</style>