Shades of Moody Blue #797DCD
Tints of Moody Blue #797DCD
RGB
CMYK
RGB Variations
Color information
#797DCD (or 0x797DCD) is known color: Moody Blue. HEX triplet: 79, 7D and CD. RGB value is (121,125,205). Sum of RGB (Red+Green+Blue) = 121+125+205=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #797DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DCD is #868232. Grayscale: #848484. Windows color (decimal): -8815155 or 13467001. OLE color: 13467001.
HSL color Cylindrical-coordinate representation of color #797DCD: hue angle of 237.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #797DCD is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 125 | 205 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.20 |
| HSL | 237.14º | 0.46% | 0.64% | - |
| HSV(B) | 237.14º | 0.41% | 0.8% | - |
| XYZ | 26.24 | 23.14 | 60.84 | - |
| YUV | 132.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 205 | 0.41 | 0.39 | 0 | 0.20 | 237.14 | 0.46 | 0.64 |
| Hex | 79 | 7D | CD | 29 | 27 | 0 | 14 | ED | 2E | 40 |
| Octal | 171 | 175 | 315 | 51 | 47 | 0 | 24 | 355 | 56 | 100 |
| Binary | 1111001 | 1111101 | 11001101 | 101001 | 100111 | 0 | 10100 | 11101101 | 101110 | 1000000 |
Color Harmonies of #797DCD
Complementary color
Monochromatic Colors of #797DCD
Black with #797DCD
Text Example
Text Example
White with #797DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797DCD; }
p { color: rgb(121,125,205); }
H1.HeaderClassName
{
color: #797DCD;
}
.AnyTagClassName
{
color: #797DCD;
}
</style>
background-color css
<style>
a { background-color: #797DCD; }
a { background-color: rgb(121,125,205); }
div.DivClassName
{
background-color: #797DCD;
}
.BgClassName
{
background-color: #797DCD;
}
</style>
border-color css
<style>
span { border-color: #797DCD; }
span { border-color: rgb(121,125,205); }
td.TdClassName
{
border-color: #797DCD;
}
.TagClassName
{
border-color: #797DCD;
}
</style>