Shades of Moody Blue #7E6ACE
Tints of Moody Blue #7E6ACE
RGB
CMYK
RGB Variations
Color information
#7E6ACE (or 0x7E6ACE) is known color: Moody Blue. HEX triplet: 7E, 6A and CE. RGB value is (126,106,206). Sum of RGB (Red+Green+Blue) = 126+106+206=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6ACE is #819531. Grayscale: #7B7B7B. Windows color (decimal): -8492338 or 13527678. OLE color: 13527678.
HSL color Cylindrical-coordinate representation of color #7E6ACE: hue angle of 252º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E6ACE is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 106 | 206 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.19 |
| HSL | 252º | 0.51% | 0.61% | - |
| HSV(B) | 252º | 0.49% | 0.81% | - |
| XYZ | 24.9 | 19.2 | 60.79 | - |
| YUV | 123.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 206 | 0.39 | 0.49 | 0 | 0.19 | 252 | 0.51 | 0.61 |
| Hex | 7E | 6A | CE | 27 | 31 | 0 | 13 | FC | 33 | 3D |
| Octal | 176 | 152 | 316 | 47 | 61 | 0 | 23 | 374 | 63 | 75 |
| Binary | 1111110 | 1101010 | 11001110 | 100111 | 110001 | 0 | 10011 | 11111100 | 110011 | 111101 |
Color Harmonies of #7E6ACE
Complementary color
Monochromatic Colors of #7E6ACE
Black with #7E6ACE
Text Example
Text Example
White with #7E6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6ACE; }
p { color: rgb(126,106,206); }
H1.HeaderClassName
{
color: #7E6ACE;
}
.AnyTagClassName
{
color: #7E6ACE;
}
</style>
background-color css
<style>
a { background-color: #7E6ACE; }
a { background-color: rgb(126,106,206); }
div.DivClassName
{
background-color: #7E6ACE;
}
.BgClassName
{
background-color: #7E6ACE;
}
</style>
border-color css
<style>
span { border-color: #7E6ACE; }
span { border-color: rgb(126,106,206); }
td.TdClassName
{
border-color: #7E6ACE;
}
.TagClassName
{
border-color: #7E6ACE;
}
</style>