Shades of Moody Blue #7E78BD
Tints of Moody Blue #7E78BD
RGB
CMYK
RGB Variations
Color information
#7E78BD (or 0x7E78BD) is known color: Moody Blue. HEX triplet: 7E, 78 and BD. RGB value is (126,120,189). Sum of RGB (Red+Green+Blue) = 126+120+189=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E78BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E78BD is #818742. Grayscale: #818181. Windows color (decimal): -8488771 or 12417150. OLE color: 12417150.
HSL color Cylindrical-coordinate representation of color #7E78BD: hue angle of 245.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E78BD is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 120 | 189 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.26 |
| HSL | 245.22º | 0.34% | 0.61% | - |
| HSV(B) | 245.22º | 0.37% | 0.74% | - |
| XYZ | 24.51 | 21.54 | 51.01 | - |
| YUV | 129.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 189 | 0.33 | 0.37 | 0 | 0.26 | 245.22 | 0.34 | 0.61 |
| Hex | 7E | 78 | BD | 21 | 25 | 0 | 1A | F5 | 22 | 3D |
| Octal | 176 | 170 | 275 | 41 | 45 | 0 | 32 | 365 | 42 | 75 |
| Binary | 1111110 | 1111000 | 10111101 | 100001 | 100101 | 0 | 11010 | 11110101 | 100010 | 111101 |
Color Harmonies of #7E78BD
Complementary color
Monochromatic Colors of #7E78BD
Black with #7E78BD
Text Example
Text Example
White with #7E78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E78BD; }
p { color: rgb(126,120,189); }
H1.HeaderClassName
{
color: #7E78BD;
}
.AnyTagClassName
{
color: #7E78BD;
}
</style>
background-color css
<style>
a { background-color: #7E78BD; }
a { background-color: rgb(126,120,189); }
div.DivClassName
{
background-color: #7E78BD;
}
.BgClassName
{
background-color: #7E78BD;
}
</style>
border-color css
<style>
span { border-color: #7E78BD; }
span { border-color: rgb(126,120,189); }
td.TdClassName
{
border-color: #7E78BD;
}
.TagClassName
{
border-color: #7E78BD;
}
</style>