Shades of Moody Blue #7E7DDD
Tints of Moody Blue #7E7DDD
RGB
CMYK
RGB Variations
Color information
#7E7DDD (or 0x7E7DDD) is known color: Moody Blue. HEX triplet: 7E, 7D and DD. RGB value is (126,125,221). Sum of RGB (Red+Green+Blue) = 126+125+221=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7DDD is #818222. Grayscale: #878787. Windows color (decimal): -8487459 or 14515582. OLE color: 14515582.
HSL color Cylindrical-coordinate representation of color #7E7DDD: hue angle of 240.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E7DDD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 125 | 221 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.13 |
| HSL | 240.63º | 0.59% | 0.68% | - |
| HSV(B) | 240.63º | 0.43% | 0.87% | - |
| XYZ | 28.99 | 24.32 | 71.57 | - |
| YUV | 136.24 | 175.83 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 221 | 0.43 | 0.43 | 0 | 0.13 | 240.63 | 0.59 | 0.68 |
| Hex | 7E | 7D | DD | 2B | 2B | 0 | D | F1 | 3B | 44 |
| Octal | 176 | 175 | 335 | 53 | 53 | 0 | 15 | 361 | 73 | 104 |
| Binary | 1111110 | 1111101 | 11011101 | 101011 | 101011 | 0 | 1101 | 11110001 | 111011 | 1000100 |
Color Harmonies of #7E7DDD
Complementary color
Monochromatic Colors of #7E7DDD
Black with #7E7DDD
Text Example
Text Example
White with #7E7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7DDD; }
p { color: rgb(126,125,221); }
H1.HeaderClassName
{
color: #7E7DDD;
}
.AnyTagClassName
{
color: #7E7DDD;
}
</style>
background-color css
<style>
a { background-color: #7E7DDD; }
a { background-color: rgb(126,125,221); }
div.DivClassName
{
background-color: #7E7DDD;
}
.BgClassName
{
background-color: #7E7DDD;
}
</style>
border-color css
<style>
span { border-color: #7E7DDD; }
span { border-color: rgb(126,125,221); }
td.TdClassName
{
border-color: #7E7DDD;
}
.TagClassName
{
border-color: #7E7DDD;
}
</style>