Shades of Moody Blue #796BBB
Tints of Moody Blue #796BBB
RGB
CMYK
RGB Variations
Color information
#796BBB (or 0x796BBB) is known color: Moody Blue. HEX triplet: 79, 6B and BB. RGB value is (121,107,187). Sum of RGB (Red+Green+Blue) = 121+107+187=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #796BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BBB is #869444. Grayscale: #787878. Windows color (decimal): -8819781 or 12282745. OLE color: 12282745.
HSL color Cylindrical-coordinate representation of color #796BBB: hue angle of 250.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #796BBB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 107 | 187 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.27 |
| HSL | 250.5º | 0.37% | 0.58% | - |
| HSV(B) | 250.5º | 0.43% | 0.73% | - |
| XYZ | 22.11 | 18.17 | 49.36 | - |
| YUV | 120.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 187 | 0.35 | 0.43 | 0 | 0.27 | 250.5 | 0.37 | 0.58 |
| Hex | 79 | 6B | BB | 23 | 2B | 0 | 1B | FB | 25 | 3A |
| Octal | 171 | 153 | 273 | 43 | 53 | 0 | 33 | 373 | 45 | 72 |
| Binary | 1111001 | 1101011 | 10111011 | 100011 | 101011 | 0 | 11011 | 11111011 | 100101 | 111010 |
Color Harmonies of #796BBB
Complementary color
Monochromatic Colors of #796BBB
Black with #796BBB
Text Example
Text Example
White with #796BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796BBB; }
p { color: rgb(121,107,187); }
H1.HeaderClassName
{
color: #796BBB;
}
.AnyTagClassName
{
color: #796BBB;
}
</style>
background-color css
<style>
a { background-color: #796BBB; }
a { background-color: rgb(121,107,187); }
div.DivClassName
{
background-color: #796BBB;
}
.BgClassName
{
background-color: #796BBB;
}
</style>
border-color css
<style>
span { border-color: #796BBB; }
span { border-color: rgb(121,107,187); }
td.TdClassName
{
border-color: #796BBB;
}
.TagClassName
{
border-color: #796BBB;
}
</style>