Shades of Moody Blue #786DBB
Tints of Moody Blue #786DBB
RGB
CMYK
RGB Variations
Color information
#786DBB (or 0x786DBB) is known color: Moody Blue. HEX triplet: 78, 6D and BB. RGB value is (120,109,187). Sum of RGB (Red+Green+Blue) = 120+109+187=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 109 (42.97% from 255 or 26.20% 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 #786DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DBB is #879244. Grayscale: #787878. Windows color (decimal): -8884805 or 12283256. OLE color: 12283256.
HSL color Cylindrical-coordinate representation of color #786DBB: hue angle of 248.46º degrees, saturation: 0.36, 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 #786DBB is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 109 | 187 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.27 |
| HSL | 248.46º | 0.36% | 0.58% | - |
| HSV(B) | 248.46º | 0.42% | 0.73% | - |
| XYZ | 22.18 | 18.52 | 49.42 | - |
| YUV | 121.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 187 | 0.36 | 0.42 | 0 | 0.27 | 248.46 | 0.36 | 0.58 |
| Hex | 78 | 6D | BB | 24 | 2A | 0 | 1B | F8 | 24 | 3A |
| Octal | 170 | 155 | 273 | 44 | 52 | 0 | 33 | 370 | 44 | 72 |
| Binary | 1111000 | 1101101 | 10111011 | 100100 | 101010 | 0 | 11011 | 11111000 | 100100 | 111010 |
Color Harmonies of #786DBB
Complementary color
Monochromatic Colors of #786DBB
Black with #786DBB
Text Example
Text Example
White with #786DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DBB; }
p { color: rgb(120,109,187); }
H1.HeaderClassName
{
color: #786DBB;
}
.AnyTagClassName
{
color: #786DBB;
}
</style>
background-color css
<style>
a { background-color: #786DBB; }
a { background-color: rgb(120,109,187); }
div.DivClassName
{
background-color: #786DBB;
}
.BgClassName
{
background-color: #786DBB;
}
</style>
border-color css
<style>
span { border-color: #786DBB; }
span { border-color: rgb(120,109,187); }
td.TdClassName
{
border-color: #786DBB;
}
.TagClassName
{
border-color: #786DBB;
}
</style>