Shades of Moody Blue #787EDD
Tints of Moody Blue #787EDD
RGB
CMYK
RGB Variations
Color information
#787EDD (or 0x787EDD) is known color: Moody Blue. HEX triplet: 78, 7E and DD. RGB value is (120,126,221). Sum of RGB (Red+Green+Blue) = 120+126+221=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #787EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787EDD is #878122. Grayscale: #868686. Windows color (decimal): -8880419 or 14515832. OLE color: 14515832.
HSL color Cylindrical-coordinate representation of color #787EDD: hue angle of 236.44º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787EDD is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 126 | 221 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.13 |
| HSL | 236.44º | 0.6% | 0.67% | - |
| HSV(B) | 236.44º | 0.46% | 0.87% | - |
| XYZ | 28.26 | 24.14 | 71.58 | - |
| YUV | 135.04 | 176.51 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 221 | 0.46 | 0.43 | 0 | 0.13 | 236.44 | 0.6 | 0.67 |
| Hex | 78 | 7E | DD | 2E | 2B | 0 | D | EC | 3C | 43 |
| Octal | 170 | 176 | 335 | 56 | 53 | 0 | 15 | 354 | 74 | 103 |
| Binary | 1111000 | 1111110 | 11011101 | 101110 | 101011 | 0 | 1101 | 11101100 | 111100 | 1000011 |
Color Harmonies of #787EDD
Complementary color
Monochromatic Colors of #787EDD
Black with #787EDD
Text Example
Text Example
White with #787EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787EDD; }
p { color: rgb(120,126,221); }
H1.HeaderClassName
{
color: #787EDD;
}
.AnyTagClassName
{
color: #787EDD;
}
</style>
background-color css
<style>
a { background-color: #787EDD; }
a { background-color: rgb(120,126,221); }
div.DivClassName
{
background-color: #787EDD;
}
.BgClassName
{
background-color: #787EDD;
}
</style>
border-color css
<style>
span { border-color: #787EDD; }
span { border-color: rgb(120,126,221); }
td.TdClassName
{
border-color: #787EDD;
}
.TagClassName
{
border-color: #787EDD;
}
</style>