Shades of Moody Blue #7970CF
Tints of Moody Blue #7970CF
RGB
CMYK
RGB Variations
Color information
#7970CF (or 0x7970CF) is known color: Moody Blue. HEX triplet: 79, 70 and CF. RGB value is (121,112,207). Sum of RGB (Red+Green+Blue) = 121+112+207=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7970CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7970CF is #868F30. Grayscale: #7D7D7D. Windows color (decimal): -8818481 or 13594745. OLE color: 13594745.
HSL color Cylindrical-coordinate representation of color #7970CF: hue angle of 245.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7970CF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 112 | 207 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.19 |
| HSL | 245.68º | 0.5% | 0.63% | - |
| HSV(B) | 245.68º | 0.46% | 0.81% | - |
| XYZ | 24.94 | 20.16 | 61.61 | - |
| YUV | 125.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 207 | 0.42 | 0.46 | 0 | 0.19 | 245.68 | 0.5 | 0.63 |
| Hex | 79 | 70 | CF | 2A | 2E | 0 | 13 | F6 | 32 | 3F |
| Octal | 171 | 160 | 317 | 52 | 56 | 0 | 23 | 366 | 62 | 77 |
| Binary | 1111001 | 1110000 | 11001111 | 101010 | 101110 | 0 | 10011 | 11110110 | 110010 | 111111 |
Color Harmonies of #7970CF
Complementary color
Monochromatic Colors of #7970CF
Black with #7970CF
Text Example
Text Example
White with #7970CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7970CF; }
p { color: rgb(121,112,207); }
H1.HeaderClassName
{
color: #7970CF;
}
.AnyTagClassName
{
color: #7970CF;
}
</style>
background-color css
<style>
a { background-color: #7970CF; }
a { background-color: rgb(121,112,207); }
div.DivClassName
{
background-color: #7970CF;
}
.BgClassName
{
background-color: #7970CF;
}
</style>
border-color css
<style>
span { border-color: #7970CF; }
span { border-color: rgb(121,112,207); }
td.TdClassName
{
border-color: #7970CF;
}
.TagClassName
{
border-color: #7970CF;
}
</style>