Shades of Moody Blue #786DBD
Tints of Moody Blue #786DBD
RGB
CMYK
RGB Variations
Color information
#786DBD (or 0x786DBD) is known color: Moody Blue. HEX triplet: 78, 6D and BD. RGB value is (120,109,189). Sum of RGB (Red+Green+Blue) = 120+109+189=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #786DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DBD is #879242. Grayscale: #797979. Windows color (decimal): -8884803 or 12414328. OLE color: 12414328.
HSL color Cylindrical-coordinate representation of color #786DBD: hue angle of 248.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #786DBD is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 109 | 189 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.26 |
| HSL | 248.25º | 0.38% | 0.58% | - |
| HSV(B) | 248.25º | 0.42% | 0.74% | - |
| XYZ | 22.4 | 18.6 | 50.55 | - |
| YUV | 121.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 189 | 0.37 | 0.42 | 0 | 0.26 | 248.25 | 0.38 | 0.58 |
| Hex | 78 | 6D | BD | 25 | 2A | 0 | 1A | F8 | 26 | 3A |
| Octal | 170 | 155 | 275 | 45 | 52 | 0 | 32 | 370 | 46 | 72 |
| Binary | 1111000 | 1101101 | 10111101 | 100101 | 101010 | 0 | 11010 | 11111000 | 100110 | 111010 |
Color Harmonies of #786DBD
Complementary color
Monochromatic Colors of #786DBD
Black with #786DBD
Text Example
Text Example
White with #786DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DBD; }
p { color: rgb(120,109,189); }
H1.HeaderClassName
{
color: #786DBD;
}
.AnyTagClassName
{
color: #786DBD;
}
</style>
background-color css
<style>
a { background-color: #786DBD; }
a { background-color: rgb(120,109,189); }
div.DivClassName
{
background-color: #786DBD;
}
.BgClassName
{
background-color: #786DBD;
}
</style>
border-color css
<style>
span { border-color: #786DBD; }
span { border-color: rgb(120,109,189); }
td.TdClassName
{
border-color: #786DBD;
}
.TagClassName
{
border-color: #786DBD;
}
</style>