Shades of Moody Blue #7C76CF
Tints of Moody Blue #7C76CF
RGB
CMYK
RGB Variations
Color information
#7C76CF (or 0x7C76CF) is known color: Moody Blue. HEX triplet: 7C, 76 and CF. RGB value is (124,118,207). Sum of RGB (Red+Green+Blue) = 124+118+207=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C76CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C76CF is #838930. Grayscale: #818181. Windows color (decimal): -8620337 or 13596284. OLE color: 13596284.
HSL color Cylindrical-coordinate representation of color #7C76CF: hue angle of 244.04º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C76CF is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 118 | 207 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.19 |
| HSL | 244.04º | 0.48% | 0.64% | - |
| HSV(B) | 244.04º | 0.43% | 0.81% | - |
| XYZ | 26.05 | 21.75 | 61.86 | - |
| YUV | 129.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 207 | 0.40 | 0.43 | 0 | 0.19 | 244.04 | 0.48 | 0.64 |
| Hex | 7C | 76 | CF | 28 | 2B | 0 | 13 | F4 | 30 | 40 |
| Octal | 174 | 166 | 317 | 50 | 53 | 0 | 23 | 364 | 60 | 100 |
| Binary | 1111100 | 1110110 | 11001111 | 101000 | 101011 | 0 | 10011 | 11110100 | 110000 | 1000000 |
Color Harmonies of #7C76CF
Complementary color
Monochromatic Colors of #7C76CF
Black with #7C76CF
Text Example
Text Example
White with #7C76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C76CF; }
p { color: rgb(124,118,207); }
H1.HeaderClassName
{
color: #7C76CF;
}
.AnyTagClassName
{
color: #7C76CF;
}
</style>
background-color css
<style>
a { background-color: #7C76CF; }
a { background-color: rgb(124,118,207); }
div.DivClassName
{
background-color: #7C76CF;
}
.BgClassName
{
background-color: #7C76CF;
}
</style>
border-color css
<style>
span { border-color: #7C76CF; }
span { border-color: rgb(124,118,207); }
td.TdClassName
{
border-color: #7C76CF;
}
.TagClassName
{
border-color: #7C76CF;
}
</style>