Shades of Moody Blue #786DD6
Tints of Moody Blue #786DD6
RGB
CMYK
RGB Variations
Color information
#786DD6 (or 0x786DD6) is known color: Moody Blue. HEX triplet: 78, 6D and D6. RGB value is (120,109,214). Sum of RGB (Red+Green+Blue) = 120+109+214=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #786DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DD6 is #879229. Grayscale: #7B7B7B. Windows color (decimal): -8884778 or 14052728. OLE color: 14052728.
HSL color Cylindrical-coordinate representation of color #786DD6: hue angle of 246.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #786DD6 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 109 | 214 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.16 |
| HSL | 246.29º | 0.56% | 0.63% | - |
| HSV(B) | 246.29º | 0.49% | 0.84% | - |
| XYZ | 25.35 | 19.79 | 66.1 | - |
| YUV | 124.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 214 | 0.44 | 0.49 | 0 | 0.16 | 246.29 | 0.56 | 0.63 |
| Hex | 78 | 6D | D6 | 2C | 31 | 0 | 10 | F6 | 38 | 3F |
| Octal | 170 | 155 | 326 | 54 | 61 | 0 | 20 | 366 | 70 | 77 |
| Binary | 1111000 | 1101101 | 11010110 | 101100 | 110001 | 0 | 10000 | 11110110 | 111000 | 111111 |
Color Harmonies of #786DD6
Complementary color
Monochromatic Colors of #786DD6
Black with #786DD6
Text Example
Text Example
White with #786DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DD6; }
p { color: rgb(120,109,214); }
H1.HeaderClassName
{
color: #786DD6;
}
.AnyTagClassName
{
color: #786DD6;
}
</style>
background-color css
<style>
a { background-color: #786DD6; }
a { background-color: rgb(120,109,214); }
div.DivClassName
{
background-color: #786DD6;
}
.BgClassName
{
background-color: #786DD6;
}
</style>
border-color css
<style>
span { border-color: #786DD6; }
span { border-color: rgb(120,109,214); }
td.TdClassName
{
border-color: #786DD6;
}
.TagClassName
{
border-color: #786DD6;
}
</style>