Shades of Moody Blue #7A6EBC
Tints of Moody Blue #7A6EBC
RGB
CMYK
RGB Variations
Color information
#7A6EBC (or 0x7A6EBC) is known color: Moody Blue. HEX triplet: 7A, 6E and BC. RGB value is (122,110,188). Sum of RGB (Red+Green+Blue) = 122+110+188=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A6EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EBC is #859143. Grayscale: #7A7A7A. Windows color (decimal): -8753476 or 12349050. OLE color: 12349050.
HSL color Cylindrical-coordinate representation of color #7A6EBC: hue angle of 249.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A6EBC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 110 | 188 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.26 |
| HSL | 249.23º | 0.37% | 0.58% | - |
| HSV(B) | 249.23º | 0.41% | 0.74% | - |
| XYZ | 22.68 | 18.92 | 50.03 | - |
| YUV | 122.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 188 | 0.35 | 0.41 | 0 | 0.26 | 249.23 | 0.37 | 0.58 |
| Hex | 7A | 6E | BC | 23 | 29 | 0 | 1A | F9 | 25 | 3A |
| Octal | 172 | 156 | 274 | 43 | 51 | 0 | 32 | 371 | 45 | 72 |
| Binary | 1111010 | 1101110 | 10111100 | 100011 | 101001 | 0 | 11010 | 11111001 | 100101 | 111010 |
Color Harmonies of #7A6EBC
Complementary color
Monochromatic Colors of #7A6EBC
Black with #7A6EBC
Text Example
Text Example
White with #7A6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6EBC; }
p { color: rgb(122,110,188); }
H1.HeaderClassName
{
color: #7A6EBC;
}
.AnyTagClassName
{
color: #7A6EBC;
}
</style>
background-color css
<style>
a { background-color: #7A6EBC; }
a { background-color: rgb(122,110,188); }
div.DivClassName
{
background-color: #7A6EBC;
}
.BgClassName
{
background-color: #7A6EBC;
}
</style>
border-color css
<style>
span { border-color: #7A6EBC; }
span { border-color: rgb(122,110,188); }
td.TdClassName
{
border-color: #7A6EBC;
}
.TagClassName
{
border-color: #7A6EBC;
}
</style>