Shades of Moody Blue #7C6ACE
Tints of Moody Blue #7C6ACE
RGB
CMYK
RGB Variations
Color information
#7C6ACE (or 0x7C6ACE) is known color: Moody Blue. HEX triplet: 7C, 6A and CE. RGB value is (124,106,206). Sum of RGB (Red+Green+Blue) = 124+106+206=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6ACE is #839531. Grayscale: #7A7A7A. Windows color (decimal): -8623410 or 13527676. OLE color: 13527676.
HSL color Cylindrical-coordinate representation of color #7C6ACE: hue angle of 250.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C6ACE is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 106 | 206 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.19 |
| HSL | 250.8º | 0.51% | 0.61% | - |
| HSV(B) | 250.8º | 0.49% | 0.81% | - |
| XYZ | 24.61 | 19.05 | 60.77 | - |
| YUV | 122.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 206 | 0.40 | 0.49 | 0 | 0.19 | 250.8 | 0.51 | 0.61 |
| Hex | 7C | 6A | CE | 28 | 31 | 0 | 13 | FB | 33 | 3D |
| Octal | 174 | 152 | 316 | 50 | 61 | 0 | 23 | 373 | 63 | 75 |
| Binary | 1111100 | 1101010 | 11001110 | 101000 | 110001 | 0 | 10011 | 11111011 | 110011 | 111101 |
Color Harmonies of #7C6ACE
Complementary color
Monochromatic Colors of #7C6ACE
Black with #7C6ACE
Text Example
Text Example
White with #7C6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6ACE; }
p { color: rgb(124,106,206); }
H1.HeaderClassName
{
color: #7C6ACE;
}
.AnyTagClassName
{
color: #7C6ACE;
}
</style>
background-color css
<style>
a { background-color: #7C6ACE; }
a { background-color: rgb(124,106,206); }
div.DivClassName
{
background-color: #7C6ACE;
}
.BgClassName
{
background-color: #7C6ACE;
}
</style>
border-color css
<style>
span { border-color: #7C6ACE; }
span { border-color: rgb(124,106,206); }
td.TdClassName
{
border-color: #7C6ACE;
}
.TagClassName
{
border-color: #7C6ACE;
}
</style>