Shades of Moody Blue #7A7ECA
Tints of Moody Blue #7A7ECA
RGB
CMYK
RGB Variations
Color information
#7A7ECA (or 0x7A7ECA) is known color: Moody Blue. HEX triplet: 7A, 7E and CA. RGB value is (122,126,202). Sum of RGB (Red+Green+Blue) = 122+126+202=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A7ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ECA is #858135. Grayscale: #858585. Windows color (decimal): -8749366 or 13270650. OLE color: 13270650.
HSL color Cylindrical-coordinate representation of color #7A7ECA: hue angle of 237º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A7ECA is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 126 | 202 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.21 |
| HSL | 237º | 0.43% | 0.64% | - |
| HSV(B) | 237º | 0.4% | 0.79% | - |
| XYZ | 26.15 | 23.32 | 59 | - |
| YUV | 133.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 202 | 0.40 | 0.38 | 0 | 0.21 | 237 | 0.43 | 0.64 |
| Hex | 7A | 7E | CA | 28 | 26 | 0 | 15 | ED | 2B | 40 |
| Octal | 172 | 176 | 312 | 50 | 46 | 0 | 25 | 355 | 53 | 100 |
| Binary | 1111010 | 1111110 | 11001010 | 101000 | 100110 | 0 | 10101 | 11101101 | 101011 | 1000000 |
Color Harmonies of #7A7ECA
Complementary color
Monochromatic Colors of #7A7ECA
Black with #7A7ECA
Text Example
Text Example
White with #7A7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7ECA; }
p { color: rgb(122,126,202); }
H1.HeaderClassName
{
color: #7A7ECA;
}
.AnyTagClassName
{
color: #7A7ECA;
}
</style>
background-color css
<style>
a { background-color: #7A7ECA; }
a { background-color: rgb(122,126,202); }
div.DivClassName
{
background-color: #7A7ECA;
}
.BgClassName
{
background-color: #7A7ECA;
}
</style>
border-color css
<style>
span { border-color: #7A7ECA; }
span { border-color: rgb(122,126,202); }
td.TdClassName
{
border-color: #7A7ECA;
}
.TagClassName
{
border-color: #7A7ECA;
}
</style>