Shades of Moody Blue #7D7ECF
Tints of Moody Blue #7D7ECF
RGB
CMYK
RGB Variations
Color information
#7D7ECF (or 0x7D7ECF) is known color: Moody Blue. HEX triplet: 7D, 7E and CF. RGB value is (125,126,207). Sum of RGB (Red+Green+Blue) = 125+126+207=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D7ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ECF is #828130. Grayscale: #868686. Windows color (decimal): -8552753 or 13598333. OLE color: 13598333.
HSL color Cylindrical-coordinate representation of color #7D7ECF: hue angle of 239.27º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D7ECF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 126 | 207 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.19 |
| HSL | 239.27º | 0.46% | 0.65% | - |
| HSV(B) | 239.27º | 0.4% | 0.81% | - |
| XYZ | 27.18 | 23.79 | 62.19 | - |
| YUV | 134.94 | 168.67 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 207 | 0.40 | 0.39 | 0 | 0.19 | 239.27 | 0.46 | 0.65 |
| Hex | 7D | 7E | CF | 28 | 27 | 0 | 13 | EF | 2E | 41 |
| Octal | 175 | 176 | 317 | 50 | 47 | 0 | 23 | 357 | 56 | 101 |
| Binary | 1111101 | 1111110 | 11001111 | 101000 | 100111 | 0 | 10011 | 11101111 | 101110 | 1000001 |
Color Harmonies of #7D7ECF
Complementary color
Monochromatic Colors of #7D7ECF
Black with #7D7ECF
Text Example
Text Example
White with #7D7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7ECF; }
p { color: rgb(125,126,207); }
H1.HeaderClassName
{
color: #7D7ECF;
}
.AnyTagClassName
{
color: #7D7ECF;
}
</style>
background-color css
<style>
a { background-color: #7D7ECF; }
a { background-color: rgb(125,126,207); }
div.DivClassName
{
background-color: #7D7ECF;
}
.BgClassName
{
background-color: #7D7ECF;
}
</style>
border-color css
<style>
span { border-color: #7D7ECF; }
span { border-color: rgb(125,126,207); }
td.TdClassName
{
border-color: #7D7ECF;
}
.TagClassName
{
border-color: #7D7ECF;
}
</style>