Shades of Moody Blue #7A6ECD
Tints of Moody Blue #7A6ECD
RGB
CMYK
RGB Variations
Color information
#7A6ECD (or 0x7A6ECD) is known color: Moody Blue. HEX triplet: 7A, 6E and CD. RGB value is (122,110,205). Sum of RGB (Red+Green+Blue) = 122+110+205=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A6ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ECD is #859132. Grayscale: #7C7C7C. Windows color (decimal): -8753459 or 13463162. OLE color: 13463162.
HSL color Cylindrical-coordinate representation of color #7A6ECD: hue angle of 247.58º 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 #7A6ECD is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 110 | 205 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.20 |
| HSL | 247.58º | 0.49% | 0.62% | - |
| HSV(B) | 247.58º | 0.46% | 0.8% | - |
| XYZ | 24.62 | 19.7 | 60.26 | - |
| YUV | 124.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 205 | 0.40 | 0.46 | 0 | 0.20 | 247.58 | 0.49 | 0.62 |
| Hex | 7A | 6E | CD | 28 | 2E | 0 | 14 | F8 | 31 | 3E |
| Octal | 172 | 156 | 315 | 50 | 56 | 0 | 24 | 370 | 61 | 76 |
| Binary | 1111010 | 1101110 | 11001101 | 101000 | 101110 | 0 | 10100 | 11111000 | 110001 | 111110 |
Color Harmonies of #7A6ECD
Complementary color
Monochromatic Colors of #7A6ECD
Black with #7A6ECD
Text Example
Text Example
White with #7A6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6ECD; }
p { color: rgb(122,110,205); }
H1.HeaderClassName
{
color: #7A6ECD;
}
.AnyTagClassName
{
color: #7A6ECD;
}
</style>
background-color css
<style>
a { background-color: #7A6ECD; }
a { background-color: rgb(122,110,205); }
div.DivClassName
{
background-color: #7A6ECD;
}
.BgClassName
{
background-color: #7A6ECD;
}
</style>
border-color css
<style>
span { border-color: #7A6ECD; }
span { border-color: rgb(122,110,205); }
td.TdClassName
{
border-color: #7A6ECD;
}
.TagClassName
{
border-color: #7A6ECD;
}
</style>