Shades of Moody Blue #7C76BA
Tints of Moody Blue #7C76BA
RGB
CMYK
RGB Variations
Color information
#7C76BA (or 0x7C76BA) is known color: Moody Blue. HEX triplet: 7C, 76 and BA. RGB value is (124,118,186). Sum of RGB (Red+Green+Blue) = 124+118+186=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C76BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C76BA is #838945. Grayscale: #7F7F7F. Windows color (decimal): -8620358 or 12220028. OLE color: 12220028.
HSL color Cylindrical-coordinate representation of color #7C76BA: hue angle of 245.29º 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 #7C76BA is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 118 | 186 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.27 |
| HSL | 245.29º | 0.33% | 0.6% | - |
| HSV(B) | 245.29º | 0.37% | 0.73% | - |
| XYZ | 23.65 | 20.79 | 49.22 | - |
| YUV | 127.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 186 | 0.33 | 0.37 | 0 | 0.27 | 245.29 | 0.33 | 0.6 |
| Hex | 7C | 76 | BA | 21 | 25 | 0 | 1B | F5 | 21 | 3C |
| Octal | 174 | 166 | 272 | 41 | 45 | 0 | 33 | 365 | 41 | 74 |
| Binary | 1111100 | 1110110 | 10111010 | 100001 | 100101 | 0 | 11011 | 11110101 | 100001 | 111100 |
Color Harmonies of #7C76BA
Complementary color
Monochromatic Colors of #7C76BA
Black with #7C76BA
Text Example
Text Example
White with #7C76BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C76BA; }
p { color: rgb(124,118,186); }
H1.HeaderClassName
{
color: #7C76BA;
}
.AnyTagClassName
{
color: #7C76BA;
}
</style>
background-color css
<style>
a { background-color: #7C76BA; }
a { background-color: rgb(124,118,186); }
div.DivClassName
{
background-color: #7C76BA;
}
.BgClassName
{
background-color: #7C76BA;
}
</style>
border-color css
<style>
span { border-color: #7C76BA; }
span { border-color: rgb(124,118,186); }
td.TdClassName
{
border-color: #7C76BA;
}
.TagClassName
{
border-color: #7C76BA;
}
</style>