Shades of Moody Blue #7971BA
Tints of Moody Blue #7971BA
RGB
CMYK
RGB Variations
Color information
#7971BA (or 0x7971BA) is known color: Moody Blue. HEX triplet: 79, 71 and BA. RGB value is (121,113,186). Sum of RGB (Red+Green+Blue) = 121+113+186=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #7971BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971BA is #868E45. Grayscale: #7B7B7B. Windows color (decimal): -8818246 or 12218745. OLE color: 12218745.
HSL color Cylindrical-coordinate representation of color #7971BA: hue angle of 246.58º 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 #7971BA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 113 | 186 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.27 |
| HSL | 246.58º | 0.35% | 0.59% | - |
| HSV(B) | 246.58º | 0.39% | 0.73% | - |
| XYZ | 22.65 | 19.42 | 49.01 | - |
| YUV | 123.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 186 | 0.35 | 0.39 | 0 | 0.27 | 246.58 | 0.35 | 0.59 |
| Hex | 79 | 71 | BA | 23 | 27 | 0 | 1B | F7 | 23 | 3B |
| Octal | 171 | 161 | 272 | 43 | 47 | 0 | 33 | 367 | 43 | 73 |
| Binary | 1111001 | 1110001 | 10111010 | 100011 | 100111 | 0 | 11011 | 11110111 | 100011 | 111011 |
Color Harmonies of #7971BA
Complementary color
Monochromatic Colors of #7971BA
Black with #7971BA
Text Example
Text Example
White with #7971BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971BA; }
p { color: rgb(121,113,186); }
H1.HeaderClassName
{
color: #7971BA;
}
.AnyTagClassName
{
color: #7971BA;
}
</style>
background-color css
<style>
a { background-color: #7971BA; }
a { background-color: rgb(121,113,186); }
div.DivClassName
{
background-color: #7971BA;
}
.BgClassName
{
background-color: #7971BA;
}
</style>
border-color css
<style>
span { border-color: #7971BA; }
span { border-color: rgb(121,113,186); }
td.TdClassName
{
border-color: #7971BA;
}
.TagClassName
{
border-color: #7971BA;
}
</style>