Shades of Moody Blue #7A6ACB
Tints of Moody Blue #7A6ACB
RGB
CMYK
RGB Variations
Color information
#7A6ACB (or 0x7A6ACB) is known color: Moody Blue. HEX triplet: 7A, 6A and CB. RGB value is (122,106,203). Sum of RGB (Red+Green+Blue) = 122+106+203=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A6ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ACB is #859534. Grayscale: #797979. Windows color (decimal): -8754485 or 13331066. OLE color: 13331066.
HSL color Cylindrical-coordinate representation of color #7A6ACB: hue angle of 249.9º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A6ACB is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 106 | 203 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.20 |
| HSL | 249.9º | 0.48% | 0.61% | - |
| HSV(B) | 249.9º | 0.48% | 0.8% | - |
| XYZ | 23.96 | 18.76 | 58.86 | - |
| YUV | 121.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 203 | 0.40 | 0.48 | 0 | 0.20 | 249.9 | 0.48 | 0.61 |
| Hex | 7A | 6A | CB | 28 | 30 | 0 | 14 | FA | 30 | 3D |
| Octal | 172 | 152 | 313 | 50 | 60 | 0 | 24 | 372 | 60 | 75 |
| Binary | 1111010 | 1101010 | 11001011 | 101000 | 110000 | 0 | 10100 | 11111010 | 110000 | 111101 |
Color Harmonies of #7A6ACB
Complementary color
Monochromatic Colors of #7A6ACB
Black with #7A6ACB
Text Example
Text Example
White with #7A6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6ACB; }
p { color: rgb(122,106,203); }
H1.HeaderClassName
{
color: #7A6ACB;
}
.AnyTagClassName
{
color: #7A6ACB;
}
</style>
background-color css
<style>
a { background-color: #7A6ACB; }
a { background-color: rgb(122,106,203); }
div.DivClassName
{
background-color: #7A6ACB;
}
.BgClassName
{
background-color: #7A6ACB;
}
</style>
border-color css
<style>
span { border-color: #7A6ACB; }
span { border-color: rgb(122,106,203); }
td.TdClassName
{
border-color: #7A6ACB;
}
.TagClassName
{
border-color: #7A6ACB;
}
</style>