Shades of Moody Blue #7C6CCC
Tints of Moody Blue #7C6CCC
RGB
CMYK
RGB Variations
Color information
#7C6CCC (or 0x7C6CCC) is known color: Moody Blue. HEX triplet: 7C, 6C and CC. RGB value is (124,108,204). Sum of RGB (Red+Green+Blue) = 124+108+204=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6CCC is #839333. Grayscale: #7B7B7B. Windows color (decimal): -8622900 or 13397116. OLE color: 13397116.
HSL color Cylindrical-coordinate representation of color #7C6CCC: hue angle of 250º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C6CCC is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 108 | 204 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.2 |
| HSL | 250º | 0.48% | 0.61% | - |
| HSV(B) | 250º | 0.47% | 0.8% | - |
| XYZ | 24.57 | 19.37 | 59.57 | - |
| YUV | 123.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 108 | 204 | 0.39 | 0.47 | 0 | 0.2 | 250 | 0.48 | 0.61 |
| Hex | 7C | 6C | CC | 27 | 2F | 0 | 14 | FA | 30 | 3D |
| Octal | 174 | 154 | 314 | 47 | 57 | 0 | 24 | 372 | 60 | 75 |
| Binary | 1111100 | 1101100 | 11001100 | 100111 | 101111 | 0 | 10100 | 11111010 | 110000 | 111101 |
Color Harmonies of #7C6CCC
Complementary color
Monochromatic Colors of #7C6CCC
Black with #7C6CCC
Text Example
Text Example
White with #7C6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6CCC; }
p { color: rgb(124,108,204); }
H1.HeaderClassName
{
color: #7C6CCC;
}
.AnyTagClassName
{
color: #7C6CCC;
}
</style>
background-color css
<style>
a { background-color: #7C6CCC; }
a { background-color: rgb(124,108,204); }
div.DivClassName
{
background-color: #7C6CCC;
}
.BgClassName
{
background-color: #7C6CCC;
}
</style>
border-color css
<style>
span { border-color: #7C6CCC; }
span { border-color: rgb(124,108,204); }
td.TdClassName
{
border-color: #7C6CCC;
}
.TagClassName
{
border-color: #7C6CCC;
}
</style>