Shades of Moody Blue #7D6DD0
Tints of Moody Blue #7D6DD0
RGB
CMYK
RGB Variations
Color information
#7D6DD0 (or 0x7D6DD0) is known color: Moody Blue. HEX triplet: 7D, 6D and D0. RGB value is (125,109,208). Sum of RGB (Red+Green+Blue) = 125+109+208=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #7D6DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DD0 is #82922F. Grayscale: #7C7C7C. Windows color (decimal): -8557104 or 13659517. OLE color: 13659517.
HSL color Cylindrical-coordinate representation of color #7D6DD0: hue angle of 249.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D6DD0 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 109 | 208 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.18 |
| HSL | 249.7º | 0.51% | 0.62% | - |
| HSV(B) | 249.7º | 0.48% | 0.82% | - |
| XYZ | 25.31 | 19.85 | 62.17 | - |
| YUV | 125.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 208 | 0.40 | 0.48 | 0 | 0.18 | 249.7 | 0.51 | 0.62 |
| Hex | 7D | 6D | D0 | 28 | 30 | 0 | 12 | FA | 33 | 3E |
| Octal | 175 | 155 | 320 | 50 | 60 | 0 | 22 | 372 | 63 | 76 |
| Binary | 1111101 | 1101101 | 11010000 | 101000 | 110000 | 0 | 10010 | 11111010 | 110011 | 111110 |
Color Harmonies of #7D6DD0
Complementary color
Monochromatic Colors of #7D6DD0
Black with #7D6DD0
Text Example
Text Example
White with #7D6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DD0; }
p { color: rgb(125,109,208); }
H1.HeaderClassName
{
color: #7D6DD0;
}
.AnyTagClassName
{
color: #7D6DD0;
}
</style>
background-color css
<style>
a { background-color: #7D6DD0; }
a { background-color: rgb(125,109,208); }
div.DivClassName
{
background-color: #7D6DD0;
}
.BgClassName
{
background-color: #7D6DD0;
}
</style>
border-color css
<style>
span { border-color: #7D6DD0; }
span { border-color: rgb(125,109,208); }
td.TdClassName
{
border-color: #7D6DD0;
}
.TagClassName
{
border-color: #7D6DD0;
}
</style>