Shades of Moody Blue #7D76BE
Tints of Moody Blue #7D76BE
RGB
CMYK
RGB Variations
Color information
#7D76BE (or 0x7D76BE) is known color: Moody Blue. HEX triplet: 7D, 76 and BE. RGB value is (125,118,190). Sum of RGB (Red+Green+Blue) = 125+118+190=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D76BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76BE is #828941. Grayscale: #808080. Windows color (decimal): -8554818 or 12482173. OLE color: 12482173.
HSL color Cylindrical-coordinate representation of color #7D76BE: hue angle of 245.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D76BE is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 118 | 190 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.25 |
| HSL | 245.83º | 0.36% | 0.6% | - |
| HSV(B) | 245.83º | 0.38% | 0.75% | - |
| XYZ | 24.23 | 21.03 | 51.5 | - |
| YUV | 128.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 190 | 0.34 | 0.38 | 0 | 0.25 | 245.83 | 0.36 | 0.6 |
| Hex | 7D | 76 | BE | 22 | 26 | 0 | 19 | F6 | 24 | 3C |
| Octal | 175 | 166 | 276 | 42 | 46 | 0 | 31 | 366 | 44 | 74 |
| Binary | 1111101 | 1110110 | 10111110 | 100010 | 100110 | 0 | 11001 | 11110110 | 100100 | 111100 |
Color Harmonies of #7D76BE
Complementary color
Monochromatic Colors of #7D76BE
Black with #7D76BE
Text Example
Text Example
White with #7D76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D76BE; }
p { color: rgb(125,118,190); }
H1.HeaderClassName
{
color: #7D76BE;
}
.AnyTagClassName
{
color: #7D76BE;
}
</style>
background-color css
<style>
a { background-color: #7D76BE; }
a { background-color: rgb(125,118,190); }
div.DivClassName
{
background-color: #7D76BE;
}
.BgClassName
{
background-color: #7D76BE;
}
</style>
border-color css
<style>
span { border-color: #7D76BE; }
span { border-color: rgb(125,118,190); }
td.TdClassName
{
border-color: #7D76BE;
}
.TagClassName
{
border-color: #7D76BE;
}
</style>