Shades of Moody Blue #7C6CCA
Tints of Moody Blue #7C6CCA
RGB
CMYK
RGB Variations
Color information
#7C6CCA (or 0x7C6CCA) is known color: Moody Blue. HEX triplet: 7C, 6C and CA. RGB value is (124,108,202). Sum of RGB (Red+Green+Blue) = 124+108+202=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6CCA is #839335. Grayscale: #7B7B7B. Windows color (decimal): -8622902 or 13266044. OLE color: 13266044.
HSL color Cylindrical-coordinate representation of color #7C6CCA: hue angle of 250.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C6CCA is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 108 | 202 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.21 |
| HSL | 250.21º | 0.47% | 0.61% | - |
| HSV(B) | 250.21º | 0.47% | 0.79% | - |
| XYZ | 24.34 | 19.27 | 58.31 | - |
| YUV | 123.5 | 172.3 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 108 | 202 | 0.39 | 0.47 | 0 | 0.21 | 250.21 | 0.47 | 0.61 |
| Hex | 7C | 6C | CA | 27 | 2F | 0 | 15 | FA | 2F | 3D |
| Octal | 174 | 154 | 312 | 47 | 57 | 0 | 25 | 372 | 57 | 75 |
| Binary | 1111100 | 1101100 | 11001010 | 100111 | 101111 | 0 | 10101 | 11111010 | 101111 | 111101 |
Color Harmonies of #7C6CCA
Complementary color
Monochromatic Colors of #7C6CCA
Black with #7C6CCA
Text Example
Text Example
White with #7C6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6CCA; }
p { color: rgb(124,108,202); }
H1.HeaderClassName
{
color: #7C6CCA;
}
.AnyTagClassName
{
color: #7C6CCA;
}
</style>
background-color css
<style>
a { background-color: #7C6CCA; }
a { background-color: rgb(124,108,202); }
div.DivClassName
{
background-color: #7C6CCA;
}
.BgClassName
{
background-color: #7C6CCA;
}
</style>
border-color css
<style>
span { border-color: #7C6CCA; }
span { border-color: rgb(124,108,202); }
td.TdClassName
{
border-color: #7C6CCA;
}
.TagClassName
{
border-color: #7C6CCA;
}
</style>