Shades of Moody Blue #7E79BD
Tints of Moody Blue #7E79BD
RGB
CMYK
RGB Variations
Color information
#7E79BD (or 0x7E79BD) is known color: Moody Blue. HEX triplet: 7E, 79 and BD. RGB value is (126,121,189). Sum of RGB (Red+Green+Blue) = 126+121+189=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E79BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E79BD is #818642. Grayscale: #818181. Windows color (decimal): -8488515 or 12417406. OLE color: 12417406.
HSL color Cylindrical-coordinate representation of color #7E79BD: hue angle of 244.41º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E79BD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 121 | 189 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.26 |
| HSL | 244.41º | 0.34% | 0.61% | - |
| HSV(B) | 244.41º | 0.36% | 0.74% | - |
| XYZ | 24.63 | 21.78 | 51.05 | - |
| YUV | 130.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 189 | 0.33 | 0.36 | 0 | 0.26 | 244.41 | 0.34 | 0.61 |
| Hex | 7E | 79 | BD | 21 | 24 | 0 | 1A | F4 | 22 | 3D |
| Octal | 176 | 171 | 275 | 41 | 44 | 0 | 32 | 364 | 42 | 75 |
| Binary | 1111110 | 1111001 | 10111101 | 100001 | 100100 | 0 | 11010 | 11110100 | 100010 | 111101 |
Color Harmonies of #7E79BD
Complementary color
Monochromatic Colors of #7E79BD
Black with #7E79BD
Text Example
Text Example
White with #7E79BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E79BD; }
p { color: rgb(126,121,189); }
H1.HeaderClassName
{
color: #7E79BD;
}
.AnyTagClassName
{
color: #7E79BD;
}
</style>
background-color css
<style>
a { background-color: #7E79BD; }
a { background-color: rgb(126,121,189); }
div.DivClassName
{
background-color: #7E79BD;
}
.BgClassName
{
background-color: #7E79BD;
}
</style>
border-color css
<style>
span { border-color: #7E79BD; }
span { border-color: rgb(126,121,189); }
td.TdClassName
{
border-color: #7E79BD;
}
.TagClassName
{
border-color: #7E79BD;
}
</style>