Shades of Moody Blue #7D6ECE
Tints of Moody Blue #7D6ECE
RGB
CMYK
RGB Variations
Color information
#7D6ECE (or 0x7D6ECE) is known color: Moody Blue. HEX triplet: 7D, 6E and CE. RGB value is (125,110,206). Sum of RGB (Red+Green+Blue) = 125+110+206=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ECE is #829131. Grayscale: #7D7D7D. Windows color (decimal): -8556850 or 13528701. OLE color: 13528701.
HSL color Cylindrical-coordinate representation of color #7D6ECE: hue angle of 249.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D6ECE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 110 | 206 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.19 |
| HSL | 249.38º | 0.49% | 0.62% | - |
| HSV(B) | 249.38º | 0.47% | 0.81% | - |
| XYZ | 25.17 | 19.97 | 60.92 | - |
| YUV | 125.43 | 173.47 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 206 | 0.39 | 0.47 | 0 | 0.19 | 249.38 | 0.49 | 0.62 |
| Hex | 7D | 6E | CE | 27 | 2F | 0 | 13 | F9 | 31 | 3E |
| Octal | 175 | 156 | 316 | 47 | 57 | 0 | 23 | 371 | 61 | 76 |
| Binary | 1111101 | 1101110 | 11001110 | 100111 | 101111 | 0 | 10011 | 11111001 | 110001 | 111110 |
Color Harmonies of #7D6ECE
Complementary color
Monochromatic Colors of #7D6ECE
Black with #7D6ECE
Text Example
Text Example
White with #7D6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6ECE; }
p { color: rgb(125,110,206); }
H1.HeaderClassName
{
color: #7D6ECE;
}
.AnyTagClassName
{
color: #7D6ECE;
}
</style>
background-color css
<style>
a { background-color: #7D6ECE; }
a { background-color: rgb(125,110,206); }
div.DivClassName
{
background-color: #7D6ECE;
}
.BgClassName
{
background-color: #7D6ECE;
}
</style>
border-color css
<style>
span { border-color: #7D6ECE; }
span { border-color: rgb(125,110,206); }
td.TdClassName
{
border-color: #7D6ECE;
}
.TagClassName
{
border-color: #7D6ECE;
}
</style>