Shades of Moody Blue #7A7ECE
Tints of Moody Blue #7A7ECE
RGB
CMYK
RGB Variations
Color information
#7A7ECE (or 0x7A7ECE) is known color: Moody Blue. HEX triplet: 7A, 7E and CE. RGB value is (122,126,206). Sum of RGB (Red+Green+Blue) = 122+126+206=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ECE is #858131. Grayscale: #858585. Windows color (decimal): -8749362 or 13532794. OLE color: 13532794.
HSL color Cylindrical-coordinate representation of color #7A7ECE: hue angle of 237.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A7ECE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 126 | 206 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.19 |
| HSL | 237.14º | 0.46% | 0.64% | - |
| HSV(B) | 237.14º | 0.41% | 0.81% | - |
| XYZ | 26.63 | 23.52 | 61.53 | - |
| YUV | 133.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 206 | 0.41 | 0.39 | 0 | 0.19 | 237.14 | 0.46 | 0.64 |
| Hex | 7A | 7E | CE | 29 | 27 | 0 | 13 | ED | 2E | 40 |
| Octal | 172 | 176 | 316 | 51 | 47 | 0 | 23 | 355 | 56 | 100 |
| Binary | 1111010 | 1111110 | 11001110 | 101001 | 100111 | 0 | 10011 | 11101101 | 101110 | 1000000 |
Color Harmonies of #7A7ECE
Complementary color
Monochromatic Colors of #7A7ECE
Black with #7A7ECE
Text Example
Text Example
White with #7A7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7ECE; }
p { color: rgb(122,126,206); }
H1.HeaderClassName
{
color: #7A7ECE;
}
.AnyTagClassName
{
color: #7A7ECE;
}
</style>
background-color css
<style>
a { background-color: #7A7ECE; }
a { background-color: rgb(122,126,206); }
div.DivClassName
{
background-color: #7A7ECE;
}
.BgClassName
{
background-color: #7A7ECE;
}
</style>
border-color css
<style>
span { border-color: #7A7ECE; }
span { border-color: rgb(122,126,206); }
td.TdClassName
{
border-color: #7A7ECE;
}
.TagClassName
{
border-color: #7A7ECE;
}
</style>