Shades of Moody Blue #7E6EBD
Tints of Moody Blue #7E6EBD
RGB
CMYK
RGB Variations
Color information
#7E6EBD (or 0x7E6EBD) is known color: Moody Blue. HEX triplet: 7E, 6E and BD. RGB value is (126,110,189). Sum of RGB (Red+Green+Blue) = 126+110+189=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6EBD is #819142. Grayscale: #7B7B7B. Windows color (decimal): -8491331 or 12414590. OLE color: 12414590.
HSL color Cylindrical-coordinate representation of color #7E6EBD: hue angle of 252.15º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E6EBD is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 110 | 189 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.26 |
| HSL | 252.15º | 0.37% | 0.59% | - |
| HSV(B) | 252.15º | 0.42% | 0.74% | - |
| XYZ | 23.37 | 19.26 | 50.63 | - |
| YUV | 123.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 189 | 0.33 | 0.42 | 0 | 0.26 | 252.15 | 0.37 | 0.59 |
| Hex | 7E | 6E | BD | 21 | 2A | 0 | 1A | FC | 25 | 3B |
| Octal | 176 | 156 | 275 | 41 | 52 | 0 | 32 | 374 | 45 | 73 |
| Binary | 1111110 | 1101110 | 10111101 | 100001 | 101010 | 0 | 11010 | 11111100 | 100101 | 111011 |
Color Harmonies of #7E6EBD
Complementary color
Monochromatic Colors of #7E6EBD
Black with #7E6EBD
Text Example
Text Example
White with #7E6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6EBD; }
p { color: rgb(126,110,189); }
H1.HeaderClassName
{
color: #7E6EBD;
}
.AnyTagClassName
{
color: #7E6EBD;
}
</style>
background-color css
<style>
a { background-color: #7E6EBD; }
a { background-color: rgb(126,110,189); }
div.DivClassName
{
background-color: #7E6EBD;
}
.BgClassName
{
background-color: #7E6EBD;
}
</style>
border-color css
<style>
span { border-color: #7E6EBD; }
span { border-color: rgb(126,110,189); }
td.TdClassName
{
border-color: #7E6EBD;
}
.TagClassName
{
border-color: #7E6EBD;
}
</style>