Shades of Moody Blue #7974CE
Tints of Moody Blue #7974CE
RGB
CMYK
RGB Variations
Color information
#7974CE (or 0x7974CE) is known color: Moody Blue. HEX triplet: 79, 74 and CE. RGB value is (121,116,206). Sum of RGB (Red+Green+Blue) = 121+116+206=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #7974CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974CE is #868B31. Grayscale: #7F7F7F. Windows color (decimal): -8817458 or 13530233. OLE color: 13530233.
HSL color Cylindrical-coordinate representation of color #7974CE: hue angle of 243.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7974CE is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 116 | 206 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.19 |
| HSL | 243.33º | 0.48% | 0.63% | - |
| HSV(B) | 243.33º | 0.44% | 0.81% | - |
| XYZ | 25.27 | 21.01 | 61.12 | - |
| YUV | 127.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 206 | 0.41 | 0.44 | 0 | 0.19 | 243.33 | 0.48 | 0.63 |
| Hex | 79 | 74 | CE | 29 | 2C | 0 | 13 | F3 | 30 | 3F |
| Octal | 171 | 164 | 316 | 51 | 54 | 0 | 23 | 363 | 60 | 77 |
| Binary | 1111001 | 1110100 | 11001110 | 101001 | 101100 | 0 | 10011 | 11110011 | 110000 | 111111 |
Color Harmonies of #7974CE
Complementary color
Monochromatic Colors of #7974CE
Black with #7974CE
Text Example
Text Example
White with #7974CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7974CE; }
p { color: rgb(121,116,206); }
H1.HeaderClassName
{
color: #7974CE;
}
.AnyTagClassName
{
color: #7974CE;
}
</style>
background-color css
<style>
a { background-color: #7974CE; }
a { background-color: rgb(121,116,206); }
div.DivClassName
{
background-color: #7974CE;
}
.BgClassName
{
background-color: #7974CE;
}
</style>
border-color css
<style>
span { border-color: #7974CE; }
span { border-color: rgb(121,116,206); }
td.TdClassName
{
border-color: #7974CE;
}
.TagClassName
{
border-color: #7974CE;
}
</style>