Shades of Moody Blue #7E71BC
Tints of Moody Blue #7E71BC
RGB
CMYK
RGB Variations
Color information
#7E71BC (or 0x7E71BC) is known color: Moody Blue. HEX triplet: 7E, 71 and BC. RGB value is (126,113,188). Sum of RGB (Red+Green+Blue) = 126+113+188=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E71BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E71BC is #818E43. Grayscale: #7D7D7D. Windows color (decimal): -8490564 or 12349822. OLE color: 12349822.
HSL color Cylindrical-coordinate representation of color #7E71BC: hue angle of 250.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E71BC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 113 | 188 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.26 |
| HSL | 250.4º | 0.36% | 0.59% | - |
| HSV(B) | 250.4º | 0.4% | 0.74% | - |
| XYZ | 23.59 | 19.88 | 50.17 | - |
| YUV | 125.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 188 | 0.33 | 0.40 | 0 | 0.26 | 250.4 | 0.36 | 0.59 |
| Hex | 7E | 71 | BC | 21 | 28 | 0 | 1A | FA | 24 | 3B |
| Octal | 176 | 161 | 274 | 41 | 50 | 0 | 32 | 372 | 44 | 73 |
| Binary | 1111110 | 1110001 | 10111100 | 100001 | 101000 | 0 | 11010 | 11111010 | 100100 | 111011 |
Color Harmonies of #7E71BC
Complementary color
Monochromatic Colors of #7E71BC
Black with #7E71BC
Text Example
Text Example
White with #7E71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E71BC; }
p { color: rgb(126,113,188); }
H1.HeaderClassName
{
color: #7E71BC;
}
.AnyTagClassName
{
color: #7E71BC;
}
</style>
background-color css
<style>
a { background-color: #7E71BC; }
a { background-color: rgb(126,113,188); }
div.DivClassName
{
background-color: #7E71BC;
}
.BgClassName
{
background-color: #7E71BC;
}
</style>
border-color css
<style>
span { border-color: #7E71BC; }
span { border-color: rgb(126,113,188); }
td.TdClassName
{
border-color: #7E71BC;
}
.TagClassName
{
border-color: #7E71BC;
}
</style>