Shades of Moody Blue #7D6ECC
Tints of Moody Blue #7D6ECC
RGB
CMYK
RGB Variations
Color information
#7D6ECC (or 0x7D6ECC) is known color: Moody Blue. HEX triplet: 7D, 6E and CC. RGB value is (125,110,204). Sum of RGB (Red+Green+Blue) = 125+110+204=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ECC is #829133. Grayscale: #7C7C7C. Windows color (decimal): -8556852 or 13397629. OLE color: 13397629.
HSL color Cylindrical-coordinate representation of color #7D6ECC: hue angle of 249.57º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D6ECC is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 110 | 204 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.2 |
| HSL | 249.57º | 0.48% | 0.62% | - |
| HSV(B) | 249.57º | 0.46% | 0.8% | - |
| XYZ | 24.93 | 19.87 | 59.65 | - |
| YUV | 125.2 | 172.47 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 204 | 0.39 | 0.46 | 0 | 0.2 | 249.57 | 0.48 | 0.62 |
| Hex | 7D | 6E | CC | 27 | 2E | 0 | 14 | FA | 30 | 3E |
| Octal | 175 | 156 | 314 | 47 | 56 | 0 | 24 | 372 | 60 | 76 |
| Binary | 1111101 | 1101110 | 11001100 | 100111 | 101110 | 0 | 10100 | 11111010 | 110000 | 111110 |
Color Harmonies of #7D6ECC
Complementary color
Monochromatic Colors of #7D6ECC
Black with #7D6ECC
Text Example
Text Example
White with #7D6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6ECC; }
p { color: rgb(125,110,204); }
H1.HeaderClassName
{
color: #7D6ECC;
}
.AnyTagClassName
{
color: #7D6ECC;
}
</style>
background-color css
<style>
a { background-color: #7D6ECC; }
a { background-color: rgb(125,110,204); }
div.DivClassName
{
background-color: #7D6ECC;
}
.BgClassName
{
background-color: #7D6ECC;
}
</style>
border-color css
<style>
span { border-color: #7D6ECC; }
span { border-color: rgb(125,110,204); }
td.TdClassName
{
border-color: #7D6ECC;
}
.TagClassName
{
border-color: #7D6ECC;
}
</style>