Shades of Manatee #7E8394
Tints of Manatee #7E8394
RGB
CMYK
RGB Variations
Color information
#7E8394 (or 0x7E8394) is known color: Manatee. HEX triplet: 7E, 83 and 94. RGB value is (126,131,148). Sum of RGB (Red+Green+Blue) = 126+131+148=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E8394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8394 is #817C6B. Grayscale: #838383. Windows color (decimal): -8485996 or 9732990. OLE color: 9732990.
HSL color Cylindrical-coordinate representation of color #7E8394: hue angle of 226.36º 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 #7E8394 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 131 | 148 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.42 |
| HSL | 226.36º | 0.09% | 0.54% | - |
| HSV(B) | 226.36º | 0.15% | 0.58% | - |
| XYZ | 22.07 | 22.81 | 31.26 | - |
| YUV | 131.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 148 | 0.15 | 0.11 | 0 | 0.42 | 226.36 | 0.09 | 0.54 |
| Hex | 7E | 83 | 94 | F | B | 0 | 2A | E2 | 9 | 36 |
| Octal | 176 | 203 | 224 | 17 | 13 | 0 | 52 | 342 | 11 | 66 |
| Binary | 1111110 | 10000011 | 10010100 | 1111 | 1011 | 0 | 101010 | 11100010 | 1001 | 110110 |
Color Harmonies of #7E8394
Complementary color
Monochromatic Colors of #7E8394
Black with #7E8394
Text Example
Text Example
White with #7E8394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8394; }
p { color: rgb(126,131,148); }
H1.HeaderClassName
{
color: #7E8394;
}
.AnyTagClassName
{
color: #7E8394;
}
</style>
background-color css
<style>
a { background-color: #7E8394; }
a { background-color: rgb(126,131,148); }
div.DivClassName
{
background-color: #7E8394;
}
.BgClassName
{
background-color: #7E8394;
}
</style>
border-color css
<style>
span { border-color: #7E8394; }
span { border-color: rgb(126,131,148); }
td.TdClassName
{
border-color: #7E8394;
}
.TagClassName
{
border-color: #7E8394;
}
</style>