Shades of Moody Blue #7D6DBD
Tints of Moody Blue #7D6DBD
RGB
CMYK
RGB Variations
Color information
#7D6DBD (or 0x7D6DBD) is known color: Moody Blue. HEX triplet: 7D, 6D and BD. RGB value is (125,109,189). Sum of RGB (Red+Green+Blue) = 125+109+189=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D6DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DBD is #829242. Grayscale: #7A7A7A. Windows color (decimal): -8557123 or 12414333. OLE color: 12414333.
HSL color Cylindrical-coordinate representation of color #7D6DBD: hue angle of 252º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D6DBD is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 109 | 189 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.26 |
| HSL | 252º | 0.38% | 0.58% | - |
| HSV(B) | 252º | 0.42% | 0.74% | - |
| XYZ | 23.11 | 18.97 | 50.59 | - |
| YUV | 122.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 189 | 0.34 | 0.42 | 0 | 0.26 | 252 | 0.38 | 0.58 |
| Hex | 7D | 6D | BD | 22 | 2A | 0 | 1A | FC | 26 | 3A |
| Octal | 175 | 155 | 275 | 42 | 52 | 0 | 32 | 374 | 46 | 72 |
| Binary | 1111101 | 1101101 | 10111101 | 100010 | 101010 | 0 | 11010 | 11111100 | 100110 | 111010 |
Color Harmonies of #7D6DBD
Complementary color
Monochromatic Colors of #7D6DBD
Black with #7D6DBD
Text Example
Text Example
White with #7D6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DBD; }
p { color: rgb(125,109,189); }
H1.HeaderClassName
{
color: #7D6DBD;
}
.AnyTagClassName
{
color: #7D6DBD;
}
</style>
background-color css
<style>
a { background-color: #7D6DBD; }
a { background-color: rgb(125,109,189); }
div.DivClassName
{
background-color: #7D6DBD;
}
.BgClassName
{
background-color: #7D6DBD;
}
</style>
border-color css
<style>
span { border-color: #7D6DBD; }
span { border-color: rgb(125,109,189); }
td.TdClassName
{
border-color: #7D6DBD;
}
.TagClassName
{
border-color: #7D6DBD;
}
</style>