Shades of Moody Blue #797AD8
Tints of Moody Blue #797AD8
RGB
CMYK
RGB Variations
Color information
#797AD8 (or 0x797AD8) is known color: Moody Blue. HEX triplet: 79, 7A and D8. RGB value is (121,122,216). Sum of RGB (Red+Green+Blue) = 121+122+216=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #797AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797AD8 is #868527. Grayscale: #848484. Windows color (decimal): -8815912 or 14187129. OLE color: 14187129.
HSL color Cylindrical-coordinate representation of color #797AD8: hue angle of 239.37º degrees, saturation: 0.55, 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 #797AD8 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 122 | 216 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.15 |
| HSL | 239.37º | 0.55% | 0.66% | - |
| HSV(B) | 239.37º | 0.44% | 0.85% | - |
| XYZ | 27.24 | 22.94 | 67.96 | - |
| YUV | 132.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 216 | 0.44 | 0.44 | 0 | 0.15 | 239.37 | 0.55 | 0.66 |
| Hex | 79 | 7A | D8 | 2C | 2C | 0 | F | EF | 37 | 42 |
| Octal | 171 | 172 | 330 | 54 | 54 | 0 | 17 | 357 | 67 | 102 |
| Binary | 1111001 | 1111010 | 11011000 | 101100 | 101100 | 0 | 1111 | 11101111 | 110111 | 1000010 |
Color Harmonies of #797AD8
Complementary color
Monochromatic Colors of #797AD8
Black with #797AD8
Text Example
Text Example
White with #797AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797AD8; }
p { color: rgb(121,122,216); }
H1.HeaderClassName
{
color: #797AD8;
}
.AnyTagClassName
{
color: #797AD8;
}
</style>
background-color css
<style>
a { background-color: #797AD8; }
a { background-color: rgb(121,122,216); }
div.DivClassName
{
background-color: #797AD8;
}
.BgClassName
{
background-color: #797AD8;
}
</style>
border-color css
<style>
span { border-color: #797AD8; }
span { border-color: rgb(121,122,216); }
td.TdClassName
{
border-color: #797AD8;
}
.TagClassName
{
border-color: #797AD8;
}
</style>