Shades of Moody Blue #7A6ED5
Tints of Moody Blue #7A6ED5
RGB
CMYK
RGB Variations
Color information
#7A6ED5 (or 0x7A6ED5) is known color: Moody Blue. HEX triplet: 7A, 6E and D5. RGB value is (122,110,213). Sum of RGB (Red+Green+Blue) = 122+110+213=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A6ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ED5 is #85912A. Grayscale: #7C7C7C. Windows color (decimal): -8753451 or 13987450. OLE color: 13987450.
HSL color Cylindrical-coordinate representation of color #7A6ED5: hue angle of 246.99º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A6ED5 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 110 | 213 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.16 |
| HSL | 246.99º | 0.55% | 0.63% | - |
| HSV(B) | 246.99º | 0.48% | 0.84% | - |
| XYZ | 25.61 | 20.09 | 65.48 | - |
| YUV | 125.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 213 | 0.43 | 0.48 | 0 | 0.16 | 246.99 | 0.55 | 0.63 |
| Hex | 7A | 6E | D5 | 2B | 30 | 0 | 10 | F7 | 37 | 3F |
| Octal | 172 | 156 | 325 | 53 | 60 | 0 | 20 | 367 | 67 | 77 |
| Binary | 1111010 | 1101110 | 11010101 | 101011 | 110000 | 0 | 10000 | 11110111 | 110111 | 111111 |
Color Harmonies of #7A6ED5
Complementary color
Monochromatic Colors of #7A6ED5
Black with #7A6ED5
Text Example
Text Example
White with #7A6ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6ED5; }
p { color: rgb(122,110,213); }
H1.HeaderClassName
{
color: #7A6ED5;
}
.AnyTagClassName
{
color: #7A6ED5;
}
</style>
background-color css
<style>
a { background-color: #7A6ED5; }
a { background-color: rgb(122,110,213); }
div.DivClassName
{
background-color: #7A6ED5;
}
.BgClassName
{
background-color: #7A6ED5;
}
</style>
border-color css
<style>
span { border-color: #7A6ED5; }
span { border-color: rgb(122,110,213); }
td.TdClassName
{
border-color: #7A6ED5;
}
.TagClassName
{
border-color: #7A6ED5;
}
</style>