Shades of Moody Blue #796DD5
Tints of Moody Blue #796DD5
RGB
CMYK
RGB Variations
Color information
#796DD5 (or 0x796DD5) is known color: Moody Blue. HEX triplet: 79, 6D and D5. RGB value is (121,109,213). Sum of RGB (Red+Green+Blue) = 121+109+213=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #796DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DD5 is #86922A. Grayscale: #7C7C7C. Windows color (decimal): -8819243 or 13987193. OLE color: 13987193.
HSL color Cylindrical-coordinate representation of color #796DD5: hue angle of 246.92º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #796DD5 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 109 | 213 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.16 |
| HSL | 246.92º | 0.55% | 0.63% | - |
| HSV(B) | 246.92º | 0.49% | 0.84% | - |
| XYZ | 25.36 | 19.81 | 65.44 | - |
| YUV | 124.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 213 | 0.43 | 0.49 | 0 | 0.16 | 246.92 | 0.55 | 0.63 |
| Hex | 79 | 6D | D5 | 2B | 31 | 0 | 10 | F7 | 37 | 3F |
| Octal | 171 | 155 | 325 | 53 | 61 | 0 | 20 | 367 | 67 | 77 |
| Binary | 1111001 | 1101101 | 11010101 | 101011 | 110001 | 0 | 10000 | 11110111 | 110111 | 111111 |
Color Harmonies of #796DD5
Complementary color
Monochromatic Colors of #796DD5
Black with #796DD5
Text Example
Text Example
White with #796DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796DD5; }
p { color: rgb(121,109,213); }
H1.HeaderClassName
{
color: #796DD5;
}
.AnyTagClassName
{
color: #796DD5;
}
</style>
background-color css
<style>
a { background-color: #796DD5; }
a { background-color: rgb(121,109,213); }
div.DivClassName
{
background-color: #796DD5;
}
.BgClassName
{
background-color: #796DD5;
}
</style>
border-color css
<style>
span { border-color: #796DD5; }
span { border-color: rgb(121,109,213); }
td.TdClassName
{
border-color: #796DD5;
}
.TagClassName
{
border-color: #796DD5;
}
</style>