Shades of Moody Blue #7E6DBC
Tints of Moody Blue #7E6DBC
RGB
CMYK
RGB Variations
Color information
#7E6DBC (or 0x7E6DBC) is known color: Moody Blue. HEX triplet: 7E, 6D and BC. RGB value is (126,109,188). Sum of RGB (Red+Green+Blue) = 126+109+188=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E6DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6DBC is #819243. Grayscale: #7A7A7A. Windows color (decimal): -8491588 or 12348798. OLE color: 12348798.
HSL color Cylindrical-coordinate representation of color #7E6DBC: hue angle of 252.91º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E6DBC is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 109 | 188 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.26 |
| HSL | 252.91º | 0.37% | 0.58% | - |
| HSV(B) | 252.91º | 0.42% | 0.74% | - |
| XYZ | 23.15 | 19 | 50.02 | - |
| YUV | 123.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 188 | 0.33 | 0.42 | 0 | 0.26 | 252.91 | 0.37 | 0.58 |
| Hex | 7E | 6D | BC | 21 | 2A | 0 | 1A | FD | 25 | 3A |
| Octal | 176 | 155 | 274 | 41 | 52 | 0 | 32 | 375 | 45 | 72 |
| Binary | 1111110 | 1101101 | 10111100 | 100001 | 101010 | 0 | 11010 | 11111101 | 100101 | 111010 |
Color Harmonies of #7E6DBC
Complementary color
Monochromatic Colors of #7E6DBC
Black with #7E6DBC
Text Example
Text Example
White with #7E6DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6DBC; }
p { color: rgb(126,109,188); }
H1.HeaderClassName
{
color: #7E6DBC;
}
.AnyTagClassName
{
color: #7E6DBC;
}
</style>
background-color css
<style>
a { background-color: #7E6DBC; }
a { background-color: rgb(126,109,188); }
div.DivClassName
{
background-color: #7E6DBC;
}
.BgClassName
{
background-color: #7E6DBC;
}
</style>
border-color css
<style>
span { border-color: #7E6DBC; }
span { border-color: rgb(126,109,188); }
td.TdClassName
{
border-color: #7E6DBC;
}
.TagClassName
{
border-color: #7E6DBC;
}
</style>