Shades of Moody Blue #7D76BC
Tints of Moody Blue #7D76BC
RGB
CMYK
RGB Variations
Color information
#7D76BC (or 0x7D76BC) is known color: Moody Blue. HEX triplet: 7D, 76 and BC. RGB value is (125,118,188). Sum of RGB (Red+Green+Blue) = 125+118+188=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D76BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76BC is #828943. Grayscale: #7F7F7F. Windows color (decimal): -8554820 or 12351101. OLE color: 12351101.
HSL color Cylindrical-coordinate representation of color #7D76BC: hue angle of 246º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D76BC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 118 | 188 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.26 |
| HSL | 246º | 0.34% | 0.6% | - |
| HSV(B) | 246º | 0.37% | 0.74% | - |
| XYZ | 24.01 | 20.95 | 50.35 | - |
| YUV | 128.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 188 | 0.34 | 0.37 | 0 | 0.26 | 246 | 0.34 | 0.6 |
| Hex | 7D | 76 | BC | 22 | 25 | 0 | 1A | F6 | 22 | 3C |
| Octal | 175 | 166 | 274 | 42 | 45 | 0 | 32 | 366 | 42 | 74 |
| Binary | 1111101 | 1110110 | 10111100 | 100010 | 100101 | 0 | 11010 | 11110110 | 100010 | 111100 |
Color Harmonies of #7D76BC
Complementary color
Monochromatic Colors of #7D76BC
Black with #7D76BC
Text Example
Text Example
White with #7D76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D76BC; }
p { color: rgb(125,118,188); }
H1.HeaderClassName
{
color: #7D76BC;
}
.AnyTagClassName
{
color: #7D76BC;
}
</style>
background-color css
<style>
a { background-color: #7D76BC; }
a { background-color: rgb(125,118,188); }
div.DivClassName
{
background-color: #7D76BC;
}
.BgClassName
{
background-color: #7D76BC;
}
</style>
border-color css
<style>
span { border-color: #7D76BC; }
span { border-color: rgb(125,118,188); }
td.TdClassName
{
border-color: #7D76BC;
}
.TagClassName
{
border-color: #7D76BC;
}
</style>