Shades of Moody Blue #7D7EC1
Tints of Moody Blue #7D7EC1
RGB
CMYK
RGB Variations
Color information
#7D7EC1 (or 0x7D7EC1) is known color: Moody Blue. HEX triplet: 7D, 7E and C1. RGB value is (125,126,193). Sum of RGB (Red+Green+Blue) = 125+126+193=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D7EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7EC1 is #82813E. Grayscale: #858585. Windows color (decimal): -8552767 or 12680829. OLE color: 12680829.
HSL color Cylindrical-coordinate representation of color #7D7EC1: hue angle of 239.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D7EC1 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 126 | 193 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.24 |
| HSL | 239.12º | 0.35% | 0.62% | - |
| HSV(B) | 239.12º | 0.35% | 0.76% | - |
| XYZ | 25.54 | 23.13 | 53.57 | - |
| YUV | 133.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 193 | 0.35 | 0.35 | 0 | 0.24 | 239.12 | 0.35 | 0.62 |
| Hex | 7D | 7E | C1 | 23 | 23 | 0 | 18 | EF | 23 | 3E |
| Octal | 175 | 176 | 301 | 43 | 43 | 0 | 30 | 357 | 43 | 76 |
| Binary | 1111101 | 1111110 | 11000001 | 100011 | 100011 | 0 | 11000 | 11101111 | 100011 | 111110 |
Color Harmonies of #7D7EC1
Complementary color
Monochromatic Colors of #7D7EC1
Black with #7D7EC1
Text Example
Text Example
White with #7D7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7EC1; }
p { color: rgb(125,126,193); }
H1.HeaderClassName
{
color: #7D7EC1;
}
.AnyTagClassName
{
color: #7D7EC1;
}
</style>
background-color css
<style>
a { background-color: #7D7EC1; }
a { background-color: rgb(125,126,193); }
div.DivClassName
{
background-color: #7D7EC1;
}
.BgClassName
{
background-color: #7D7EC1;
}
</style>
border-color css
<style>
span { border-color: #7D7EC1; }
span { border-color: rgb(125,126,193); }
td.TdClassName
{
border-color: #7D7EC1;
}
.TagClassName
{
border-color: #7D7EC1;
}
</style>