Shades of Moody Blue #786ECD
Tints of Moody Blue #786ECD
RGB
CMYK
RGB Variations
Color information
#786ECD (or 0x786ECD) is known color: Moody Blue. HEX triplet: 78, 6E and CD. RGB value is (120,110,205). Sum of RGB (Red+Green+Blue) = 120+110+205=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #786ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ECD is #879132. Grayscale: #7B7B7B. Windows color (decimal): -8884531 or 13463160. OLE color: 13463160.
HSL color Cylindrical-coordinate representation of color #786ECD: hue angle of 246.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #786ECD is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 110 | 205 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.20 |
| HSL | 246.32º | 0.49% | 0.62% | - |
| HSV(B) | 246.32º | 0.46% | 0.8% | - |
| XYZ | 24.34 | 19.55 | 60.25 | - |
| YUV | 123.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 205 | 0.41 | 0.46 | 0 | 0.20 | 246.32 | 0.49 | 0.62 |
| Hex | 78 | 6E | CD | 29 | 2E | 0 | 14 | F6 | 31 | 3E |
| Octal | 170 | 156 | 315 | 51 | 56 | 0 | 24 | 366 | 61 | 76 |
| Binary | 1111000 | 1101110 | 11001101 | 101001 | 101110 | 0 | 10100 | 11110110 | 110001 | 111110 |
Color Harmonies of #786ECD
Complementary color
Monochromatic Colors of #786ECD
Black with #786ECD
Text Example
Text Example
White with #786ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ECD; }
p { color: rgb(120,110,205); }
H1.HeaderClassName
{
color: #786ECD;
}
.AnyTagClassName
{
color: #786ECD;
}
</style>
background-color css
<style>
a { background-color: #786ECD; }
a { background-color: rgb(120,110,205); }
div.DivClassName
{
background-color: #786ECD;
}
.BgClassName
{
background-color: #786ECD;
}
</style>
border-color css
<style>
span { border-color: #786ECD; }
span { border-color: rgb(120,110,205); }
td.TdClassName
{
border-color: #786ECD;
}
.TagClassName
{
border-color: #786ECD;
}
</style>