Shades of Moody Blue #7E7EC6
Tints of Moody Blue #7E7EC6
RGB
CMYK
RGB Variations
Color information
#7E7EC6 (or 0x7E7EC6) is known color: Moody Blue. HEX triplet: 7E, 7E and C6. RGB value is (126,126,198). Sum of RGB (Red+Green+Blue) = 126+126+198=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #7E7EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7EC6 is #818139. Grayscale: #858585. Windows color (decimal): -8487226 or 13008510. OLE color: 13008510.
HSL color Cylindrical-coordinate representation of color #7E7EC6: hue angle of 240º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E7EC6 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 126 | 198 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.22 |
| HSL | 240º | 0.39% | 0.64% | - |
| HSV(B) | 240º | 0.36% | 0.78% | - |
| XYZ | 26.26 | 23.43 | 56.57 | - |
| YUV | 134.21 | 164 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 126 | 198 | 0.36 | 0.36 | 0 | 0.22 | 240 | 0.39 | 0.64 |
| Hex | 7E | 7E | C6 | 24 | 24 | 0 | 16 | F0 | 27 | 40 |
| Octal | 176 | 176 | 306 | 44 | 44 | 0 | 26 | 360 | 47 | 100 |
| Binary | 1111110 | 1111110 | 11000110 | 100100 | 100100 | 0 | 10110 | 11110000 | 100111 | 1000000 |
Color Harmonies of #7E7EC6
Complementary color
Monochromatic Colors of #7E7EC6
Black with #7E7EC6
Text Example
Text Example
White with #7E7EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7EC6; }
p { color: rgb(126,126,198); }
H1.HeaderClassName
{
color: #7E7EC6;
}
.AnyTagClassName
{
color: #7E7EC6;
}
</style>
background-color css
<style>
a { background-color: #7E7EC6; }
a { background-color: rgb(126,126,198); }
div.DivClassName
{
background-color: #7E7EC6;
}
.BgClassName
{
background-color: #7E7EC6;
}
</style>
border-color css
<style>
span { border-color: #7E7EC6; }
span { border-color: rgb(126,126,198); }
td.TdClassName
{
border-color: #7E7EC6;
}
.TagClassName
{
border-color: #7E7EC6;
}
</style>