Shades of Moody Blue #786EC3
Tints of Moody Blue #786EC3
RGB
CMYK
RGB Variations
Color information
#786EC3 (or 0x786EC3) is known color: Moody Blue. HEX triplet: 78, 6E and C3. RGB value is (120,110,195). Sum of RGB (Red+Green+Blue) = 120+110+195=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #786EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EC3 is #87913C. Grayscale: #7A7A7A. Windows color (decimal): -8884541 or 12807800. OLE color: 12807800.
HSL color Cylindrical-coordinate representation of color #786EC3: hue angle of 247.06º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #786EC3 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 110 | 195 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.24 |
| HSL | 247.06º | 0.41% | 0.6% | - |
| HSV(B) | 247.06º | 0.44% | 0.76% | - |
| XYZ | 23.17 | 19.09 | 54.09 | - |
| YUV | 122.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 195 | 0.38 | 0.44 | 0 | 0.24 | 247.06 | 0.41 | 0.6 |
| Hex | 78 | 6E | C3 | 26 | 2C | 0 | 18 | F7 | 29 | 3C |
| Octal | 170 | 156 | 303 | 46 | 54 | 0 | 30 | 367 | 51 | 74 |
| Binary | 1111000 | 1101110 | 11000011 | 100110 | 101100 | 0 | 11000 | 11110111 | 101001 | 111100 |
Color Harmonies of #786EC3
Complementary color
Monochromatic Colors of #786EC3
Black with #786EC3
Text Example
Text Example
White with #786EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786EC3; }
p { color: rgb(120,110,195); }
H1.HeaderClassName
{
color: #786EC3;
}
.AnyTagClassName
{
color: #786EC3;
}
</style>
background-color css
<style>
a { background-color: #786EC3; }
a { background-color: rgb(120,110,195); }
div.DivClassName
{
background-color: #786EC3;
}
.BgClassName
{
background-color: #786EC3;
}
</style>
border-color css
<style>
span { border-color: #786EC3; }
span { border-color: rgb(120,110,195); }
td.TdClassName
{
border-color: #786EC3;
}
.TagClassName
{
border-color: #786EC3;
}
</style>