Shades of Moody Blue #797EDA
Tints of Moody Blue #797EDA
RGB
CMYK
RGB Variations
Color information
#797EDA (or 0x797EDA) is known color: Moody Blue. HEX triplet: 79, 7E and DA. RGB value is (121,126,218). Sum of RGB (Red+Green+Blue) = 121+126+218=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #797EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797EDA is #868125. Grayscale: #868686. Windows color (decimal): -8814886 or 14319225. OLE color: 14319225.
HSL color Cylindrical-coordinate representation of color #797EDA: hue angle of 236.91º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #797EDA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 126 | 218 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.15 |
| HSL | 236.91º | 0.57% | 0.66% | - |
| HSV(B) | 236.91º | 0.44% | 0.85% | - |
| XYZ | 28 | 24.05 | 69.5 | - |
| YUV | 134.99 | 174.84 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 218 | 0.44 | 0.42 | 0 | 0.15 | 236.91 | 0.57 | 0.66 |
| Hex | 79 | 7E | DA | 2C | 2A | 0 | F | ED | 39 | 42 |
| Octal | 171 | 176 | 332 | 54 | 52 | 0 | 17 | 355 | 71 | 102 |
| Binary | 1111001 | 1111110 | 11011010 | 101100 | 101010 | 0 | 1111 | 11101101 | 111001 | 1000010 |
Color Harmonies of #797EDA
Complementary color
Monochromatic Colors of #797EDA
Black with #797EDA
Text Example
Text Example
White with #797EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797EDA; }
p { color: rgb(121,126,218); }
H1.HeaderClassName
{
color: #797EDA;
}
.AnyTagClassName
{
color: #797EDA;
}
</style>
background-color css
<style>
a { background-color: #797EDA; }
a { background-color: rgb(121,126,218); }
div.DivClassName
{
background-color: #797EDA;
}
.BgClassName
{
background-color: #797EDA;
}
</style>
border-color css
<style>
span { border-color: #797EDA; }
span { border-color: rgb(121,126,218); }
td.TdClassName
{
border-color: #797EDA;
}
.TagClassName
{
border-color: #797EDA;
}
</style>