Shades of Moody Blue #7A6DB9
Tints of Moody Blue #7A6DB9
RGB
CMYK
RGB Variations
Color information
#7A6DB9 (or 0x7A6DB9) is known color: Moody Blue. HEX triplet: 7A, 6D and B9. RGB value is (122,109,185). Sum of RGB (Red+Green+Blue) = 122+109+185=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A6DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DB9 is #859246. Grayscale: #797979. Windows color (decimal): -8753735 or 12152186. OLE color: 12152186.
HSL color Cylindrical-coordinate representation of color #7A6DB9: hue angle of 250.26º degrees, saturation: 0.35, 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 #7A6DB9 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 109 | 185 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.27 |
| HSL | 250.26º | 0.35% | 0.58% | - |
| HSV(B) | 250.26º | 0.41% | 0.73% | - |
| XYZ | 22.25 | 18.58 | 48.31 | - |
| YUV | 121.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 185 | 0.34 | 0.41 | 0 | 0.27 | 250.26 | 0.35 | 0.58 |
| Hex | 7A | 6D | B9 | 22 | 29 | 0 | 1B | FA | 23 | 3A |
| Octal | 172 | 155 | 271 | 42 | 51 | 0 | 33 | 372 | 43 | 72 |
| Binary | 1111010 | 1101101 | 10111001 | 100010 | 101001 | 0 | 11011 | 11111010 | 100011 | 111010 |
Color Harmonies of #7A6DB9
Complementary color
Monochromatic Colors of #7A6DB9
Black with #7A6DB9
Text Example
Text Example
White with #7A6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6DB9; }
p { color: rgb(122,109,185); }
H1.HeaderClassName
{
color: #7A6DB9;
}
.AnyTagClassName
{
color: #7A6DB9;
}
</style>
background-color css
<style>
a { background-color: #7A6DB9; }
a { background-color: rgb(122,109,185); }
div.DivClassName
{
background-color: #7A6DB9;
}
.BgClassName
{
background-color: #7A6DB9;
}
</style>
border-color css
<style>
span { border-color: #7A6DB9; }
span { border-color: rgb(122,109,185); }
td.TdClassName
{
border-color: #7A6DB9;
}
.TagClassName
{
border-color: #7A6DB9;
}
</style>