Shades of Moody Blue #7971BC
Tints of Moody Blue #7971BC
RGB
CMYK
RGB Variations
Color information
#7971BC (or 0x7971BC) is known color: Moody Blue. HEX triplet: 79, 71 and BC. RGB value is (121,113,188). Sum of RGB (Red+Green+Blue) = 121+113+188=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #7971BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971BC is #868E43. Grayscale: #7B7B7B. Windows color (decimal): -8818244 or 12349817. OLE color: 12349817.
HSL color Cylindrical-coordinate representation of color #7971BC: hue angle of 246.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7971BC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 113 | 188 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.26 |
| HSL | 246.4º | 0.36% | 0.59% | - |
| HSV(B) | 246.4º | 0.4% | 0.74% | - |
| XYZ | 22.87 | 19.51 | 50.14 | - |
| YUV | 123.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 188 | 0.36 | 0.40 | 0 | 0.26 | 246.4 | 0.36 | 0.59 |
| Hex | 79 | 71 | BC | 24 | 28 | 0 | 1A | F6 | 24 | 3B |
| Octal | 171 | 161 | 274 | 44 | 50 | 0 | 32 | 366 | 44 | 73 |
| Binary | 1111001 | 1110001 | 10111100 | 100100 | 101000 | 0 | 11010 | 11110110 | 100100 | 111011 |
Color Harmonies of #7971BC
Complementary color
Monochromatic Colors of #7971BC
Black with #7971BC
Text Example
Text Example
White with #7971BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971BC; }
p { color: rgb(121,113,188); }
H1.HeaderClassName
{
color: #7971BC;
}
.AnyTagClassName
{
color: #7971BC;
}
</style>
background-color css
<style>
a { background-color: #7971BC; }
a { background-color: rgb(121,113,188); }
div.DivClassName
{
background-color: #7971BC;
}
.BgClassName
{
background-color: #7971BC;
}
</style>
border-color css
<style>
span { border-color: #7971BC; }
span { border-color: rgb(121,113,188); }
td.TdClassName
{
border-color: #7971BC;
}
.TagClassName
{
border-color: #7971BC;
}
</style>