Shades of Moody Blue #7D6EC9
Tints of Moody Blue #7D6EC9
RGB
CMYK
RGB Variations
Color information
#7D6EC9 (or 0x7D6EC9) is known color: Moody Blue. HEX triplet: 7D, 6E and C9. RGB value is (125,110,201). Sum of RGB (Red+Green+Blue) = 125+110+201=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D6EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6EC9 is #829136. Grayscale: #7C7C7C. Windows color (decimal): -8556855 or 13201021. OLE color: 13201021.
HSL color Cylindrical-coordinate representation of color #7D6EC9: hue angle of 249.89º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D6EC9 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 110 | 201 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.21 |
| HSL | 249.89º | 0.46% | 0.61% | - |
| HSV(B) | 249.89º | 0.45% | 0.79% | - |
| XYZ | 24.58 | 19.73 | 57.77 | - |
| YUV | 124.86 | 170.97 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 201 | 0.38 | 0.45 | 0 | 0.21 | 249.89 | 0.46 | 0.61 |
| Hex | 7D | 6E | C9 | 26 | 2D | 0 | 15 | FA | 2E | 3D |
| Octal | 175 | 156 | 311 | 46 | 55 | 0 | 25 | 372 | 56 | 75 |
| Binary | 1111101 | 1101110 | 11001001 | 100110 | 101101 | 0 | 10101 | 11111010 | 101110 | 111101 |
Color Harmonies of #7D6EC9
Complementary color
Monochromatic Colors of #7D6EC9
Black with #7D6EC9
Text Example
Text Example
White with #7D6EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6EC9; }
p { color: rgb(125,110,201); }
H1.HeaderClassName
{
color: #7D6EC9;
}
.AnyTagClassName
{
color: #7D6EC9;
}
</style>
background-color css
<style>
a { background-color: #7D6EC9; }
a { background-color: rgb(125,110,201); }
div.DivClassName
{
background-color: #7D6EC9;
}
.BgClassName
{
background-color: #7D6EC9;
}
</style>
border-color css
<style>
span { border-color: #7D6EC9; }
span { border-color: rgb(125,110,201); }
td.TdClassName
{
border-color: #7D6EC9;
}
.TagClassName
{
border-color: #7D6EC9;
}
</style>