Shades of Moody Blue #7D6AD0
Tints of Moody Blue #7D6AD0
RGB
CMYK
RGB Variations
Color information
#7D6AD0 (or 0x7D6AD0) is known color: Moody Blue. HEX triplet: 7D, 6A and D0. RGB value is (125,106,208). Sum of RGB (Red+Green+Blue) = 125+106+208=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #7D6AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6AD0 is #82952F. Grayscale: #7A7A7A. Windows color (decimal): -8557872 or 13658749. OLE color: 13658749.
HSL color Cylindrical-coordinate representation of color #7D6AD0: hue angle of 251.18º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D6AD0 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 106 | 208 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.18 |
| HSL | 251.18º | 0.52% | 0.62% | - |
| HSV(B) | 251.18º | 0.49% | 0.82% | - |
| XYZ | 25 | 19.22 | 62.07 | - |
| YUV | 123.31 | 175.79 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 208 | 0.40 | 0.49 | 0 | 0.18 | 251.18 | 0.52 | 0.62 |
| Hex | 7D | 6A | D0 | 28 | 31 | 0 | 12 | FB | 34 | 3E |
| Octal | 175 | 152 | 320 | 50 | 61 | 0 | 22 | 373 | 64 | 76 |
| Binary | 1111101 | 1101010 | 11010000 | 101000 | 110001 | 0 | 10010 | 11111011 | 110100 | 111110 |
Color Harmonies of #7D6AD0
Complementary color
Monochromatic Colors of #7D6AD0
Black with #7D6AD0
Text Example
Text Example
White with #7D6AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6AD0; }
p { color: rgb(125,106,208); }
H1.HeaderClassName
{
color: #7D6AD0;
}
.AnyTagClassName
{
color: #7D6AD0;
}
</style>
background-color css
<style>
a { background-color: #7D6AD0; }
a { background-color: rgb(125,106,208); }
div.DivClassName
{
background-color: #7D6AD0;
}
.BgClassName
{
background-color: #7D6AD0;
}
</style>
border-color css
<style>
span { border-color: #7D6AD0; }
span { border-color: rgb(125,106,208); }
td.TdClassName
{
border-color: #7D6AD0;
}
.TagClassName
{
border-color: #7D6AD0;
}
</style>