Shades of Moody Blue #786CC0
Tints of Moody Blue #786CC0
RGB
CMYK
RGB Variations
Color information
#786CC0 (or 0x786CC0) is known color: Moody Blue. HEX triplet: 78, 6C and C0. RGB value is (120,108,192). Sum of RGB (Red+Green+Blue) = 120+108+192=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #786CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CC0 is #87933F. Grayscale: #787878. Windows color (decimal): -8885056 or 12610680. OLE color: 12610680.
HSL color Cylindrical-coordinate representation of color #786CC0: hue angle of 248.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #786CC0 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 108 | 192 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.25 |
| HSL | 248.57º | 0.4% | 0.59% | - |
| HSV(B) | 248.57º | 0.44% | 0.75% | - |
| XYZ | 22.62 | 18.52 | 52.25 | - |
| YUV | 121.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 192 | 0.38 | 0.44 | 0 | 0.25 | 248.57 | 0.4 | 0.59 |
| Hex | 78 | 6C | C0 | 26 | 2C | 0 | 19 | F9 | 28 | 3B |
| Octal | 170 | 154 | 300 | 46 | 54 | 0 | 31 | 371 | 50 | 73 |
| Binary | 1111000 | 1101100 | 11000000 | 100110 | 101100 | 0 | 11001 | 11111001 | 101000 | 111011 |
Color Harmonies of #786CC0
Complementary color
Monochromatic Colors of #786CC0
Black with #786CC0
Text Example
Text Example
White with #786CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CC0; }
p { color: rgb(120,108,192); }
H1.HeaderClassName
{
color: #786CC0;
}
.AnyTagClassName
{
color: #786CC0;
}
</style>
background-color css
<style>
a { background-color: #786CC0; }
a { background-color: rgb(120,108,192); }
div.DivClassName
{
background-color: #786CC0;
}
.BgClassName
{
background-color: #786CC0;
}
</style>
border-color css
<style>
span { border-color: #786CC0; }
span { border-color: rgb(120,108,192); }
td.TdClassName
{
border-color: #786CC0;
}
.TagClassName
{
border-color: #786CC0;
}
</style>