Shades of Moody Blue #7A6EBB
Tints of Moody Blue #7A6EBB
RGB
CMYK
RGB Variations
Color information
#7A6EBB (or 0x7A6EBB) is known color: Moody Blue. HEX triplet: 7A, 6E and BB. RGB value is (122,110,187). Sum of RGB (Red+Green+Blue) = 122+110+187=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A6EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EBB is #859144. Grayscale: #7A7A7A. Windows color (decimal): -8753477 or 12283514. OLE color: 12283514.
HSL color Cylindrical-coordinate representation of color #7A6EBB: hue angle of 249.35º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A6EBB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 110 | 187 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.27 |
| HSL | 249.35º | 0.36% | 0.58% | - |
| HSV(B) | 249.35º | 0.41% | 0.73% | - |
| XYZ | 22.57 | 18.88 | 49.47 | - |
| YUV | 122.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 187 | 0.35 | 0.41 | 0 | 0.27 | 249.35 | 0.36 | 0.58 |
| Hex | 7A | 6E | BB | 23 | 29 | 0 | 1B | F9 | 24 | 3A |
| Octal | 172 | 156 | 273 | 43 | 51 | 0 | 33 | 371 | 44 | 72 |
| Binary | 1111010 | 1101110 | 10111011 | 100011 | 101001 | 0 | 11011 | 11111001 | 100100 | 111010 |
Color Harmonies of #7A6EBB
Complementary color
Monochromatic Colors of #7A6EBB
Black with #7A6EBB
Text Example
Text Example
White with #7A6EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6EBB; }
p { color: rgb(122,110,187); }
H1.HeaderClassName
{
color: #7A6EBB;
}
.AnyTagClassName
{
color: #7A6EBB;
}
</style>
background-color css
<style>
a { background-color: #7A6EBB; }
a { background-color: rgb(122,110,187); }
div.DivClassName
{
background-color: #7A6EBB;
}
.BgClassName
{
background-color: #7A6EBB;
}
</style>
border-color css
<style>
span { border-color: #7A6EBB; }
span { border-color: rgb(122,110,187); }
td.TdClassName
{
border-color: #7A6EBB;
}
.TagClassName
{
border-color: #7A6EBB;
}
</style>