Shades of Moody Blue #7C6DBD
Tints of Moody Blue #7C6DBD
RGB
CMYK
RGB Variations
Color information
#7C6DBD (or 0x7C6DBD) is known color: Moody Blue. HEX triplet: 7C, 6D and BD. RGB value is (124,109,189). Sum of RGB (Red+Green+Blue) = 124+109+189=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C6DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6DBD is #839242. Grayscale: #7A7A7A. Windows color (decimal): -8622659 or 12414332. OLE color: 12414332.
HSL color Cylindrical-coordinate representation of color #7C6DBD: hue angle of 251.25º 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 #7C6DBD is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 109 | 189 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.26 |
| HSL | 251.25º | 0.38% | 0.58% | - |
| HSV(B) | 251.25º | 0.42% | 0.74% | - |
| XYZ | 22.97 | 18.9 | 50.58 | - |
| YUV | 122.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 189 | 0.34 | 0.42 | 0 | 0.26 | 251.25 | 0.38 | 0.58 |
| Hex | 7C | 6D | BD | 22 | 2A | 0 | 1A | FB | 26 | 3A |
| Octal | 174 | 155 | 275 | 42 | 52 | 0 | 32 | 373 | 46 | 72 |
| Binary | 1111100 | 1101101 | 10111101 | 100010 | 101010 | 0 | 11010 | 11111011 | 100110 | 111010 |
Color Harmonies of #7C6DBD
Complementary color
Monochromatic Colors of #7C6DBD
Black with #7C6DBD
Text Example
Text Example
White with #7C6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6DBD; }
p { color: rgb(124,109,189); }
H1.HeaderClassName
{
color: #7C6DBD;
}
.AnyTagClassName
{
color: #7C6DBD;
}
</style>
background-color css
<style>
a { background-color: #7C6DBD; }
a { background-color: rgb(124,109,189); }
div.DivClassName
{
background-color: #7C6DBD;
}
.BgClassName
{
background-color: #7C6DBD;
}
</style>
border-color css
<style>
span { border-color: #7C6DBD; }
span { border-color: rgb(124,109,189); }
td.TdClassName
{
border-color: #7C6DBD;
}
.TagClassName
{
border-color: #7C6DBD;
}
</style>