Shades of Moody Blue #796DB9
Tints of Moody Blue #796DB9
RGB
CMYK
RGB Variations
Color information
#796DB9 (or 0x796DB9) is known color: Moody Blue. HEX triplet: 79, 6D and B9. RGB value is (121,109,185). Sum of RGB (Red+Green+Blue) = 121+109+185=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #796DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DB9 is #869246. Grayscale: #787878. Windows color (decimal): -8819271 or 12152185. OLE color: 12152185.
HSL color Cylindrical-coordinate representation of color #796DB9: hue angle of 249.47º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #796DB9 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 109 | 185 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.27 |
| HSL | 249.47º | 0.35% | 0.58% | - |
| HSV(B) | 249.47º | 0.41% | 0.73% | - |
| XYZ | 22.11 | 18.51 | 48.31 | - |
| YUV | 121.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 185 | 0.35 | 0.41 | 0 | 0.27 | 249.47 | 0.35 | 0.58 |
| Hex | 79 | 6D | B9 | 23 | 29 | 0 | 1B | F9 | 23 | 3A |
| Octal | 171 | 155 | 271 | 43 | 51 | 0 | 33 | 371 | 43 | 72 |
| Binary | 1111001 | 1101101 | 10111001 | 100011 | 101001 | 0 | 11011 | 11111001 | 100011 | 111010 |
Color Harmonies of #796DB9
Complementary color
Monochromatic Colors of #796DB9
Black with #796DB9
Text Example
Text Example
White with #796DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796DB9; }
p { color: rgb(121,109,185); }
H1.HeaderClassName
{
color: #796DB9;
}
.AnyTagClassName
{
color: #796DB9;
}
</style>
background-color css
<style>
a { background-color: #796DB9; }
a { background-color: rgb(121,109,185); }
div.DivClassName
{
background-color: #796DB9;
}
.BgClassName
{
background-color: #796DB9;
}
</style>
border-color css
<style>
span { border-color: #796DB9; }
span { border-color: rgb(121,109,185); }
td.TdClassName
{
border-color: #796DB9;
}
.TagClassName
{
border-color: #796DB9;
}
</style>