Shades of Moody Blue #7C76DC
Tints of Moody Blue #7C76DC
RGB
CMYK
RGB Variations
Color information
#7C76DC (or 0x7C76DC) is known color: Moody Blue. HEX triplet: 7C, 76 and DC. RGB value is (124,118,220). Sum of RGB (Red+Green+Blue) = 124+118+220=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C76DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C76DC is #838923. Grayscale: #838383. Windows color (decimal): -8620324 or 14448252. OLE color: 14448252.
HSL color Cylindrical-coordinate representation of color #7C76DC: hue angle of 243.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C76DC is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 118 | 220 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.14 |
| HSL | 243.53º | 0.59% | 0.66% | - |
| HSV(B) | 243.53º | 0.46% | 0.86% | - |
| XYZ | 27.71 | 22.41 | 70.58 | - |
| YUV | 131.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 220 | 0.44 | 0.46 | 0 | 0.14 | 243.53 | 0.59 | 0.66 |
| Hex | 7C | 76 | DC | 2C | 2E | 0 | E | F4 | 3B | 42 |
| Octal | 174 | 166 | 334 | 54 | 56 | 0 | 16 | 364 | 73 | 102 |
| Binary | 1111100 | 1110110 | 11011100 | 101100 | 101110 | 0 | 1110 | 11110100 | 111011 | 1000010 |
Color Harmonies of #7C76DC
Complementary color
Monochromatic Colors of #7C76DC
Black with #7C76DC
Text Example
Text Example
White with #7C76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C76DC; }
p { color: rgb(124,118,220); }
H1.HeaderClassName
{
color: #7C76DC;
}
.AnyTagClassName
{
color: #7C76DC;
}
</style>
background-color css
<style>
a { background-color: #7C76DC; }
a { background-color: rgb(124,118,220); }
div.DivClassName
{
background-color: #7C76DC;
}
.BgClassName
{
background-color: #7C76DC;
}
</style>
border-color css
<style>
span { border-color: #7C76DC; }
span { border-color: rgb(124,118,220); }
td.TdClassName
{
border-color: #7C76DC;
}
.TagClassName
{
border-color: #7C76DC;
}
</style>