Shades of Moody Blue #7E6ACA
Tints of Moody Blue #7E6ACA
RGB
CMYK
RGB Variations
Color information
#7E6ACA (or 0x7E6ACA) is known color: Moody Blue. HEX triplet: 7E, 6A and CA. RGB value is (126,106,202). Sum of RGB (Red+Green+Blue) = 126+106+202=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E6ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6ACA is #819535. Grayscale: #7A7A7A. Windows color (decimal): -8492342 or 13265534. OLE color: 13265534.
HSL color Cylindrical-coordinate representation of color #7E6ACA: hue angle of 252.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E6ACA is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 106 | 202 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.21 |
| HSL | 252.5º | 0.48% | 0.6% | - |
| HSV(B) | 252.5º | 0.48% | 0.79% | - |
| XYZ | 24.42 | 19.01 | 58.26 | - |
| YUV | 122.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 202 | 0.38 | 0.48 | 0 | 0.21 | 252.5 | 0.48 | 0.6 |
| Hex | 7E | 6A | CA | 26 | 30 | 0 | 15 | FD | 30 | 3C |
| Octal | 176 | 152 | 312 | 46 | 60 | 0 | 25 | 375 | 60 | 74 |
| Binary | 1111110 | 1101010 | 11001010 | 100110 | 110000 | 0 | 10101 | 11111101 | 110000 | 111100 |
Color Harmonies of #7E6ACA
Complementary color
Monochromatic Colors of #7E6ACA
Black with #7E6ACA
Text Example
Text Example
White with #7E6ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6ACA; }
p { color: rgb(126,106,202); }
H1.HeaderClassName
{
color: #7E6ACA;
}
.AnyTagClassName
{
color: #7E6ACA;
}
</style>
background-color css
<style>
a { background-color: #7E6ACA; }
a { background-color: rgb(126,106,202); }
div.DivClassName
{
background-color: #7E6ACA;
}
.BgClassName
{
background-color: #7E6ACA;
}
</style>
border-color css
<style>
span { border-color: #7E6ACA; }
span { border-color: rgb(126,106,202); }
td.TdClassName
{
border-color: #7E6ACA;
}
.TagClassName
{
border-color: #7E6ACA;
}
</style>