Shades of Moody Blue #786DC9
Tints of Moody Blue #786DC9
RGB
CMYK
RGB Variations
Color information
#786DC9 (or 0x786DC9) is known color: Moody Blue. HEX triplet: 78, 6D and C9. RGB value is (120,109,201). Sum of RGB (Red+Green+Blue) = 120+109+201=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #786DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DC9 is #879236. Grayscale: #7A7A7A. Windows color (decimal): -8884791 or 13200760. OLE color: 13200760.
HSL color Cylindrical-coordinate representation of color #786DC9: hue angle of 247.17º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #786DC9 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 109 | 201 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.21 |
| HSL | 247.17º | 0.46% | 0.61% | - |
| HSV(B) | 247.17º | 0.46% | 0.79% | - |
| XYZ | 23.76 | 19.15 | 57.7 | - |
| YUV | 122.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 201 | 0.40 | 0.46 | 0 | 0.21 | 247.17 | 0.46 | 0.61 |
| Hex | 78 | 6D | C9 | 28 | 2E | 0 | 15 | F7 | 2E | 3D |
| Octal | 170 | 155 | 311 | 50 | 56 | 0 | 25 | 367 | 56 | 75 |
| Binary | 1111000 | 1101101 | 11001001 | 101000 | 101110 | 0 | 10101 | 11110111 | 101110 | 111101 |
Color Harmonies of #786DC9
Complementary color
Monochromatic Colors of #786DC9
Black with #786DC9
Text Example
Text Example
White with #786DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DC9; }
p { color: rgb(120,109,201); }
H1.HeaderClassName
{
color: #786DC9;
}
.AnyTagClassName
{
color: #786DC9;
}
</style>
background-color css
<style>
a { background-color: #786DC9; }
a { background-color: rgb(120,109,201); }
div.DivClassName
{
background-color: #786DC9;
}
.BgClassName
{
background-color: #786DC9;
}
</style>
border-color css
<style>
span { border-color: #786DC9; }
span { border-color: rgb(120,109,201); }
td.TdClassName
{
border-color: #786DC9;
}
.TagClassName
{
border-color: #786DC9;
}
</style>