Shades of Moody Blue #7E6DCD
Tints of Moody Blue #7E6DCD
RGB
CMYK
RGB Variations
Color information
#7E6DCD (or 0x7E6DCD) is known color: Moody Blue. HEX triplet: 7E, 6D and CD. RGB value is (126,109,205). Sum of RGB (Red+Green+Blue) = 126+109+205=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6DCD is #819232. Grayscale: #7C7C7C. Windows color (decimal): -8491571 or 13462910. OLE color: 13462910.
HSL color Cylindrical-coordinate representation of color #7E6DCD: hue angle of 250.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E6DCD is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 109 | 205 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.20 |
| HSL | 250.63º | 0.49% | 0.62% | - |
| HSV(B) | 250.63º | 0.47% | 0.8% | - |
| XYZ | 25.09 | 19.78 | 60.25 | - |
| YUV | 125.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 205 | 0.39 | 0.47 | 0 | 0.20 | 250.63 | 0.49 | 0.62 |
| Hex | 7E | 6D | CD | 27 | 2F | 0 | 14 | FB | 31 | 3E |
| Octal | 176 | 155 | 315 | 47 | 57 | 0 | 24 | 373 | 61 | 76 |
| Binary | 1111110 | 1101101 | 11001101 | 100111 | 101111 | 0 | 10100 | 11111011 | 110001 | 111110 |
Color Harmonies of #7E6DCD
Complementary color
Monochromatic Colors of #7E6DCD
Black with #7E6DCD
Text Example
Text Example
White with #7E6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6DCD; }
p { color: rgb(126,109,205); }
H1.HeaderClassName
{
color: #7E6DCD;
}
.AnyTagClassName
{
color: #7E6DCD;
}
</style>
background-color css
<style>
a { background-color: #7E6DCD; }
a { background-color: rgb(126,109,205); }
div.DivClassName
{
background-color: #7E6DCD;
}
.BgClassName
{
background-color: #7E6DCD;
}
</style>
border-color css
<style>
span { border-color: #7E6DCD; }
span { border-color: rgb(126,109,205); }
td.TdClassName
{
border-color: #7E6DCD;
}
.TagClassName
{
border-color: #7E6DCD;
}
</style>