Shades of Moody Blue #7D76BA
Tints of Moody Blue #7D76BA
RGB
CMYK
RGB Variations
Color information
#7D76BA (or 0x7D76BA) is known color: Moody Blue. HEX triplet: 7D, 76 and BA. RGB value is (125,118,186). Sum of RGB (Red+Green+Blue) = 125+118+186=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D76BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76BA is #828945. Grayscale: #7F7F7F. Windows color (decimal): -8554822 or 12220029. OLE color: 12220029.
HSL color Cylindrical-coordinate representation of color #7D76BA: hue angle of 246.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D76BA is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 118 | 186 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.27 |
| HSL | 246.18º | 0.33% | 0.6% | - |
| HSV(B) | 246.18º | 0.37% | 0.73% | - |
| XYZ | 23.8 | 20.86 | 49.23 | - |
| YUV | 127.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 186 | 0.33 | 0.37 | 0 | 0.27 | 246.18 | 0.33 | 0.6 |
| Hex | 7D | 76 | BA | 21 | 25 | 0 | 1B | F6 | 21 | 3C |
| Octal | 175 | 166 | 272 | 41 | 45 | 0 | 33 | 366 | 41 | 74 |
| Binary | 1111101 | 1110110 | 10111010 | 100001 | 100101 | 0 | 11011 | 11110110 | 100001 | 111100 |
Color Harmonies of #7D76BA
Complementary color
Monochromatic Colors of #7D76BA
Black with #7D76BA
Text Example
Text Example
White with #7D76BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D76BA; }
p { color: rgb(125,118,186); }
H1.HeaderClassName
{
color: #7D76BA;
}
.AnyTagClassName
{
color: #7D76BA;
}
</style>
background-color css
<style>
a { background-color: #7D76BA; }
a { background-color: rgb(125,118,186); }
div.DivClassName
{
background-color: #7D76BA;
}
.BgClassName
{
background-color: #7D76BA;
}
</style>
border-color css
<style>
span { border-color: #7D76BA; }
span { border-color: rgb(125,118,186); }
td.TdClassName
{
border-color: #7D76BA;
}
.TagClassName
{
border-color: #7D76BA;
}
</style>