Shades of Moody Blue #786ED0
Tints of Moody Blue #786ED0
RGB
CMYK
RGB Variations
Color information
#786ED0 (or 0x786ED0) is known color: Moody Blue. HEX triplet: 78, 6E and D0. RGB value is (120,110,208). Sum of RGB (Red+Green+Blue) = 120+110+208=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #786ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ED0 is #87912F. Grayscale: #7B7B7B. Windows color (decimal): -8884528 or 13659768. OLE color: 13659768.
HSL color Cylindrical-coordinate representation of color #786ED0: hue angle of 246.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #786ED0 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 110 | 208 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.18 |
| HSL | 246.12º | 0.51% | 0.62% | - |
| HSV(B) | 246.12º | 0.47% | 0.82% | - |
| XYZ | 24.71 | 19.7 | 62.17 | - |
| YUV | 124.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 208 | 0.42 | 0.47 | 0 | 0.18 | 246.12 | 0.51 | 0.62 |
| Hex | 78 | 6E | D0 | 2A | 2F | 0 | 12 | F6 | 33 | 3E |
| Octal | 170 | 156 | 320 | 52 | 57 | 0 | 22 | 366 | 63 | 76 |
| Binary | 1111000 | 1101110 | 11010000 | 101010 | 101111 | 0 | 10010 | 11110110 | 110011 | 111110 |
Color Harmonies of #786ED0
Complementary color
Monochromatic Colors of #786ED0
Black with #786ED0
Text Example
Text Example
White with #786ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ED0; }
p { color: rgb(120,110,208); }
H1.HeaderClassName
{
color: #786ED0;
}
.AnyTagClassName
{
color: #786ED0;
}
</style>
background-color css
<style>
a { background-color: #786ED0; }
a { background-color: rgb(120,110,208); }
div.DivClassName
{
background-color: #786ED0;
}
.BgClassName
{
background-color: #786ED0;
}
</style>
border-color css
<style>
span { border-color: #786ED0; }
span { border-color: rgb(120,110,208); }
td.TdClassName
{
border-color: #786ED0;
}
.TagClassName
{
border-color: #786ED0;
}
</style>