Shades of Moody Blue #786DCC
Tints of Moody Blue #786DCC
RGB
CMYK
RGB Variations
Color information
#786DCC (or 0x786DCC) is known color: Moody Blue. HEX triplet: 78, 6D and CC. RGB value is (120,109,204). Sum of RGB (Red+Green+Blue) = 120+109+204=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #786DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DCC is #879233. Grayscale: #7A7A7A. Windows color (decimal): -8884788 or 13397368. OLE color: 13397368.
HSL color Cylindrical-coordinate representation of color #786DCC: hue angle of 246.95º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #786DCC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 109 | 204 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.2 |
| HSL | 246.95º | 0.48% | 0.61% | - |
| HSV(B) | 246.95º | 0.47% | 0.8% | - |
| XYZ | 24.11 | 19.29 | 59.58 | - |
| YUV | 123.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 204 | 0.41 | 0.47 | 0 | 0.2 | 246.95 | 0.48 | 0.61 |
| Hex | 78 | 6D | CC | 29 | 2F | 0 | 14 | F7 | 30 | 3D |
| Octal | 170 | 155 | 314 | 51 | 57 | 0 | 24 | 367 | 60 | 75 |
| Binary | 1111000 | 1101101 | 11001100 | 101001 | 101111 | 0 | 10100 | 11110111 | 110000 | 111101 |
Color Harmonies of #786DCC
Complementary color
Monochromatic Colors of #786DCC
Black with #786DCC
Text Example
Text Example
White with #786DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DCC; }
p { color: rgb(120,109,204); }
H1.HeaderClassName
{
color: #786DCC;
}
.AnyTagClassName
{
color: #786DCC;
}
</style>
background-color css
<style>
a { background-color: #786DCC; }
a { background-color: rgb(120,109,204); }
div.DivClassName
{
background-color: #786DCC;
}
.BgClassName
{
background-color: #786DCC;
}
</style>
border-color css
<style>
span { border-color: #786DCC; }
span { border-color: rgb(120,109,204); }
td.TdClassName
{
border-color: #786DCC;
}
.TagClassName
{
border-color: #786DCC;
}
</style>