Shades of Moody Blue #7E7EDA
Tints of Moody Blue #7E7EDA
RGB
CMYK
RGB Variations
Color information
#7E7EDA (or 0x7E7EDA) is known color: Moody Blue. HEX triplet: 7E, 7E and DA. RGB value is (126,126,218). Sum of RGB (Red+Green+Blue) = 126+126+218=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E7EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7EDA is #818125. Grayscale: #888888. Windows color (decimal): -8487206 or 14319230. OLE color: 14319230.
HSL color Cylindrical-coordinate representation of color #7E7EDA: hue angle of 240º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E7EDA is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 126 | 218 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.15 |
| HSL | 240º | 0.55% | 0.67% | - |
| HSV(B) | 240º | 0.42% | 0.85% | - |
| XYZ | 28.72 | 24.42 | 69.53 | - |
| YUV | 136.49 | 174 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 126 | 218 | 0.42 | 0.42 | 0 | 0.15 | 240 | 0.55 | 0.67 |
| Hex | 7E | 7E | DA | 2A | 2A | 0 | F | F0 | 37 | 43 |
| Octal | 176 | 176 | 332 | 52 | 52 | 0 | 17 | 360 | 67 | 103 |
| Binary | 1111110 | 1111110 | 11011010 | 101010 | 101010 | 0 | 1111 | 11110000 | 110111 | 1000011 |
Color Harmonies of #7E7EDA
Complementary color
Monochromatic Colors of #7E7EDA
Black with #7E7EDA
Text Example
Text Example
White with #7E7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7EDA; }
p { color: rgb(126,126,218); }
H1.HeaderClassName
{
color: #7E7EDA;
}
.AnyTagClassName
{
color: #7E7EDA;
}
</style>
background-color css
<style>
a { background-color: #7E7EDA; }
a { background-color: rgb(126,126,218); }
div.DivClassName
{
background-color: #7E7EDA;
}
.BgClassName
{
background-color: #7E7EDA;
}
</style>
border-color css
<style>
span { border-color: #7E7EDA; }
span { border-color: rgb(126,126,218); }
td.TdClassName
{
border-color: #7E7EDA;
}
.TagClassName
{
border-color: #7E7EDA;
}
</style>