Shades of Moody Blue #7E78BC
Tints of Moody Blue #7E78BC
RGB
CMYK
RGB Variations
Color information
#7E78BC (or 0x7E78BC) is known color: Moody Blue. HEX triplet: 7E, 78 and BC. RGB value is (126,120,188). Sum of RGB (Red+Green+Blue) = 126+120+188=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E78BC is #818743. Grayscale: #818181. Windows color (decimal): -8488772 or 12351614. OLE color: 12351614.
HSL color Cylindrical-coordinate representation of color #7E78BC: hue angle of 245.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E78BC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 120 | 188 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.26 |
| HSL | 245.29º | 0.34% | 0.6% | - |
| HSV(B) | 245.29º | 0.36% | 0.74% | - |
| XYZ | 24.4 | 21.5 | 50.44 | - |
| YUV | 129.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 188 | 0.33 | 0.36 | 0 | 0.26 | 245.29 | 0.34 | 0.6 |
| Hex | 7E | 78 | BC | 21 | 24 | 0 | 1A | F5 | 22 | 3C |
| Octal | 176 | 170 | 274 | 41 | 44 | 0 | 32 | 365 | 42 | 74 |
| Binary | 1111110 | 1111000 | 10111100 | 100001 | 100100 | 0 | 11010 | 11110101 | 100010 | 111100 |
Color Harmonies of #7E78BC
Complementary color
Monochromatic Colors of #7E78BC
Black with #7E78BC
Text Example
Text Example
White with #7E78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E78BC; }
p { color: rgb(126,120,188); }
H1.HeaderClassName
{
color: #7E78BC;
}
.AnyTagClassName
{
color: #7E78BC;
}
</style>
background-color css
<style>
a { background-color: #7E78BC; }
a { background-color: rgb(126,120,188); }
div.DivClassName
{
background-color: #7E78BC;
}
.BgClassName
{
background-color: #7E78BC;
}
</style>
border-color css
<style>
span { border-color: #7E78BC; }
span { border-color: rgb(126,120,188); }
td.TdClassName
{
border-color: #7E78BC;
}
.TagClassName
{
border-color: #7E78BC;
}
</style>