Shades of Moody Blue #7D6ECD
Tints of Moody Blue #7D6ECD
RGB
CMYK
RGB Variations
Color information
#7D6ECD (or 0x7D6ECD) is known color: Moody Blue. HEX triplet: 7D, 6E and CD. RGB value is (125,110,205). Sum of RGB (Red+Green+Blue) = 125+110+205=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D6ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ECD is #829132. Grayscale: #7C7C7C. Windows color (decimal): -8556851 or 13463165. OLE color: 13463165.
HSL color Cylindrical-coordinate representation of color #7D6ECD: hue angle of 249.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D6ECD is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 110 | 205 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.20 |
| HSL | 249.47º | 0.49% | 0.62% | - |
| HSV(B) | 249.47º | 0.46% | 0.8% | - |
| XYZ | 25.05 | 19.92 | 60.28 | - |
| YUV | 125.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 205 | 0.39 | 0.46 | 0 | 0.20 | 249.47 | 0.49 | 0.62 |
| Hex | 7D | 6E | CD | 27 | 2E | 0 | 14 | F9 | 31 | 3E |
| Octal | 175 | 156 | 315 | 47 | 56 | 0 | 24 | 371 | 61 | 76 |
| Binary | 1111101 | 1101110 | 11001101 | 100111 | 101110 | 0 | 10100 | 11111001 | 110001 | 111110 |
Color Harmonies of #7D6ECD
Complementary color
Monochromatic Colors of #7D6ECD
Black with #7D6ECD
Text Example
Text Example
White with #7D6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6ECD; }
p { color: rgb(125,110,205); }
H1.HeaderClassName
{
color: #7D6ECD;
}
.AnyTagClassName
{
color: #7D6ECD;
}
</style>
background-color css
<style>
a { background-color: #7D6ECD; }
a { background-color: rgb(125,110,205); }
div.DivClassName
{
background-color: #7D6ECD;
}
.BgClassName
{
background-color: #7D6ECD;
}
</style>
border-color css
<style>
span { border-color: #7D6ECD; }
span { border-color: rgb(125,110,205); }
td.TdClassName
{
border-color: #7D6ECD;
}
.TagClassName
{
border-color: #7D6ECD;
}
</style>