Shades of Moody Blue #7E76CA
Tints of Moody Blue #7E76CA
RGB
CMYK
RGB Variations
Color information
#7E76CA (or 0x7E76CA) is known color: Moody Blue. HEX triplet: 7E, 76 and CA. RGB value is (126,118,202). Sum of RGB (Red+Green+Blue) = 126+118+202=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E76CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E76CA is #818935. Grayscale: #818181. Windows color (decimal): -8489270 or 13268606. OLE color: 13268606.
HSL color Cylindrical-coordinate representation of color #7E76CA: hue angle of 245.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E76CA is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 118 | 202 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.21 |
| HSL | 245.71º | 0.44% | 0.63% | - |
| HSV(B) | 245.71º | 0.42% | 0.79% | - |
| XYZ | 25.74 | 21.66 | 58.7 | - |
| YUV | 129.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 202 | 0.38 | 0.42 | 0 | 0.21 | 245.71 | 0.44 | 0.63 |
| Hex | 7E | 76 | CA | 26 | 2A | 0 | 15 | F6 | 2C | 3F |
| Octal | 176 | 166 | 312 | 46 | 52 | 0 | 25 | 366 | 54 | 77 |
| Binary | 1111110 | 1110110 | 11001010 | 100110 | 101010 | 0 | 10101 | 11110110 | 101100 | 111111 |
Color Harmonies of #7E76CA
Complementary color
Monochromatic Colors of #7E76CA
Black with #7E76CA
Text Example
Text Example
White with #7E76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E76CA; }
p { color: rgb(126,118,202); }
H1.HeaderClassName
{
color: #7E76CA;
}
.AnyTagClassName
{
color: #7E76CA;
}
</style>
background-color css
<style>
a { background-color: #7E76CA; }
a { background-color: rgb(126,118,202); }
div.DivClassName
{
background-color: #7E76CA;
}
.BgClassName
{
background-color: #7E76CA;
}
</style>
border-color css
<style>
span { border-color: #7E76CA; }
span { border-color: rgb(126,118,202); }
td.TdClassName
{
border-color: #7E76CA;
}
.TagClassName
{
border-color: #7E76CA;
}
</style>