Shades of Moody Blue #796CBB
Tints of Moody Blue #796CBB
RGB
CMYK
RGB Variations
Color information
#796CBB (or 0x796CBB) is known color: Moody Blue. HEX triplet: 79, 6C and BB. RGB value is (121,108,187). Sum of RGB (Red+Green+Blue) = 121+108+187=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #796CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CBB is #869344. Grayscale: #787878. Windows color (decimal): -8819525 or 12283001. OLE color: 12283001.
HSL color Cylindrical-coordinate representation of color #796CBB: hue angle of 249.87º degrees, saturation: 0.37, 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 #796CBB is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 108 | 187 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.27 |
| HSL | 249.87º | 0.37% | 0.58% | - |
| HSV(B) | 249.87º | 0.42% | 0.73% | - |
| XYZ | 22.22 | 18.38 | 49.39 | - |
| YUV | 120.89 | 165.31 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 187 | 0.35 | 0.42 | 0 | 0.27 | 249.87 | 0.37 | 0.58 |
| Hex | 79 | 6C | BB | 23 | 2A | 0 | 1B | FA | 25 | 3A |
| Octal | 171 | 154 | 273 | 43 | 52 | 0 | 33 | 372 | 45 | 72 |
| Binary | 1111001 | 1101100 | 10111011 | 100011 | 101010 | 0 | 11011 | 11111010 | 100101 | 111010 |
Color Harmonies of #796CBB
Complementary color
Monochromatic Colors of #796CBB
Black with #796CBB
Text Example
Text Example
White with #796CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796CBB; }
p { color: rgb(121,108,187); }
H1.HeaderClassName
{
color: #796CBB;
}
.AnyTagClassName
{
color: #796CBB;
}
</style>
background-color css
<style>
a { background-color: #796CBB; }
a { background-color: rgb(121,108,187); }
div.DivClassName
{
background-color: #796CBB;
}
.BgClassName
{
background-color: #796CBB;
}
</style>
border-color css
<style>
span { border-color: #796CBB; }
span { border-color: rgb(121,108,187); }
td.TdClassName
{
border-color: #796CBB;
}
.TagClassName
{
border-color: #796CBB;
}
</style>