Shades of Moody Blue #7979CF
Tints of Moody Blue #7979CF
RGB
CMYK
RGB Variations
Color information
#7979CF (or 0x7979CF) is known color: Moody Blue. HEX triplet: 79, 79 and CF. RGB value is (121,121,207). Sum of RGB (Red+Green+Blue) = 121+121+207=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #7979CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979CF is #868630. Grayscale: #828282. Windows color (decimal): -8816177 or 13597049. OLE color: 13597049.
HSL color Cylindrical-coordinate representation of color #7979CF: hue angle of 240º degrees, saturation: 0.47, 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 #7979CF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 121 | 207 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.19 |
| HSL | 240º | 0.47% | 0.64% | - |
| HSV(B) | 240º | 0.42% | 0.81% | - |
| XYZ | 25.99 | 22.24 | 61.96 | - |
| YUV | 130.8 | 171 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 207 | 0.42 | 0.42 | 0 | 0.19 | 240 | 0.47 | 0.64 |
| Hex | 79 | 79 | CF | 2A | 2A | 0 | 13 | F0 | 2F | 40 |
| Octal | 171 | 171 | 317 | 52 | 52 | 0 | 23 | 360 | 57 | 100 |
| Binary | 1111001 | 1111001 | 11001111 | 101010 | 101010 | 0 | 10011 | 11110000 | 101111 | 1000000 |
Color Harmonies of #7979CF
Complementary color
Monochromatic Colors of #7979CF
Black with #7979CF
Text Example
Text Example
White with #7979CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7979CF; }
p { color: rgb(121,121,207); }
H1.HeaderClassName
{
color: #7979CF;
}
.AnyTagClassName
{
color: #7979CF;
}
</style>
background-color css
<style>
a { background-color: #7979CF; }
a { background-color: rgb(121,121,207); }
div.DivClassName
{
background-color: #7979CF;
}
.BgClassName
{
background-color: #7979CF;
}
</style>
border-color css
<style>
span { border-color: #7979CF; }
span { border-color: rgb(121,121,207); }
td.TdClassName
{
border-color: #7979CF;
}
.TagClassName
{
border-color: #7979CF;
}
</style>