Shades of Moody Blue #7E6BBD
Tints of Moody Blue #7E6BBD
RGB
CMYK
RGB Variations
Color information
#7E6BBD (or 0x7E6BBD) is known color: Moody Blue. HEX triplet: 7E, 6B and BD. RGB value is (126,107,189). Sum of RGB (Red+Green+Blue) = 126+107+189=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E6BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6BBD is #819442. Grayscale: #797979. Windows color (decimal): -8492099 or 12413822. OLE color: 12413822.
HSL color Cylindrical-coordinate representation of color #7E6BBD: hue angle of 253.9º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E6BBD is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 107 | 189 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.26 |
| HSL | 253.9º | 0.38% | 0.58% | - |
| HSV(B) | 253.9º | 0.43% | 0.74% | - |
| XYZ | 23.05 | 18.63 | 50.52 | - |
| YUV | 122.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 189 | 0.33 | 0.43 | 0 | 0.26 | 253.9 | 0.38 | 0.58 |
| Hex | 7E | 6B | BD | 21 | 2B | 0 | 1A | FE | 26 | 3A |
| Octal | 176 | 153 | 275 | 41 | 53 | 0 | 32 | 376 | 46 | 72 |
| Binary | 1111110 | 1101011 | 10111101 | 100001 | 101011 | 0 | 11010 | 11111110 | 100110 | 111010 |
Color Harmonies of #7E6BBD
Complementary color
Monochromatic Colors of #7E6BBD
Black with #7E6BBD
Text Example
Text Example
White with #7E6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6BBD; }
p { color: rgb(126,107,189); }
H1.HeaderClassName
{
color: #7E6BBD;
}
.AnyTagClassName
{
color: #7E6BBD;
}
</style>
background-color css
<style>
a { background-color: #7E6BBD; }
a { background-color: rgb(126,107,189); }
div.DivClassName
{
background-color: #7E6BBD;
}
.BgClassName
{
background-color: #7E6BBD;
}
</style>
border-color css
<style>
span { border-color: #7E6BBD; }
span { border-color: rgb(126,107,189); }
td.TdClassName
{
border-color: #7E6BBD;
}
.TagClassName
{
border-color: #7E6BBD;
}
</style>