Shades of Manatee #7C7E9A
Tints of Manatee #7C7E9A
RGB
CMYK
RGB Variations
Color information
#7C7E9A (or 0x7C7E9A) is known color: Manatee. HEX triplet: 7C, 7E and 9A. RGB value is (124,126,154). Sum of RGB (Red+Green+Blue) = 124+126+154=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C7E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7E9A is #838165. Grayscale: #808080. Windows color (decimal): -8618342 or 10124924. OLE color: 10124924.
HSL color Cylindrical-coordinate representation of color #7C7E9A: hue angle of 236º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C7E9A is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 126 | 154 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.40 |
| HSL | 236º | 0.13% | 0.55% | - |
| HSV(B) | 236º | 0.19% | 0.6% | - |
| XYZ | 21.61 | 21.54 | 33.59 | - |
| YUV | 128.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 154 | 0.19 | 0.18 | 0 | 0.40 | 236 | 0.13 | 0.55 |
| Hex | 7C | 7E | 9A | 13 | 12 | 0 | 28 | EC | D | 37 |
| Octal | 174 | 176 | 232 | 23 | 22 | 0 | 50 | 354 | 15 | 67 |
| Binary | 1111100 | 1111110 | 10011010 | 10011 | 10010 | 0 | 101000 | 11101100 | 1101 | 110111 |
Color Harmonies of #7C7E9A
Complementary color
Monochromatic Colors of #7C7E9A
Black with #7C7E9A
Text Example
Text Example
White with #7C7E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7E9A; }
p { color: rgb(124,126,154); }
H1.HeaderClassName
{
color: #7C7E9A;
}
.AnyTagClassName
{
color: #7C7E9A;
}
</style>
background-color css
<style>
a { background-color: #7C7E9A; }
a { background-color: rgb(124,126,154); }
div.DivClassName
{
background-color: #7C7E9A;
}
.BgClassName
{
background-color: #7C7E9A;
}
</style>
border-color css
<style>
span { border-color: #7C7E9A; }
span { border-color: rgb(124,126,154); }
td.TdClassName
{
border-color: #7C7E9A;
}
.TagClassName
{
border-color: #7C7E9A;
}
</style>