Shades of Moody Blue #786DC0
Tints of Moody Blue #786DC0
RGB
CMYK
RGB Variations
Color information
#786DC0 (or 0x786DC0) is known color: Moody Blue. HEX triplet: 78, 6D and C0. RGB value is (120,109,192). Sum of RGB (Red+Green+Blue) = 120+109+192=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #786DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DC0 is #87923F. Grayscale: #797979. Windows color (decimal): -8884800 or 12610936. OLE color: 12610936.
HSL color Cylindrical-coordinate representation of color #786DC0: hue angle of 247.95º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786DC0 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 109 | 192 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.25 |
| HSL | 247.95º | 0.4% | 0.59% | - |
| HSV(B) | 247.95º | 0.43% | 0.75% | - |
| XYZ | 22.73 | 18.74 | 52.29 | - |
| YUV | 121.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 192 | 0.38 | 0.43 | 0 | 0.25 | 247.95 | 0.4 | 0.59 |
| Hex | 78 | 6D | C0 | 26 | 2B | 0 | 19 | F8 | 28 | 3B |
| Octal | 170 | 155 | 300 | 46 | 53 | 0 | 31 | 370 | 50 | 73 |
| Binary | 1111000 | 1101101 | 11000000 | 100110 | 101011 | 0 | 11001 | 11111000 | 101000 | 111011 |
Color Harmonies of #786DC0
Complementary color
Monochromatic Colors of #786DC0
Black with #786DC0
Text Example
Text Example
White with #786DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DC0; }
p { color: rgb(120,109,192); }
H1.HeaderClassName
{
color: #786DC0;
}
.AnyTagClassName
{
color: #786DC0;
}
</style>
background-color css
<style>
a { background-color: #786DC0; }
a { background-color: rgb(120,109,192); }
div.DivClassName
{
background-color: #786DC0;
}
.BgClassName
{
background-color: #786DC0;
}
</style>
border-color css
<style>
span { border-color: #786DC0; }
span { border-color: rgb(120,109,192); }
td.TdClassName
{
border-color: #786DC0;
}
.TagClassName
{
border-color: #786DC0;
}
</style>