Shades of Moody Blue #7978CF
Tints of Moody Blue #7978CF
RGB
CMYK
RGB Variations
Color information
#7978CF (or 0x7978CF) is known color: Moody Blue. HEX triplet: 79, 78 and CF. RGB value is (121,120,207). Sum of RGB (Red+Green+Blue) = 121+120+207=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #7978CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7978CF is #868730. Grayscale: #818181. Windows color (decimal): -8816433 or 13596793. OLE color: 13596793.
HSL color Cylindrical-coordinate representation of color #7978CF: hue angle of 240.69º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7978CF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 120 | 207 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.19 |
| HSL | 240.69º | 0.48% | 0.64% | - |
| HSV(B) | 240.69º | 0.42% | 0.81% | - |
| XYZ | 25.86 | 22 | 61.92 | - |
| YUV | 130.22 | 171.33 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 207 | 0.42 | 0.42 | 0 | 0.19 | 240.69 | 0.48 | 0.64 |
| Hex | 79 | 78 | CF | 2A | 2A | 0 | 13 | F1 | 30 | 40 |
| Octal | 171 | 170 | 317 | 52 | 52 | 0 | 23 | 361 | 60 | 100 |
| Binary | 1111001 | 1111000 | 11001111 | 101010 | 101010 | 0 | 10011 | 11110001 | 110000 | 1000000 |
Color Harmonies of #7978CF
Complementary color
Monochromatic Colors of #7978CF
Black with #7978CF
Text Example
Text Example
White with #7978CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7978CF; }
p { color: rgb(121,120,207); }
H1.HeaderClassName
{
color: #7978CF;
}
.AnyTagClassName
{
color: #7978CF;
}
</style>
background-color css
<style>
a { background-color: #7978CF; }
a { background-color: rgb(121,120,207); }
div.DivClassName
{
background-color: #7978CF;
}
.BgClassName
{
background-color: #7978CF;
}
</style>
border-color css
<style>
span { border-color: #7978CF; }
span { border-color: rgb(121,120,207); }
td.TdClassName
{
border-color: #7978CF;
}
.TagClassName
{
border-color: #7978CF;
}
</style>