Shades of Moody Blue #786ECC
Tints of Moody Blue #786ECC
RGB
CMYK
RGB Variations
Color information
#786ECC (or 0x786ECC) is known color: Moody Blue. HEX triplet: 78, 6E and CC. RGB value is (120,110,204). Sum of RGB (Red+Green+Blue) = 120+110+204=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #786ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ECC is #879133. Grayscale: #7B7B7B. Windows color (decimal): -8884532 or 13397624. OLE color: 13397624.
HSL color Cylindrical-coordinate representation of color #786ECC: hue angle of 246.38º degrees, saturation: 0.48, 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 #786ECC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 110 | 204 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.2 |
| HSL | 246.38º | 0.48% | 0.62% | - |
| HSV(B) | 246.38º | 0.46% | 0.8% | - |
| XYZ | 24.22 | 19.5 | 59.61 | - |
| YUV | 123.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 204 | 0.41 | 0.46 | 0 | 0.2 | 246.38 | 0.48 | 0.62 |
| Hex | 78 | 6E | CC | 29 | 2E | 0 | 14 | F6 | 30 | 3E |
| Octal | 170 | 156 | 314 | 51 | 56 | 0 | 24 | 366 | 60 | 76 |
| Binary | 1111000 | 1101110 | 11001100 | 101001 | 101110 | 0 | 10100 | 11110110 | 110000 | 111110 |
Color Harmonies of #786ECC
Complementary color
Monochromatic Colors of #786ECC
Black with #786ECC
Text Example
Text Example
White with #786ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ECC; }
p { color: rgb(120,110,204); }
H1.HeaderClassName
{
color: #786ECC;
}
.AnyTagClassName
{
color: #786ECC;
}
</style>
background-color css
<style>
a { background-color: #786ECC; }
a { background-color: rgb(120,110,204); }
div.DivClassName
{
background-color: #786ECC;
}
.BgClassName
{
background-color: #786ECC;
}
</style>
border-color css
<style>
span { border-color: #786ECC; }
span { border-color: rgb(120,110,204); }
td.TdClassName
{
border-color: #786ECC;
}
.TagClassName
{
border-color: #786ECC;
}
</style>