Shades of Moody Blue #7D76D7
Tints of Moody Blue #7D76D7
RGB
CMYK
RGB Variations
Color information
#7D76D7 (or 0x7D76D7) is known color: Moody Blue. HEX triplet: 7D, 76 and D7. RGB value is (125,118,215). Sum of RGB (Red+Green+Blue) = 125+118+215=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D76D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76D7 is #828928. Grayscale: #828282. Windows color (decimal): -8554793 or 14120573. OLE color: 14120573.
HSL color Cylindrical-coordinate representation of color #7D76D7: hue angle of 244.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D76D7 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 118 | 215 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.16 |
| HSL | 244.33º | 0.55% | 0.65% | - |
| HSV(B) | 244.33º | 0.45% | 0.84% | - |
| XYZ | 27.2 | 22.22 | 67.15 | - |
| YUV | 131.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 215 | 0.42 | 0.45 | 0 | 0.16 | 244.33 | 0.55 | 0.65 |
| Hex | 7D | 76 | D7 | 2A | 2D | 0 | 10 | F4 | 37 | 41 |
| Octal | 175 | 166 | 327 | 52 | 55 | 0 | 20 | 364 | 67 | 101 |
| Binary | 1111101 | 1110110 | 11010111 | 101010 | 101101 | 0 | 10000 | 11110100 | 110111 | 1000001 |
Color Harmonies of #7D76D7
Complementary color
Monochromatic Colors of #7D76D7
Black with #7D76D7
Text Example
Text Example
White with #7D76D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D76D7; }
p { color: rgb(125,118,215); }
H1.HeaderClassName
{
color: #7D76D7;
}
.AnyTagClassName
{
color: #7D76D7;
}
</style>
background-color css
<style>
a { background-color: #7D76D7; }
a { background-color: rgb(125,118,215); }
div.DivClassName
{
background-color: #7D76D7;
}
.BgClassName
{
background-color: #7D76D7;
}
</style>
border-color css
<style>
span { border-color: #7D76D7; }
span { border-color: rgb(125,118,215); }
td.TdClassName
{
border-color: #7D76D7;
}
.TagClassName
{
border-color: #7D76D7;
}
</style>