Shades of Moody Blue #7971BB
Tints of Moody Blue #7971BB
RGB
CMYK
RGB Variations
Color information
#7971BB (or 0x7971BB) is known color: Moody Blue. HEX triplet: 79, 71 and BB. RGB value is (121,113,187). Sum of RGB (Red+Green+Blue) = 121+113+187=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #7971BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971BB is #868E44. Grayscale: #7B7B7B. Windows color (decimal): -8818245 or 12284281. OLE color: 12284281.
HSL color Cylindrical-coordinate representation of color #7971BB: hue angle of 246.49º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7971BB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 113 | 187 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.27 |
| HSL | 246.49º | 0.35% | 0.59% | - |
| HSV(B) | 246.49º | 0.4% | 0.73% | - |
| XYZ | 22.76 | 19.46 | 49.57 | - |
| YUV | 123.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 187 | 0.35 | 0.40 | 0 | 0.27 | 246.49 | 0.35 | 0.59 |
| Hex | 79 | 71 | BB | 23 | 28 | 0 | 1B | F6 | 23 | 3B |
| Octal | 171 | 161 | 273 | 43 | 50 | 0 | 33 | 366 | 43 | 73 |
| Binary | 1111001 | 1110001 | 10111011 | 100011 | 101000 | 0 | 11011 | 11110110 | 100011 | 111011 |
Color Harmonies of #7971BB
Complementary color
Monochromatic Colors of #7971BB
Black with #7971BB
Text Example
Text Example
White with #7971BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971BB; }
p { color: rgb(121,113,187); }
H1.HeaderClassName
{
color: #7971BB;
}
.AnyTagClassName
{
color: #7971BB;
}
</style>
background-color css
<style>
a { background-color: #7971BB; }
a { background-color: rgb(121,113,187); }
div.DivClassName
{
background-color: #7971BB;
}
.BgClassName
{
background-color: #7971BB;
}
</style>
border-color css
<style>
span { border-color: #7971BB; }
span { border-color: rgb(121,113,187); }
td.TdClassName
{
border-color: #7971BB;
}
.TagClassName
{
border-color: #7971BB;
}
</style>