Shades of Moody Blue #7E6ABC
Tints of Moody Blue #7E6ABC
RGB
CMYK
RGB Variations
Color information
#7E6ABC (or 0x7E6ABC) is known color: Moody Blue. HEX triplet: 7E, 6A and BC. RGB value is (126,106,188). Sum of RGB (Red+Green+Blue) = 126+106+188=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6ABC is #819543. Grayscale: #797979. Windows color (decimal): -8492356 or 12348030. OLE color: 12348030.
HSL color Cylindrical-coordinate representation of color #7E6ABC: hue angle of 254.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E6ABC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 106 | 188 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.26 |
| HSL | 254.63º | 0.38% | 0.58% | - |
| HSV(B) | 254.63º | 0.44% | 0.74% | - |
| XYZ | 22.84 | 18.37 | 49.92 | - |
| YUV | 121.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 188 | 0.33 | 0.44 | 0 | 0.26 | 254.63 | 0.38 | 0.58 |
| Hex | 7E | 6A | BC | 21 | 2C | 0 | 1A | FF | 26 | 3A |
| Octal | 176 | 152 | 274 | 41 | 54 | 0 | 32 | 377 | 46 | 72 |
| Binary | 1111110 | 1101010 | 10111100 | 100001 | 101100 | 0 | 11010 | 11111111 | 100110 | 111010 |
Color Harmonies of #7E6ABC
Complementary color
Monochromatic Colors of #7E6ABC
Black with #7E6ABC
Text Example
Text Example
White with #7E6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6ABC; }
p { color: rgb(126,106,188); }
H1.HeaderClassName
{
color: #7E6ABC;
}
.AnyTagClassName
{
color: #7E6ABC;
}
</style>
background-color css
<style>
a { background-color: #7E6ABC; }
a { background-color: rgb(126,106,188); }
div.DivClassName
{
background-color: #7E6ABC;
}
.BgClassName
{
background-color: #7E6ABC;
}
</style>
border-color css
<style>
span { border-color: #7E6ABC; }
span { border-color: rgb(126,106,188); }
td.TdClassName
{
border-color: #7E6ABC;
}
.TagClassName
{
border-color: #7E6ABC;
}
</style>