Shades of Moody Blue #7A79DC
Tints of Moody Blue #7A79DC
RGB
CMYK
RGB Variations
Color information
#7A79DC (or 0x7A79DC) is known color: Moody Blue. HEX triplet: 7A, 79 and DC. RGB value is (122,121,220). Sum of RGB (Red+Green+Blue) = 122+121+220=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A79DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79DC is #858623. Grayscale: #848484. Windows color (decimal): -8750628 or 14449018. OLE color: 14449018.
HSL color Cylindrical-coordinate representation of color #7A79DC: hue angle of 240.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A79DC is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 121 | 220 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.14 |
| HSL | 240.61º | 0.59% | 0.67% | - |
| HSV(B) | 240.61º | 0.45% | 0.86% | - |
| XYZ | 27.78 | 22.98 | 70.68 | - |
| YUV | 132.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 220 | 0.45 | 0.45 | 0 | 0.14 | 240.61 | 0.59 | 0.67 |
| Hex | 7A | 79 | DC | 2D | 2D | 0 | E | F1 | 3B | 43 |
| Octal | 172 | 171 | 334 | 55 | 55 | 0 | 16 | 361 | 73 | 103 |
| Binary | 1111010 | 1111001 | 11011100 | 101101 | 101101 | 0 | 1110 | 11110001 | 111011 | 1000011 |
Color Harmonies of #7A79DC
Complementary color
Monochromatic Colors of #7A79DC
Black with #7A79DC
Text Example
Text Example
White with #7A79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A79DC; }
p { color: rgb(122,121,220); }
H1.HeaderClassName
{
color: #7A79DC;
}
.AnyTagClassName
{
color: #7A79DC;
}
</style>
background-color css
<style>
a { background-color: #7A79DC; }
a { background-color: rgb(122,121,220); }
div.DivClassName
{
background-color: #7A79DC;
}
.BgClassName
{
background-color: #7A79DC;
}
</style>
border-color css
<style>
span { border-color: #7A79DC; }
span { border-color: rgb(122,121,220); }
td.TdClassName
{
border-color: #7A79DC;
}
.TagClassName
{
border-color: #7A79DC;
}
</style>