Shades of Moody Blue #7971D3
Tints of Moody Blue #7971D3
RGB
CMYK
RGB Variations
Color information
#7971D3 (or 0x7971D3) is known color: Moody Blue. HEX triplet: 79, 71 and D3. RGB value is (121,113,211). Sum of RGB (Red+Green+Blue) = 121+113+211=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #7971D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971D3 is #868E2C. Grayscale: #7E7E7E. Windows color (decimal): -8818221 or 13857145. OLE color: 13857145.
HSL color Cylindrical-coordinate representation of color #7971D3: hue angle of 244.9º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7971D3 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 113 | 211 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.17 |
| HSL | 244.9º | 0.53% | 0.64% | - |
| HSV(B) | 244.9º | 0.46% | 0.83% | - |
| XYZ | 25.55 | 20.58 | 64.25 | - |
| YUV | 126.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 211 | 0.43 | 0.46 | 0 | 0.17 | 244.9 | 0.53 | 0.64 |
| Hex | 79 | 71 | D3 | 2B | 2E | 0 | 11 | F5 | 35 | 40 |
| Octal | 171 | 161 | 323 | 53 | 56 | 0 | 21 | 365 | 65 | 100 |
| Binary | 1111001 | 1110001 | 11010011 | 101011 | 101110 | 0 | 10001 | 11110101 | 110101 | 1000000 |
Color Harmonies of #7971D3
Complementary color
Monochromatic Colors of #7971D3
Black with #7971D3
Text Example
Text Example
White with #7971D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971D3; }
p { color: rgb(121,113,211); }
H1.HeaderClassName
{
color: #7971D3;
}
.AnyTagClassName
{
color: #7971D3;
}
</style>
background-color css
<style>
a { background-color: #7971D3; }
a { background-color: rgb(121,113,211); }
div.DivClassName
{
background-color: #7971D3;
}
.BgClassName
{
background-color: #7971D3;
}
</style>
border-color css
<style>
span { border-color: #7971D3; }
span { border-color: rgb(121,113,211); }
td.TdClassName
{
border-color: #7971D3;
}
.TagClassName
{
border-color: #7971D3;
}
</style>