Shades of Moody Blue #7A6DD8
Tints of Moody Blue #7A6DD8
RGB
CMYK
RGB Variations
Color information
#7A6DD8 (or 0x7A6DD8) is known color: Moody Blue. HEX triplet: 7A, 6D and D8. RGB value is (122,109,216). Sum of RGB (Red+Green+Blue) = 122+109+216=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #7A6DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DD8 is #859227. Grayscale: #7C7C7C. Windows color (decimal): -8753704 or 14183802. OLE color: 14183802.
HSL color Cylindrical-coordinate representation of color #7A6DD8: hue angle of 247.29º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A6DD8 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 109 | 216 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.15 |
| HSL | 247.29º | 0.58% | 0.64% | - |
| HSV(B) | 247.29º | 0.5% | 0.85% | - |
| XYZ | 25.89 | 20.03 | 67.47 | - |
| YUV | 125.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 216 | 0.44 | 0.50 | 0 | 0.15 | 247.29 | 0.58 | 0.64 |
| Hex | 7A | 6D | D8 | 2C | 32 | 0 | F | F7 | 3A | 40 |
| Octal | 172 | 155 | 330 | 54 | 62 | 0 | 17 | 367 | 72 | 100 |
| Binary | 1111010 | 1101101 | 11011000 | 101100 | 110010 | 0 | 1111 | 11110111 | 111010 | 1000000 |
Color Harmonies of #7A6DD8
Complementary color
Monochromatic Colors of #7A6DD8
Black with #7A6DD8
Text Example
Text Example
White with #7A6DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6DD8; }
p { color: rgb(122,109,216); }
H1.HeaderClassName
{
color: #7A6DD8;
}
.AnyTagClassName
{
color: #7A6DD8;
}
</style>
background-color css
<style>
a { background-color: #7A6DD8; }
a { background-color: rgb(122,109,216); }
div.DivClassName
{
background-color: #7A6DD8;
}
.BgClassName
{
background-color: #7A6DD8;
}
</style>
border-color css
<style>
span { border-color: #7A6DD8; }
span { border-color: rgb(122,109,216); }
td.TdClassName
{
border-color: #7A6DD8;
}
.TagClassName
{
border-color: #7A6DD8;
}
</style>