Shades of Moody Blue #786DB6
Tints of Moody Blue #786DB6
RGB
CMYK
RGB Variations
Color information
#786DB6 (or 0x786DB6) is known color: Moody Blue. HEX triplet: 78, 6D and B6. RGB value is (120,109,182). Sum of RGB (Red+Green+Blue) = 120+109+182=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #786DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DB6 is #879249. Grayscale: #787878. Windows color (decimal): -8884810 or 11955576. OLE color: 11955576.
HSL color Cylindrical-coordinate representation of color #786DB6: hue angle of 249.04º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #786DB6 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 109 | 182 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.29 |
| HSL | 249.04º | 0.33% | 0.57% | - |
| HSV(B) | 249.04º | 0.4% | 0.71% | - |
| XYZ | 21.66 | 18.31 | 46.65 | - |
| YUV | 120.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 182 | 0.34 | 0.40 | 0 | 0.29 | 249.04 | 0.33 | 0.57 |
| Hex | 78 | 6D | B6 | 22 | 28 | 0 | 1D | F9 | 21 | 39 |
| Octal | 170 | 155 | 266 | 42 | 50 | 0 | 35 | 371 | 41 | 71 |
| Binary | 1111000 | 1101101 | 10110110 | 100010 | 101000 | 0 | 11101 | 11111001 | 100001 | 111001 |
Color Harmonies of #786DB6
Complementary color
Monochromatic Colors of #786DB6
Black with #786DB6
Text Example
Text Example
White with #786DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DB6; }
p { color: rgb(120,109,182); }
H1.HeaderClassName
{
color: #786DB6;
}
.AnyTagClassName
{
color: #786DB6;
}
</style>
background-color css
<style>
a { background-color: #786DB6; }
a { background-color: rgb(120,109,182); }
div.DivClassName
{
background-color: #786DB6;
}
.BgClassName
{
background-color: #786DB6;
}
</style>
border-color css
<style>
span { border-color: #786DB6; }
span { border-color: rgb(120,109,182); }
td.TdClassName
{
border-color: #786DB6;
}
.TagClassName
{
border-color: #786DB6;
}
</style>