Shades of Moody Blue #7D6DB9
Tints of Moody Blue #7D6DB9
RGB
CMYK
RGB Variations
Color information
#7D6DB9 (or 0x7D6DB9) is known color: Moody Blue. HEX triplet: 7D, 6D and B9. RGB value is (125,109,185). Sum of RGB (Red+Green+Blue) = 125+109+185=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D6DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DB9 is #829246. Grayscale: #7A7A7A. Windows color (decimal): -8557127 or 12152189. OLE color: 12152189.
HSL color Cylindrical-coordinate representation of color #7D6DB9: hue angle of 252.63º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D6DB9 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 109 | 185 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.27 |
| HSL | 252.63º | 0.35% | 0.58% | - |
| HSV(B) | 252.63º | 0.41% | 0.73% | - |
| XYZ | 22.68 | 18.8 | 48.33 | - |
| YUV | 122.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 185 | 0.32 | 0.41 | 0 | 0.27 | 252.63 | 0.35 | 0.58 |
| Hex | 7D | 6D | B9 | 20 | 29 | 0 | 1B | FD | 23 | 3A |
| Octal | 175 | 155 | 271 | 40 | 51 | 0 | 33 | 375 | 43 | 72 |
| Binary | 1111101 | 1101101 | 10111001 | 100000 | 101001 | 0 | 11011 | 11111101 | 100011 | 111010 |
Color Harmonies of #7D6DB9
Complementary color
Monochromatic Colors of #7D6DB9
Black with #7D6DB9
Text Example
Text Example
White with #7D6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DB9; }
p { color: rgb(125,109,185); }
H1.HeaderClassName
{
color: #7D6DB9;
}
.AnyTagClassName
{
color: #7D6DB9;
}
</style>
background-color css
<style>
a { background-color: #7D6DB9; }
a { background-color: rgb(125,109,185); }
div.DivClassName
{
background-color: #7D6DB9;
}
.BgClassName
{
background-color: #7D6DB9;
}
</style>
border-color css
<style>
span { border-color: #7D6DB9; }
span { border-color: rgb(125,109,185); }
td.TdClassName
{
border-color: #7D6DB9;
}
.TagClassName
{
border-color: #7D6DB9;
}
</style>