Shades of Moody Blue #7978B9
Tints of Moody Blue #7978B9
RGB
CMYK
RGB Variations
Color information
#7978B9 (or 0x7978B9) is known color: Moody Blue. HEX triplet: 79, 78 and B9. RGB value is (121,120,185). Sum of RGB (Red+Green+Blue) = 121+120+185=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #7978B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7978B9 is #868746. Grayscale: #7F7F7F. Windows color (decimal): -8816455 or 12155001. OLE color: 12155001.
HSL color Cylindrical-coordinate representation of color #7978B9: hue angle of 240.92º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7978B9 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 120 | 185 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.27 |
| HSL | 240.92º | 0.32% | 0.6% | - |
| HSV(B) | 240.92º | 0.35% | 0.73% | - |
| XYZ | 23.36 | 21 | 48.72 | - |
| YUV | 127.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 185 | 0.35 | 0.35 | 0 | 0.27 | 240.92 | 0.32 | 0.6 |
| Hex | 79 | 78 | B9 | 23 | 23 | 0 | 1B | F1 | 20 | 3C |
| Octal | 171 | 170 | 271 | 43 | 43 | 0 | 33 | 361 | 40 | 74 |
| Binary | 1111001 | 1111000 | 10111001 | 100011 | 100011 | 0 | 11011 | 11110001 | 100000 | 111100 |
Color Harmonies of #7978B9
Complementary color
Monochromatic Colors of #7978B9
Black with #7978B9
Text Example
Text Example
White with #7978B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7978B9; }
p { color: rgb(121,120,185); }
H1.HeaderClassName
{
color: #7978B9;
}
.AnyTagClassName
{
color: #7978B9;
}
</style>
background-color css
<style>
a { background-color: #7978B9; }
a { background-color: rgb(121,120,185); }
div.DivClassName
{
background-color: #7978B9;
}
.BgClassName
{
background-color: #7978B9;
}
</style>
border-color css
<style>
span { border-color: #7978B9; }
span { border-color: rgb(121,120,185); }
td.TdClassName
{
border-color: #7978B9;
}
.TagClassName
{
border-color: #7978B9;
}
</style>