Shades of Moody Blue #7A6EC6
Tints of Moody Blue #7A6EC6
RGB
CMYK
RGB Variations
Color information
#7A6EC6 (or 0x7A6EC6) is known color: Moody Blue. HEX triplet: 7A, 6E and C6. RGB value is (122,110,198). Sum of RGB (Red+Green+Blue) = 122+110+198=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #7A6EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EC6 is #859139. Grayscale: #7B7B7B. Windows color (decimal): -8753466 or 13004410. OLE color: 13004410.
HSL color Cylindrical-coordinate representation of color #7A6EC6: hue angle of 248.18º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A6EC6 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 110 | 198 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.22 |
| HSL | 248.18º | 0.44% | 0.6% | - |
| HSV(B) | 248.18º | 0.44% | 0.78% | - |
| XYZ | 23.8 | 19.37 | 55.91 | - |
| YUV | 123.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 198 | 0.38 | 0.44 | 0 | 0.22 | 248.18 | 0.44 | 0.6 |
| Hex | 7A | 6E | C6 | 26 | 2C | 0 | 16 | F8 | 2C | 3C |
| Octal | 172 | 156 | 306 | 46 | 54 | 0 | 26 | 370 | 54 | 74 |
| Binary | 1111010 | 1101110 | 11000110 | 100110 | 101100 | 0 | 10110 | 11111000 | 101100 | 111100 |
Color Harmonies of #7A6EC6
Complementary color
Monochromatic Colors of #7A6EC6
Black with #7A6EC6
Text Example
Text Example
White with #7A6EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6EC6; }
p { color: rgb(122,110,198); }
H1.HeaderClassName
{
color: #7A6EC6;
}
.AnyTagClassName
{
color: #7A6EC6;
}
</style>
background-color css
<style>
a { background-color: #7A6EC6; }
a { background-color: rgb(122,110,198); }
div.DivClassName
{
background-color: #7A6EC6;
}
.BgClassName
{
background-color: #7A6EC6;
}
</style>
border-color css
<style>
span { border-color: #7A6EC6; }
span { border-color: rgb(122,110,198); }
td.TdClassName
{
border-color: #7A6EC6;
}
.TagClassName
{
border-color: #7A6EC6;
}
</style>