Shades of Moody Blue #796DBB
Tints of Moody Blue #796DBB
RGB
CMYK
RGB Variations
Color information
#796DBB (or 0x796DBB) is known color: Moody Blue. HEX triplet: 79, 6D and BB. RGB value is (121,109,187). Sum of RGB (Red+Green+Blue) = 121+109+187=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #796DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DBB is #869244. Grayscale: #797979. Windows color (decimal): -8819269 or 12283257. OLE color: 12283257.
HSL color Cylindrical-coordinate representation of color #796DBB: hue angle of 249.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #796DBB is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 109 | 187 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.27 |
| HSL | 249.23º | 0.36% | 0.58% | - |
| HSV(B) | 249.23º | 0.42% | 0.73% | - |
| XYZ | 22.32 | 18.59 | 49.43 | - |
| YUV | 121.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 187 | 0.35 | 0.42 | 0 | 0.27 | 249.23 | 0.36 | 0.58 |
| Hex | 79 | 6D | BB | 23 | 2A | 0 | 1B | F9 | 24 | 3A |
| Octal | 171 | 155 | 273 | 43 | 52 | 0 | 33 | 371 | 44 | 72 |
| Binary | 1111001 | 1101101 | 10111011 | 100011 | 101010 | 0 | 11011 | 11111001 | 100100 | 111010 |
Color Harmonies of #796DBB
Complementary color
Monochromatic Colors of #796DBB
Black with #796DBB
Text Example
Text Example
White with #796DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796DBB; }
p { color: rgb(121,109,187); }
H1.HeaderClassName
{
color: #796DBB;
}
.AnyTagClassName
{
color: #796DBB;
}
</style>
background-color css
<style>
a { background-color: #796DBB; }
a { background-color: rgb(121,109,187); }
div.DivClassName
{
background-color: #796DBB;
}
.BgClassName
{
background-color: #796DBB;
}
</style>
border-color css
<style>
span { border-color: #796DBB; }
span { border-color: rgb(121,109,187); }
td.TdClassName
{
border-color: #796DBB;
}
.TagClassName
{
border-color: #796DBB;
}
</style>