Shades of Moody Blue #7E6CCD
Tints of Moody Blue #7E6CCD
RGB
CMYK
RGB Variations
Color information
#7E6CCD (or 0x7E6CCD) is known color: Moody Blue. HEX triplet: 7E, 6C and CD. RGB value is (126,108,205). Sum of RGB (Red+Green+Blue) = 126+108+205=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6CCD is #819332. Grayscale: #7C7C7C. Windows color (decimal): -8491827 or 13462654. OLE color: 13462654.
HSL color Cylindrical-coordinate representation of color #7E6CCD: hue angle of 251.13º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E6CCD is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 108 | 205 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.20 |
| HSL | 251.13º | 0.49% | 0.61% | - |
| HSV(B) | 251.13º | 0.47% | 0.8% | - |
| XYZ | 24.99 | 19.57 | 60.22 | - |
| YUV | 124.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 205 | 0.39 | 0.47 | 0 | 0.20 | 251.13 | 0.49 | 0.61 |
| Hex | 7E | 6C | CD | 27 | 2F | 0 | 14 | FB | 31 | 3D |
| Octal | 176 | 154 | 315 | 47 | 57 | 0 | 24 | 373 | 61 | 75 |
| Binary | 1111110 | 1101100 | 11001101 | 100111 | 101111 | 0 | 10100 | 11111011 | 110001 | 111101 |
Color Harmonies of #7E6CCD
Complementary color
Monochromatic Colors of #7E6CCD
Black with #7E6CCD
Text Example
Text Example
White with #7E6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CCD; }
p { color: rgb(126,108,205); }
H1.HeaderClassName
{
color: #7E6CCD;
}
.AnyTagClassName
{
color: #7E6CCD;
}
</style>
background-color css
<style>
a { background-color: #7E6CCD; }
a { background-color: rgb(126,108,205); }
div.DivClassName
{
background-color: #7E6CCD;
}
.BgClassName
{
background-color: #7E6CCD;
}
</style>
border-color css
<style>
span { border-color: #7E6CCD; }
span { border-color: rgb(126,108,205); }
td.TdClassName
{
border-color: #7E6CCD;
}
.TagClassName
{
border-color: #7E6CCD;
}
</style>