Shades of Slate Blue #7C4EC6
Tints of Slate Blue #7C4EC6
RGB
CMYK
RGB Variations
Color information
#7C4EC6 (or 0x7C4EC6) is known color: Slate Blue. HEX triplet: 7C, 4E and C6. RGB value is (124,78,198). Sum of RGB (Red+Green+Blue) = 124+78+198=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #7C4EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4EC6 is #83B139. Grayscale: #696969. Windows color (decimal): -8630586 or 12996220. OLE color: 12996220.
HSL color Cylindrical-coordinate representation of color #7C4EC6: hue angle of 263º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C4EC6 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 78 | 198 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.22 |
| HSL | 263º | 0.51% | 0.54% | - |
| HSV(B) | 263º | 0.61% | 0.78% | - |
| XYZ | 21.23 | 13.81 | 54.97 | - |
| YUV | 105.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 198 | 0.37 | 0.61 | 0 | 0.22 | 263 | 0.51 | 0.54 |
| Hex | 7C | 4E | C6 | 25 | 3D | 0 | 16 | 107 | 33 | 36 |
| Octal | 174 | 116 | 306 | 45 | 75 | 0 | 26 | 407 | 63 | 66 |
| Binary | 1111100 | 1001110 | 11000110 | 100101 | 111101 | 0 | 10110 | 100000111 | 110011 | 110110 |
Color Harmonies of #7C4EC6
Complementary color
Monochromatic Colors of #7C4EC6
Black with #7C4EC6
Text Example
Text Example
White with #7C4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4EC6; }
p { color: rgb(124,78,198); }
H1.HeaderClassName
{
color: #7C4EC6;
}
.AnyTagClassName
{
color: #7C4EC6;
}
</style>
background-color css
<style>
a { background-color: #7C4EC6; }
a { background-color: rgb(124,78,198); }
div.DivClassName
{
background-color: #7C4EC6;
}
.BgClassName
{
background-color: #7C4EC6;
}
</style>
border-color css
<style>
span { border-color: #7C4EC6; }
span { border-color: rgb(124,78,198); }
td.TdClassName
{
border-color: #7C4EC6;
}
.TagClassName
{
border-color: #7C4EC6;
}
</style>