Shades of Moody Blue #7A71BA
Tints of Moody Blue #7A71BA
RGB
CMYK
RGB Variations
Color information
#7A71BA (or 0x7A71BA) is known color: Moody Blue. HEX triplet: 7A, 71 and BA. RGB value is (122,113,186). Sum of RGB (Red+Green+Blue) = 122+113+186=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A71BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71BA is #858E45. Grayscale: #7B7B7B. Windows color (decimal): -8752710 or 12218746. OLE color: 12218746.
HSL color Cylindrical-coordinate representation of color #7A71BA: hue angle of 247.4º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A71BA is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 113 | 186 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.27 |
| HSL | 247.4º | 0.35% | 0.59% | - |
| HSV(B) | 247.4º | 0.39% | 0.73% | - |
| XYZ | 22.79 | 19.49 | 49.02 | - |
| YUV | 124.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 186 | 0.34 | 0.39 | 0 | 0.27 | 247.4 | 0.35 | 0.59 |
| Hex | 7A | 71 | BA | 22 | 27 | 0 | 1B | F7 | 23 | 3B |
| Octal | 172 | 161 | 272 | 42 | 47 | 0 | 33 | 367 | 43 | 73 |
| Binary | 1111010 | 1110001 | 10111010 | 100010 | 100111 | 0 | 11011 | 11110111 | 100011 | 111011 |
Color Harmonies of #7A71BA
Complementary color
Monochromatic Colors of #7A71BA
Black with #7A71BA
Text Example
Text Example
White with #7A71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A71BA; }
p { color: rgb(122,113,186); }
H1.HeaderClassName
{
color: #7A71BA;
}
.AnyTagClassName
{
color: #7A71BA;
}
</style>
background-color css
<style>
a { background-color: #7A71BA; }
a { background-color: rgb(122,113,186); }
div.DivClassName
{
background-color: #7A71BA;
}
.BgClassName
{
background-color: #7A71BA;
}
</style>
border-color css
<style>
span { border-color: #7A71BA; }
span { border-color: rgb(122,113,186); }
td.TdClassName
{
border-color: #7A71BA;
}
.TagClassName
{
border-color: #7A71BA;
}
</style>