Shades of Moody Blue #7C6ECD
Tints of Moody Blue #7C6ECD
RGB
CMYK
RGB Variations
Color information
#7C6ECD (or 0x7C6ECD) is known color: Moody Blue. HEX triplet: 7C, 6E and CD. RGB value is (124,110,205). Sum of RGB (Red+Green+Blue) = 124+110+205=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C6ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6ECD is #839132. Grayscale: #7C7C7C. Windows color (decimal): -8622387 or 13463164. OLE color: 13463164.
HSL color Cylindrical-coordinate representation of color #7C6ECD: hue angle of 248.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C6ECD is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 110 | 205 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.20 |
| HSL | 248.84º | 0.49% | 0.62% | - |
| HSV(B) | 248.84º | 0.46% | 0.8% | - |
| XYZ | 24.91 | 19.84 | 60.28 | - |
| YUV | 125.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 205 | 0.40 | 0.46 | 0 | 0.20 | 248.84 | 0.49 | 0.62 |
| Hex | 7C | 6E | CD | 28 | 2E | 0 | 14 | F9 | 31 | 3E |
| Octal | 174 | 156 | 315 | 50 | 56 | 0 | 24 | 371 | 61 | 76 |
| Binary | 1111100 | 1101110 | 11001101 | 101000 | 101110 | 0 | 10100 | 11111001 | 110001 | 111110 |
Color Harmonies of #7C6ECD
Complementary color
Monochromatic Colors of #7C6ECD
Black with #7C6ECD
Text Example
Text Example
White with #7C6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6ECD; }
p { color: rgb(124,110,205); }
H1.HeaderClassName
{
color: #7C6ECD;
}
.AnyTagClassName
{
color: #7C6ECD;
}
</style>
background-color css
<style>
a { background-color: #7C6ECD; }
a { background-color: rgb(124,110,205); }
div.DivClassName
{
background-color: #7C6ECD;
}
.BgClassName
{
background-color: #7C6ECD;
}
</style>
border-color css
<style>
span { border-color: #7C6ECD; }
span { border-color: rgb(124,110,205); }
td.TdClassName
{
border-color: #7C6ECD;
}
.TagClassName
{
border-color: #7C6ECD;
}
</style>