Shades of Moody Blue #786DCD
Tints of Moody Blue #786DCD
RGB
CMYK
RGB Variations
Color information
#786DCD (or 0x786DCD) is known color: Moody Blue. HEX triplet: 78, 6D and CD. RGB value is (120,109,205). Sum of RGB (Red+Green+Blue) = 120+109+205=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #786DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DCD is #879232. Grayscale: #7A7A7A. Windows color (decimal): -8884787 or 13462904. OLE color: 13462904.
HSL color Cylindrical-coordinate representation of color #786DCD: hue angle of 246.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #786DCD is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 109 | 205 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.20 |
| HSL | 246.88º | 0.49% | 0.62% | - |
| HSV(B) | 246.88º | 0.47% | 0.8% | - |
| XYZ | 24.23 | 19.34 | 60.21 | - |
| YUV | 123.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 205 | 0.41 | 0.47 | 0 | 0.20 | 246.88 | 0.49 | 0.62 |
| Hex | 78 | 6D | CD | 29 | 2F | 0 | 14 | F7 | 31 | 3E |
| Octal | 170 | 155 | 315 | 51 | 57 | 0 | 24 | 367 | 61 | 76 |
| Binary | 1111000 | 1101101 | 11001101 | 101001 | 101111 | 0 | 10100 | 11110111 | 110001 | 111110 |
Color Harmonies of #786DCD
Complementary color
Monochromatic Colors of #786DCD
Black with #786DCD
Text Example
Text Example
White with #786DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DCD; }
p { color: rgb(120,109,205); }
H1.HeaderClassName
{
color: #786DCD;
}
.AnyTagClassName
{
color: #786DCD;
}
</style>
background-color css
<style>
a { background-color: #786DCD; }
a { background-color: rgb(120,109,205); }
div.DivClassName
{
background-color: #786DCD;
}
.BgClassName
{
background-color: #786DCD;
}
</style>
border-color css
<style>
span { border-color: #786DCD; }
span { border-color: rgb(120,109,205); }
td.TdClassName
{
border-color: #786DCD;
}
.TagClassName
{
border-color: #786DCD;
}
</style>