Shades of Moody Blue #7D76CC
Tints of Moody Blue #7D76CC
RGB
CMYK
RGB Variations
Color information
#7D76CC (or 0x7D76CC) is known color: Moody Blue. HEX triplet: 7D, 76 and CC. RGB value is (125,118,204). Sum of RGB (Red+Green+Blue) = 125+118+204=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D76CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76CC is #828933. Grayscale: #818181. Windows color (decimal): -8554804 or 13399677. OLE color: 13399677.
HSL color Cylindrical-coordinate representation of color #7D76CC: hue angle of 244.88º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D76CC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 118 | 204 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.2 |
| HSL | 244.88º | 0.46% | 0.63% | - |
| HSV(B) | 244.88º | 0.42% | 0.8% | - |
| XYZ | 25.83 | 21.68 | 59.95 | - |
| YUV | 129.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 204 | 0.39 | 0.42 | 0 | 0.2 | 244.88 | 0.46 | 0.63 |
| Hex | 7D | 76 | CC | 27 | 2A | 0 | 14 | F5 | 2E | 3F |
| Octal | 175 | 166 | 314 | 47 | 52 | 0 | 24 | 365 | 56 | 77 |
| Binary | 1111101 | 1110110 | 11001100 | 100111 | 101010 | 0 | 10100 | 11110101 | 101110 | 111111 |
Color Harmonies of #7D76CC
Complementary color
Monochromatic Colors of #7D76CC
Black with #7D76CC
Text Example
Text Example
White with #7D76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D76CC; }
p { color: rgb(125,118,204); }
H1.HeaderClassName
{
color: #7D76CC;
}
.AnyTagClassName
{
color: #7D76CC;
}
</style>
background-color css
<style>
a { background-color: #7D76CC; }
a { background-color: rgb(125,118,204); }
div.DivClassName
{
background-color: #7D76CC;
}
.BgClassName
{
background-color: #7D76CC;
}
</style>
border-color css
<style>
span { border-color: #7D76CC; }
span { border-color: rgb(125,118,204); }
td.TdClassName
{
border-color: #7D76CC;
}
.TagClassName
{
border-color: #7D76CC;
}
</style>