Shades of Moody Blue #796DD0
Tints of Moody Blue #796DD0
RGB
CMYK
RGB Variations
Color information
#796DD0 (or 0x796DD0) is known color: Moody Blue. HEX triplet: 79, 6D and D0. RGB value is (121,109,208). Sum of RGB (Red+Green+Blue) = 121+109+208=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #796DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DD0 is #86922F. Grayscale: #7B7B7B. Windows color (decimal): -8819248 or 13659513. OLE color: 13659513.
HSL color Cylindrical-coordinate representation of color #796DD0: hue angle of 247.27º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #796DD0 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 109 | 208 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.18 |
| HSL | 247.27º | 0.51% | 0.62% | - |
| HSV(B) | 247.27º | 0.48% | 0.82% | - |
| XYZ | 24.74 | 19.56 | 62.15 | - |
| YUV | 123.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 208 | 0.42 | 0.48 | 0 | 0.18 | 247.27 | 0.51 | 0.62 |
| Hex | 79 | 6D | D0 | 2A | 30 | 0 | 12 | F7 | 33 | 3E |
| Octal | 171 | 155 | 320 | 52 | 60 | 0 | 22 | 367 | 63 | 76 |
| Binary | 1111001 | 1101101 | 11010000 | 101010 | 110000 | 0 | 10010 | 11110111 | 110011 | 111110 |
Color Harmonies of #796DD0
Complementary color
Monochromatic Colors of #796DD0
Black with #796DD0
Text Example
Text Example
White with #796DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796DD0; }
p { color: rgb(121,109,208); }
H1.HeaderClassName
{
color: #796DD0;
}
.AnyTagClassName
{
color: #796DD0;
}
</style>
background-color css
<style>
a { background-color: #796DD0; }
a { background-color: rgb(121,109,208); }
div.DivClassName
{
background-color: #796DD0;
}
.BgClassName
{
background-color: #796DD0;
}
</style>
border-color css
<style>
span { border-color: #796DD0; }
span { border-color: rgb(121,109,208); }
td.TdClassName
{
border-color: #796DD0;
}
.TagClassName
{
border-color: #796DD0;
}
</style>