Shades of Moody Blue #796FBA
Tints of Moody Blue #796FBA
RGB
CMYK
RGB Variations
Color information
#796FBA (or 0x796FBA) is known color: Moody Blue. HEX triplet: 79, 6F and BA. RGB value is (121,111,186). Sum of RGB (Red+Green+Blue) = 121+111+186=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #796FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FBA is #869045. Grayscale: #7A7A7A. Windows color (decimal): -8818758 or 12218233. OLE color: 12218233.
HSL color Cylindrical-coordinate representation of color #796FBA: hue angle of 248º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #796FBA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 111 | 186 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.27 |
| HSL | 248º | 0.35% | 0.58% | - |
| HSV(B) | 248º | 0.4% | 0.73% | - |
| XYZ | 22.43 | 18.98 | 48.94 | - |
| YUV | 122.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 186 | 0.35 | 0.40 | 0 | 0.27 | 248 | 0.35 | 0.58 |
| Hex | 79 | 6F | BA | 23 | 28 | 0 | 1B | F8 | 23 | 3A |
| Octal | 171 | 157 | 272 | 43 | 50 | 0 | 33 | 370 | 43 | 72 |
| Binary | 1111001 | 1101111 | 10111010 | 100011 | 101000 | 0 | 11011 | 11111000 | 100011 | 111010 |
Color Harmonies of #796FBA
Complementary color
Monochromatic Colors of #796FBA
Black with #796FBA
Text Example
Text Example
White with #796FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796FBA; }
p { color: rgb(121,111,186); }
H1.HeaderClassName
{
color: #796FBA;
}
.AnyTagClassName
{
color: #796FBA;
}
</style>
background-color css
<style>
a { background-color: #796FBA; }
a { background-color: rgb(121,111,186); }
div.DivClassName
{
background-color: #796FBA;
}
.BgClassName
{
background-color: #796FBA;
}
</style>
border-color css
<style>
span { border-color: #796FBA; }
span { border-color: rgb(121,111,186); }
td.TdClassName
{
border-color: #796FBA;
}
.TagClassName
{
border-color: #796FBA;
}
</style>