Shades of Moody Blue #7E77BE
Tints of Moody Blue #7E77BE
RGB
CMYK
RGB Variations
Color information
#7E77BE (or 0x7E77BE) is known color: Moody Blue. HEX triplet: 7E, 77 and BE. RGB value is (126,119,190). Sum of RGB (Red+Green+Blue) = 126+119+190=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E77BE is #818841. Grayscale: #808080. Windows color (decimal): -8489026 or 12482430. OLE color: 12482430.
HSL color Cylindrical-coordinate representation of color #7E77BE: hue angle of 245.92º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E77BE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 119 | 190 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.25 |
| HSL | 245.92º | 0.35% | 0.61% | - |
| HSV(B) | 245.92º | 0.37% | 0.75% | - |
| XYZ | 24.5 | 21.35 | 51.54 | - |
| YUV | 129.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 190 | 0.34 | 0.37 | 0 | 0.25 | 245.92 | 0.35 | 0.61 |
| Hex | 7E | 77 | BE | 22 | 25 | 0 | 19 | F6 | 23 | 3D |
| Octal | 176 | 167 | 276 | 42 | 45 | 0 | 31 | 366 | 43 | 75 |
| Binary | 1111110 | 1110111 | 10111110 | 100010 | 100101 | 0 | 11001 | 11110110 | 100011 | 111101 |
Color Harmonies of #7E77BE
Complementary color
Monochromatic Colors of #7E77BE
Black with #7E77BE
Text Example
Text Example
White with #7E77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E77BE; }
p { color: rgb(126,119,190); }
H1.HeaderClassName
{
color: #7E77BE;
}
.AnyTagClassName
{
color: #7E77BE;
}
</style>
background-color css
<style>
a { background-color: #7E77BE; }
a { background-color: rgb(126,119,190); }
div.DivClassName
{
background-color: #7E77BE;
}
.BgClassName
{
background-color: #7E77BE;
}
</style>
border-color css
<style>
span { border-color: #7E77BE; }
span { border-color: rgb(126,119,190); }
td.TdClassName
{
border-color: #7E77BE;
}
.TagClassName
{
border-color: #7E77BE;
}
</style>