Shades of Moody Blue #7C6BCD
Tints of Moody Blue #7C6BCD
RGB
CMYK
RGB Variations
Color information
#7C6BCD (or 0x7C6BCD) is known color: Moody Blue. HEX triplet: 7C, 6B and CD. RGB value is (124,107,205). Sum of RGB (Red+Green+Blue) = 124+107+205=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C6BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BCD is #839432. Grayscale: #7A7A7A. Windows color (decimal): -8623155 or 13462396. OLE color: 13462396.
HSL color Cylindrical-coordinate representation of color #7C6BCD: hue angle of 250.41º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C6BCD is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 107 | 205 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.20 |
| HSL | 250.41º | 0.49% | 0.61% | - |
| HSV(B) | 250.41º | 0.48% | 0.8% | - |
| XYZ | 24.59 | 19.21 | 60.17 | - |
| YUV | 123.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 205 | 0.40 | 0.48 | 0 | 0.20 | 250.41 | 0.49 | 0.61 |
| Hex | 7C | 6B | CD | 28 | 30 | 0 | 14 | FA | 31 | 3D |
| Octal | 174 | 153 | 315 | 50 | 60 | 0 | 24 | 372 | 61 | 75 |
| Binary | 1111100 | 1101011 | 11001101 | 101000 | 110000 | 0 | 10100 | 11111010 | 110001 | 111101 |
Color Harmonies of #7C6BCD
Complementary color
Monochromatic Colors of #7C6BCD
Black with #7C6BCD
Text Example
Text Example
White with #7C6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6BCD; }
p { color: rgb(124,107,205); }
H1.HeaderClassName
{
color: #7C6BCD;
}
.AnyTagClassName
{
color: #7C6BCD;
}
</style>
background-color css
<style>
a { background-color: #7C6BCD; }
a { background-color: rgb(124,107,205); }
div.DivClassName
{
background-color: #7C6BCD;
}
.BgClassName
{
background-color: #7C6BCD;
}
</style>
border-color css
<style>
span { border-color: #7C6BCD; }
span { border-color: rgb(124,107,205); }
td.TdClassName
{
border-color: #7C6BCD;
}
.TagClassName
{
border-color: #7C6BCD;
}
</style>