Shades of Moody Blue #7971B6
Tints of Moody Blue #7971B6
RGB
CMYK
RGB Variations
Color information
#7971B6 (or 0x7971B6) is known color: Moody Blue. HEX triplet: 79, 71 and B6. RGB value is (121,113,182). Sum of RGB (Red+Green+Blue) = 121+113+182=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 182 - color contains mainly: blue. Hex color #7971B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971B6 is #868E49. Grayscale: #7A7A7A. Windows color (decimal): -8818250 or 11956601. OLE color: 11956601.
HSL color Cylindrical-coordinate representation of color #7971B6: hue angle of 246.96º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7971B6 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 113 | 182 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.29 |
| HSL | 246.96º | 0.32% | 0.58% | - |
| HSV(B) | 246.96º | 0.38% | 0.71% | - |
| XYZ | 22.23 | 19.25 | 46.8 | - |
| YUV | 123.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 182 | 0.34 | 0.38 | 0 | 0.29 | 246.96 | 0.32 | 0.58 |
| Hex | 79 | 71 | B6 | 22 | 26 | 0 | 1D | F7 | 20 | 3A |
| Octal | 171 | 161 | 266 | 42 | 46 | 0 | 35 | 367 | 40 | 72 |
| Binary | 1111001 | 1110001 | 10110110 | 100010 | 100110 | 0 | 11101 | 11110111 | 100000 | 111010 |
Color Harmonies of #7971B6
Complementary color
Monochromatic Colors of #7971B6
Black with #7971B6
Text Example
Text Example
White with #7971B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971B6; }
p { color: rgb(121,113,182); }
H1.HeaderClassName
{
color: #7971B6;
}
.AnyTagClassName
{
color: #7971B6;
}
</style>
background-color css
<style>
a { background-color: #7971B6; }
a { background-color: rgb(121,113,182); }
div.DivClassName
{
background-color: #7971B6;
}
.BgClassName
{
background-color: #7971B6;
}
</style>
border-color css
<style>
span { border-color: #7971B6; }
span { border-color: rgb(121,113,182); }
td.TdClassName
{
border-color: #7971B6;
}
.TagClassName
{
border-color: #7971B6;
}
</style>