Shades of Moody Blue #786EC1
Tints of Moody Blue #786EC1
RGB
CMYK
RGB Variations
Color information
#786EC1 (or 0x786EC1) is known color: Moody Blue. HEX triplet: 78, 6E and C1. RGB value is (120,110,193). Sum of RGB (Red+Green+Blue) = 120+110+193=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #786EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EC1 is #87913E. Grayscale: #7A7A7A. Windows color (decimal): -8884543 or 12676728. OLE color: 12676728.
HSL color Cylindrical-coordinate representation of color #786EC1: hue angle of 247.23º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786EC1 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 110 | 193 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.24 |
| HSL | 247.23º | 0.4% | 0.59% | - |
| HSV(B) | 247.23º | 0.43% | 0.76% | - |
| XYZ | 22.95 | 19 | 52.91 | - |
| YUV | 122.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 193 | 0.38 | 0.43 | 0 | 0.24 | 247.23 | 0.4 | 0.59 |
| Hex | 78 | 6E | C1 | 26 | 2B | 0 | 18 | F7 | 28 | 3B |
| Octal | 170 | 156 | 301 | 46 | 53 | 0 | 30 | 367 | 50 | 73 |
| Binary | 1111000 | 1101110 | 11000001 | 100110 | 101011 | 0 | 11000 | 11110111 | 101000 | 111011 |
Color Harmonies of #786EC1
Complementary color
Monochromatic Colors of #786EC1
Black with #786EC1
Text Example
Text Example
White with #786EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786EC1; }
p { color: rgb(120,110,193); }
H1.HeaderClassName
{
color: #786EC1;
}
.AnyTagClassName
{
color: #786EC1;
}
</style>
background-color css
<style>
a { background-color: #786EC1; }
a { background-color: rgb(120,110,193); }
div.DivClassName
{
background-color: #786EC1;
}
.BgClassName
{
background-color: #786EC1;
}
</style>
border-color css
<style>
span { border-color: #786EC1; }
span { border-color: rgb(120,110,193); }
td.TdClassName
{
border-color: #786EC1;
}
.TagClassName
{
border-color: #786EC1;
}
</style>