Shades of Moody Blue #7C6ECF
Tints of Moody Blue #7C6ECF
RGB
CMYK
RGB Variations
Color information
#7C6ECF (or 0x7C6ECF) is known color: Moody Blue. HEX triplet: 7C, 6E and CF. RGB value is (124,110,207). Sum of RGB (Red+Green+Blue) = 124+110+207=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C6ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6ECF is #839130. Grayscale: #7C7C7C. Windows color (decimal): -8622385 or 13594236. OLE color: 13594236.
HSL color Cylindrical-coordinate representation of color #7C6ECF: hue angle of 248.66º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C6ECF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 110 | 207 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.19 |
| HSL | 248.66º | 0.5% | 0.62% | - |
| HSV(B) | 248.66º | 0.47% | 0.81% | - |
| XYZ | 25.15 | 19.94 | 61.56 | - |
| YUV | 125.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 207 | 0.40 | 0.47 | 0 | 0.19 | 248.66 | 0.5 | 0.62 |
| Hex | 7C | 6E | CF | 28 | 2F | 0 | 13 | F9 | 32 | 3E |
| Octal | 174 | 156 | 317 | 50 | 57 | 0 | 23 | 371 | 62 | 76 |
| Binary | 1111100 | 1101110 | 11001111 | 101000 | 101111 | 0 | 10011 | 11111001 | 110010 | 111110 |
Color Harmonies of #7C6ECF
Complementary color
Monochromatic Colors of #7C6ECF
Black with #7C6ECF
Text Example
Text Example
White with #7C6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6ECF; }
p { color: rgb(124,110,207); }
H1.HeaderClassName
{
color: #7C6ECF;
}
.AnyTagClassName
{
color: #7C6ECF;
}
</style>
background-color css
<style>
a { background-color: #7C6ECF; }
a { background-color: rgb(124,110,207); }
div.DivClassName
{
background-color: #7C6ECF;
}
.BgClassName
{
background-color: #7C6ECF;
}
</style>
border-color css
<style>
span { border-color: #7C6ECF; }
span { border-color: rgb(124,110,207); }
td.TdClassName
{
border-color: #7C6ECF;
}
.TagClassName
{
border-color: #7C6ECF;
}
</style>