Shades of Moody Blue #7E76CB
Tints of Moody Blue #7E76CB
RGB
CMYK
RGB Variations
Color information
#7E76CB (or 0x7E76CB) is known color: Moody Blue. HEX triplet: 7E, 76 and CB. RGB value is (126,118,203). Sum of RGB (Red+Green+Blue) = 126+118+203=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E76CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E76CB is #818934. Grayscale: #818181. Windows color (decimal): -8489269 or 13334142. OLE color: 13334142.
HSL color Cylindrical-coordinate representation of color #7E76CB: hue angle of 245.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E76CB is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 118 | 203 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.20 |
| HSL | 245.65º | 0.45% | 0.63% | - |
| HSV(B) | 245.65º | 0.42% | 0.8% | - |
| XYZ | 25.86 | 21.7 | 59.33 | - |
| YUV | 130.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 203 | 0.38 | 0.42 | 0 | 0.20 | 245.65 | 0.45 | 0.63 |
| Hex | 7E | 76 | CB | 26 | 2A | 0 | 14 | F6 | 2D | 3F |
| Octal | 176 | 166 | 313 | 46 | 52 | 0 | 24 | 366 | 55 | 77 |
| Binary | 1111110 | 1110110 | 11001011 | 100110 | 101010 | 0 | 10100 | 11110110 | 101101 | 111111 |
Color Harmonies of #7E76CB
Complementary color
Monochromatic Colors of #7E76CB
Black with #7E76CB
Text Example
Text Example
White with #7E76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E76CB; }
p { color: rgb(126,118,203); }
H1.HeaderClassName
{
color: #7E76CB;
}
.AnyTagClassName
{
color: #7E76CB;
}
</style>
background-color css
<style>
a { background-color: #7E76CB; }
a { background-color: rgb(126,118,203); }
div.DivClassName
{
background-color: #7E76CB;
}
.BgClassName
{
background-color: #7E76CB;
}
</style>
border-color css
<style>
span { border-color: #7E76CB; }
span { border-color: rgb(126,118,203); }
td.TdClassName
{
border-color: #7E76CB;
}
.TagClassName
{
border-color: #7E76CB;
}
</style>