Shades of Moody Blue #7C76CB
Tints of Moody Blue #7C76CB
RGB
CMYK
RGB Variations
Color information
#7C76CB (or 0x7C76CB) is known color: Moody Blue. HEX triplet: 7C, 76 and CB. RGB value is (124,118,203). Sum of RGB (Red+Green+Blue) = 124+118+203=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C76CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C76CB is #838934. Grayscale: #818181. Windows color (decimal): -8620341 or 13334140. OLE color: 13334140.
HSL color Cylindrical-coordinate representation of color #7C76CB: hue angle of 244.24º degrees, saturation: 0.45, 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 #7C76CB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 118 | 203 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.20 |
| HSL | 244.24º | 0.45% | 0.63% | - |
| HSV(B) | 244.24º | 0.42% | 0.8% | - |
| XYZ | 25.57 | 21.55 | 59.31 | - |
| YUV | 129.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 203 | 0.39 | 0.42 | 0 | 0.20 | 244.24 | 0.45 | 0.63 |
| Hex | 7C | 76 | CB | 27 | 2A | 0 | 14 | F4 | 2D | 3F |
| Octal | 174 | 166 | 313 | 47 | 52 | 0 | 24 | 364 | 55 | 77 |
| Binary | 1111100 | 1110110 | 11001011 | 100111 | 101010 | 0 | 10100 | 11110100 | 101101 | 111111 |
Color Harmonies of #7C76CB
Complementary color
Monochromatic Colors of #7C76CB
Black with #7C76CB
Text Example
Text Example
White with #7C76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C76CB; }
p { color: rgb(124,118,203); }
H1.HeaderClassName
{
color: #7C76CB;
}
.AnyTagClassName
{
color: #7C76CB;
}
</style>
background-color css
<style>
a { background-color: #7C76CB; }
a { background-color: rgb(124,118,203); }
div.DivClassName
{
background-color: #7C76CB;
}
.BgClassName
{
background-color: #7C76CB;
}
</style>
border-color css
<style>
span { border-color: #7C76CB; }
span { border-color: rgb(124,118,203); }
td.TdClassName
{
border-color: #7C76CB;
}
.TagClassName
{
border-color: #7C76CB;
}
</style>