Shades of Moody Blue #797CDC
Tints of Moody Blue #797CDC
RGB
CMYK
RGB Variations
Color information
#797CDC (or 0x797CDC) is known color: Moody Blue. HEX triplet: 79, 7C and DC. RGB value is (121,124,220). Sum of RGB (Red+Green+Blue) = 121+124+220=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #797CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CDC is #868323. Grayscale: #858585. Windows color (decimal): -8815396 or 14449785. OLE color: 14449785.
HSL color Cylindrical-coordinate representation of color #797CDC: hue angle of 238.18º 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 #797CDC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 124 | 220 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.14 |
| HSL | 238.18º | 0.59% | 0.67% | - |
| HSV(B) | 238.18º | 0.45% | 0.86% | - |
| XYZ | 28.01 | 23.65 | 70.8 | - |
| YUV | 134.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 220 | 0.45 | 0.44 | 0 | 0.14 | 238.18 | 0.59 | 0.67 |
| Hex | 79 | 7C | DC | 2D | 2C | 0 | E | EE | 3B | 43 |
| Octal | 171 | 174 | 334 | 55 | 54 | 0 | 16 | 356 | 73 | 103 |
| Binary | 1111001 | 1111100 | 11011100 | 101101 | 101100 | 0 | 1110 | 11101110 | 111011 | 1000011 |
Color Harmonies of #797CDC
Complementary color
Monochromatic Colors of #797CDC
Black with #797CDC
Text Example
Text Example
White with #797CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797CDC; }
p { color: rgb(121,124,220); }
H1.HeaderClassName
{
color: #797CDC;
}
.AnyTagClassName
{
color: #797CDC;
}
</style>
background-color css
<style>
a { background-color: #797CDC; }
a { background-color: rgb(121,124,220); }
div.DivClassName
{
background-color: #797CDC;
}
.BgClassName
{
background-color: #797CDC;
}
</style>
border-color css
<style>
span { border-color: #797CDC; }
span { border-color: rgb(121,124,220); }
td.TdClassName
{
border-color: #797CDC;
}
.TagClassName
{
border-color: #797CDC;
}
</style>