Shades of Moody Blue #797EDF
Tints of Moody Blue #797EDF
RGB
CMYK
RGB Variations
Color information
#797EDF (or 0x797EDF) is known color: Moody Blue. HEX triplet: 79, 7E and DF. RGB value is (121,126,223). Sum of RGB (Red+Green+Blue) = 121+126+223=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #797EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797EDF is #868120. Grayscale: #878787. Windows color (decimal): -8814881 or 14646905. OLE color: 14646905.
HSL color Cylindrical-coordinate representation of color #797EDF: hue angle of 237.06º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #797EDF is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 126 | 223 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.13 |
| HSL | 237.06º | 0.61% | 0.67% | - |
| HSV(B) | 237.06º | 0.46% | 0.87% | - |
| XYZ | 28.67 | 24.31 | 72.99 | - |
| YUV | 135.56 | 177.34 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 223 | 0.46 | 0.43 | 0 | 0.13 | 237.06 | 0.61 | 0.67 |
| Hex | 79 | 7E | DF | 2E | 2B | 0 | D | ED | 3D | 43 |
| Octal | 171 | 176 | 337 | 56 | 53 | 0 | 15 | 355 | 75 | 103 |
| Binary | 1111001 | 1111110 | 11011111 | 101110 | 101011 | 0 | 1101 | 11101101 | 111101 | 1000011 |
Color Harmonies of #797EDF
Complementary color
Monochromatic Colors of #797EDF
Black with #797EDF
Text Example
Text Example
White with #797EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797EDF; }
p { color: rgb(121,126,223); }
H1.HeaderClassName
{
color: #797EDF;
}
.AnyTagClassName
{
color: #797EDF;
}
</style>
background-color css
<style>
a { background-color: #797EDF; }
a { background-color: rgb(121,126,223); }
div.DivClassName
{
background-color: #797EDF;
}
.BgClassName
{
background-color: #797EDF;
}
</style>
border-color css
<style>
span { border-color: #797EDF; }
span { border-color: rgb(121,126,223); }
td.TdClassName
{
border-color: #797EDF;
}
.TagClassName
{
border-color: #797EDF;
}
</style>