Shades of Moody Blue #7E6AB9
Tints of Moody Blue #7E6AB9
RGB
CMYK
RGB Variations
Color information
#7E6AB9 (or 0x7E6AB9) is known color: Moody Blue. HEX triplet: 7E, 6A and B9. RGB value is (126,106,185). Sum of RGB (Red+Green+Blue) = 126+106+185=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E6AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6AB9 is #819546. Grayscale: #787878. Windows color (decimal): -8492359 or 12151422. OLE color: 12151422.
HSL color Cylindrical-coordinate representation of color #7E6AB9: hue angle of 255.19º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E6AB9 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 106 | 185 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.27 |
| HSL | 255.19º | 0.36% | 0.57% | - |
| HSV(B) | 255.19º | 0.43% | 0.73% | - |
| XYZ | 22.52 | 18.25 | 48.23 | - |
| YUV | 120.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 185 | 0.32 | 0.43 | 0 | 0.27 | 255.19 | 0.36 | 0.57 |
| Hex | 7E | 6A | B9 | 20 | 2B | 0 | 1B | FF | 24 | 39 |
| Octal | 176 | 152 | 271 | 40 | 53 | 0 | 33 | 377 | 44 | 71 |
| Binary | 1111110 | 1101010 | 10111001 | 100000 | 101011 | 0 | 11011 | 11111111 | 100100 | 111001 |
Color Harmonies of #7E6AB9
Complementary color
Monochromatic Colors of #7E6AB9
Black with #7E6AB9
Text Example
Text Example
White with #7E6AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6AB9; }
p { color: rgb(126,106,185); }
H1.HeaderClassName
{
color: #7E6AB9;
}
.AnyTagClassName
{
color: #7E6AB9;
}
</style>
background-color css
<style>
a { background-color: #7E6AB9; }
a { background-color: rgb(126,106,185); }
div.DivClassName
{
background-color: #7E6AB9;
}
.BgClassName
{
background-color: #7E6AB9;
}
</style>
border-color css
<style>
span { border-color: #7E6AB9; }
span { border-color: rgb(126,106,185); }
td.TdClassName
{
border-color: #7E6AB9;
}
.TagClassName
{
border-color: #7E6AB9;
}
</style>