Shades of Moody Blue #7E7ECC
Tints of Moody Blue #7E7ECC
RGB
CMYK
RGB Variations
Color information
#7E7ECC (or 0x7E7ECC) is known color: Moody Blue. HEX triplet: 7E, 7E and CC. RGB value is (126,126,204). Sum of RGB (Red+Green+Blue) = 126+126+204=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7ECC is #818133. Grayscale: #868686. Windows color (decimal): -8487220 or 13401726. OLE color: 13401726.
HSL color Cylindrical-coordinate representation of color #7E7ECC: hue angle of 240º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E7ECC is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 126 | 204 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.2 |
| HSL | 240º | 0.43% | 0.65% | - |
| HSV(B) | 240º | 0.38% | 0.8% | - |
| XYZ | 26.96 | 23.72 | 60.28 | - |
| YUV | 134.89 | 167 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 126 | 204 | 0.38 | 0.38 | 0 | 0.2 | 240 | 0.43 | 0.65 |
| Hex | 7E | 7E | CC | 26 | 26 | 0 | 14 | F0 | 2B | 41 |
| Octal | 176 | 176 | 314 | 46 | 46 | 0 | 24 | 360 | 53 | 101 |
| Binary | 1111110 | 1111110 | 11001100 | 100110 | 100110 | 0 | 10100 | 11110000 | 101011 | 1000001 |
Color Harmonies of #7E7ECC
Complementary color
Monochromatic Colors of #7E7ECC
Black with #7E7ECC
Text Example
Text Example
White with #7E7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7ECC; }
p { color: rgb(126,126,204); }
H1.HeaderClassName
{
color: #7E7ECC;
}
.AnyTagClassName
{
color: #7E7ECC;
}
</style>
background-color css
<style>
a { background-color: #7E7ECC; }
a { background-color: rgb(126,126,204); }
div.DivClassName
{
background-color: #7E7ECC;
}
.BgClassName
{
background-color: #7E7ECC;
}
</style>
border-color css
<style>
span { border-color: #7E7ECC; }
span { border-color: rgb(126,126,204); }
td.TdClassName
{
border-color: #7E7ECC;
}
.TagClassName
{
border-color: #7E7ECC;
}
</style>