Shades of Moody Blue #7D7EDC
Tints of Moody Blue #7D7EDC
RGB
CMYK
RGB Variations
Color information
#7D7EDC (or 0x7D7EDC) is known color: Moody Blue. HEX triplet: 7D, 7E and DC. RGB value is (125,126,220). Sum of RGB (Red+Green+Blue) = 125+126+220=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D7EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7EDC is #828123. Grayscale: #888888. Windows color (decimal): -8552740 or 14450301. OLE color: 14450301.
HSL color Cylindrical-coordinate representation of color #7D7EDC: hue angle of 239.37º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D7EDC is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 126 | 220 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.14 |
| HSL | 239.37º | 0.58% | 0.68% | - |
| HSV(B) | 239.37º | 0.43% | 0.86% | - |
| XYZ | 28.84 | 24.45 | 70.91 | - |
| YUV | 136.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 220 | 0.43 | 0.43 | 0 | 0.14 | 239.37 | 0.58 | 0.68 |
| Hex | 7D | 7E | DC | 2B | 2B | 0 | E | EF | 3A | 44 |
| Octal | 175 | 176 | 334 | 53 | 53 | 0 | 16 | 357 | 72 | 104 |
| Binary | 1111101 | 1111110 | 11011100 | 101011 | 101011 | 0 | 1110 | 11101111 | 111010 | 1000100 |
Color Harmonies of #7D7EDC
Complementary color
Monochromatic Colors of #7D7EDC
Black with #7D7EDC
Text Example
Text Example
White with #7D7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7EDC; }
p { color: rgb(125,126,220); }
H1.HeaderClassName
{
color: #7D7EDC;
}
.AnyTagClassName
{
color: #7D7EDC;
}
</style>
background-color css
<style>
a { background-color: #7D7EDC; }
a { background-color: rgb(125,126,220); }
div.DivClassName
{
background-color: #7D7EDC;
}
.BgClassName
{
background-color: #7D7EDC;
}
</style>
border-color css
<style>
span { border-color: #7D7EDC; }
span { border-color: rgb(125,126,220); }
td.TdClassName
{
border-color: #7D7EDC;
}
.TagClassName
{
border-color: #7D7EDC;
}
</style>