Shades of Moody Blue #7D7EC5
Tints of Moody Blue #7D7EC5
RGB
CMYK
RGB Variations
Color information
#7D7EC5 (or 0x7D7EC5) is known color: Moody Blue. HEX triplet: 7D, 7E and C5. RGB value is (125,126,197). Sum of RGB (Red+Green+Blue) = 125+126+197=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #7D7EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7EC5 is #82813A. Grayscale: #858585. Windows color (decimal): -8552763 or 12942973. OLE color: 12942973.
HSL color Cylindrical-coordinate representation of color #7D7EC5: hue angle of 239.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D7EC5 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 126 | 197 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.23 |
| HSL | 239.17º | 0.38% | 0.63% | - |
| HSV(B) | 239.17º | 0.37% | 0.77% | - |
| XYZ | 26 | 23.31 | 55.95 | - |
| YUV | 133.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 197 | 0.37 | 0.36 | 0 | 0.23 | 239.17 | 0.38 | 0.63 |
| Hex | 7D | 7E | C5 | 25 | 24 | 0 | 17 | EF | 26 | 3F |
| Octal | 175 | 176 | 305 | 45 | 44 | 0 | 27 | 357 | 46 | 77 |
| Binary | 1111101 | 1111110 | 11000101 | 100101 | 100100 | 0 | 10111 | 11101111 | 100110 | 111111 |
Color Harmonies of #7D7EC5
Complementary color
Monochromatic Colors of #7D7EC5
Black with #7D7EC5
Text Example
Text Example
White with #7D7EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7EC5; }
p { color: rgb(125,126,197); }
H1.HeaderClassName
{
color: #7D7EC5;
}
.AnyTagClassName
{
color: #7D7EC5;
}
</style>
background-color css
<style>
a { background-color: #7D7EC5; }
a { background-color: rgb(125,126,197); }
div.DivClassName
{
background-color: #7D7EC5;
}
.BgClassName
{
background-color: #7D7EC5;
}
</style>
border-color css
<style>
span { border-color: #7D7EC5; }
span { border-color: rgb(125,126,197); }
td.TdClassName
{
border-color: #7D7EC5;
}
.TagClassName
{
border-color: #7D7EC5;
}
</style>