Shades of Moody Blue #7974D8
Tints of Moody Blue #7974D8
RGB
CMYK
RGB Variations
Color information
#7974D8 (or 0x7974D8) is known color: Moody Blue. HEX triplet: 79, 74 and D8. RGB value is (121,116,216). Sum of RGB (Red+Green+Blue) = 121+116+216=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #7974D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974D8 is #868B27. Grayscale: #808080. Windows color (decimal): -8817448 or 14185593. OLE color: 14185593.
HSL color Cylindrical-coordinate representation of color #7974D8: hue angle of 243º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7974D8 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 116 | 216 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.15 |
| HSL | 243º | 0.56% | 0.65% | - |
| HSV(B) | 243º | 0.46% | 0.85% | - |
| XYZ | 26.53 | 21.51 | 67.72 | - |
| YUV | 128.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 216 | 0.44 | 0.46 | 0 | 0.15 | 243 | 0.56 | 0.65 |
| Hex | 79 | 74 | D8 | 2C | 2E | 0 | F | F3 | 38 | 41 |
| Octal | 171 | 164 | 330 | 54 | 56 | 0 | 17 | 363 | 70 | 101 |
| Binary | 1111001 | 1110100 | 11011000 | 101100 | 101110 | 0 | 1111 | 11110011 | 111000 | 1000001 |
Color Harmonies of #7974D8
Complementary color
Monochromatic Colors of #7974D8
Black with #7974D8
Text Example
Text Example
White with #7974D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7974D8; }
p { color: rgb(121,116,216); }
H1.HeaderClassName
{
color: #7974D8;
}
.AnyTagClassName
{
color: #7974D8;
}
</style>
background-color css
<style>
a { background-color: #7974D8; }
a { background-color: rgb(121,116,216); }
div.DivClassName
{
background-color: #7974D8;
}
.BgClassName
{
background-color: #7974D8;
}
</style>
border-color css
<style>
span { border-color: #7974D8; }
span { border-color: rgb(121,116,216); }
td.TdClassName
{
border-color: #7974D8;
}
.TagClassName
{
border-color: #7974D8;
}
</style>