Shades of Moody Blue #7C79DD
Tints of Moody Blue #7C79DD
RGB
CMYK
RGB Variations
Color information
#7C79DD (or 0x7C79DD) is known color: Moody Blue. HEX triplet: 7C, 79 and DD. RGB value is (124,121,221). Sum of RGB (Red+Green+Blue) = 124+121+221=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C79DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79DD is #838622. Grayscale: #848484. Windows color (decimal): -8619555 or 14514556. OLE color: 14514556.
HSL color Cylindrical-coordinate representation of color #7C79DD: hue angle of 241.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C79DD is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 121 | 221 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.13 |
| HSL | 241.8º | 0.6% | 0.67% | - |
| HSV(B) | 241.8º | 0.45% | 0.87% | - |
| XYZ | 28.2 | 23.18 | 71.39 | - |
| YUV | 133.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 221 | 0.44 | 0.45 | 0 | 0.13 | 241.8 | 0.6 | 0.67 |
| Hex | 7C | 79 | DD | 2C | 2D | 0 | D | F2 | 3C | 43 |
| Octal | 174 | 171 | 335 | 54 | 55 | 0 | 15 | 362 | 74 | 103 |
| Binary | 1111100 | 1111001 | 11011101 | 101100 | 101101 | 0 | 1101 | 11110010 | 111100 | 1000011 |
Color Harmonies of #7C79DD
Complementary color
Monochromatic Colors of #7C79DD
Black with #7C79DD
Text Example
Text Example
White with #7C79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C79DD; }
p { color: rgb(124,121,221); }
H1.HeaderClassName
{
color: #7C79DD;
}
.AnyTagClassName
{
color: #7C79DD;
}
</style>
background-color css
<style>
a { background-color: #7C79DD; }
a { background-color: rgb(124,121,221); }
div.DivClassName
{
background-color: #7C79DD;
}
.BgClassName
{
background-color: #7C79DD;
}
</style>
border-color css
<style>
span { border-color: #7C79DD; }
span { border-color: rgb(124,121,221); }
td.TdClassName
{
border-color: #7C79DD;
}
.TagClassName
{
border-color: #7C79DD;
}
</style>