Shades of Moody Blue #7C6DCF
Tints of Moody Blue #7C6DCF
RGB
CMYK
RGB Variations
Color information
#7C6DCF (or 0x7C6DCF) is known color: Moody Blue. HEX triplet: 7C, 6D and CF. RGB value is (124,109,207). Sum of RGB (Red+Green+Blue) = 124+109+207=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C6DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6DCF is #839230. Grayscale: #7C7C7C. Windows color (decimal): -8622641 or 13593980. OLE color: 13593980.
HSL color Cylindrical-coordinate representation of color #7C6DCF: hue angle of 249.18º degrees, saturation: 0.51, 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 #7C6DCF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 109 | 207 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.19 |
| HSL | 249.18º | 0.51% | 0.62% | - |
| HSV(B) | 249.18º | 0.47% | 0.81% | - |
| XYZ | 25.04 | 19.73 | 61.52 | - |
| YUV | 124.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 207 | 0.40 | 0.47 | 0 | 0.19 | 249.18 | 0.51 | 0.62 |
| Hex | 7C | 6D | CF | 28 | 2F | 0 | 13 | F9 | 33 | 3E |
| Octal | 174 | 155 | 317 | 50 | 57 | 0 | 23 | 371 | 63 | 76 |
| Binary | 1111100 | 1101101 | 11001111 | 101000 | 101111 | 0 | 10011 | 11111001 | 110011 | 111110 |
Color Harmonies of #7C6DCF
Complementary color
Monochromatic Colors of #7C6DCF
Black with #7C6DCF
Text Example
Text Example
White with #7C6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6DCF; }
p { color: rgb(124,109,207); }
H1.HeaderClassName
{
color: #7C6DCF;
}
.AnyTagClassName
{
color: #7C6DCF;
}
</style>
background-color css
<style>
a { background-color: #7C6DCF; }
a { background-color: rgb(124,109,207); }
div.DivClassName
{
background-color: #7C6DCF;
}
.BgClassName
{
background-color: #7C6DCF;
}
</style>
border-color css
<style>
span { border-color: #7C6DCF; }
span { border-color: rgb(124,109,207); }
td.TdClassName
{
border-color: #7C6DCF;
}
.TagClassName
{
border-color: #7C6DCF;
}
</style>