Shades of Moody Blue #7E7ACE
Tints of Moody Blue #7E7ACE
RGB
CMYK
RGB Variations
Color information
#7E7ACE (or 0x7E7ACE) is known color: Moody Blue. HEX triplet: 7E, 7A and CE. RGB value is (126,122,206). Sum of RGB (Red+Green+Blue) = 126+122+206=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7ACE is #818531. Grayscale: #848484. Windows color (decimal): -8488242 or 13531774. OLE color: 13531774.
HSL color Cylindrical-coordinate representation of color #7E7ACE: hue angle of 242.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E7ACE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 122 | 206 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.19 |
| HSL | 242.86º | 0.46% | 0.64% | - |
| HSV(B) | 242.86º | 0.41% | 0.81% | - |
| XYZ | 26.7 | 22.81 | 61.39 | - |
| YUV | 132.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 206 | 0.39 | 0.41 | 0 | 0.19 | 242.86 | 0.46 | 0.64 |
| Hex | 7E | 7A | CE | 27 | 29 | 0 | 13 | F3 | 2E | 40 |
| Octal | 176 | 172 | 316 | 47 | 51 | 0 | 23 | 363 | 56 | 100 |
| Binary | 1111110 | 1111010 | 11001110 | 100111 | 101001 | 0 | 10011 | 11110011 | 101110 | 1000000 |
Color Harmonies of #7E7ACE
Complementary color
Monochromatic Colors of #7E7ACE
Black with #7E7ACE
Text Example
Text Example
White with #7E7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7ACE; }
p { color: rgb(126,122,206); }
H1.HeaderClassName
{
color: #7E7ACE;
}
.AnyTagClassName
{
color: #7E7ACE;
}
</style>
background-color css
<style>
a { background-color: #7E7ACE; }
a { background-color: rgb(126,122,206); }
div.DivClassName
{
background-color: #7E7ACE;
}
.BgClassName
{
background-color: #7E7ACE;
}
</style>
border-color css
<style>
span { border-color: #7E7ACE; }
span { border-color: rgb(126,122,206); }
td.TdClassName
{
border-color: #7E7ACE;
}
.TagClassName
{
border-color: #7E7ACE;
}
</style>