Shades of Slate Blue #7C5ECE
Tints of Slate Blue #7C5ECE
RGB
CMYK
RGB Variations
Color information
#7C5ECE (or 0x7C5ECE) is known color: Slate Blue. HEX triplet: 7C, 5E and CE. RGB value is (124,94,206). Sum of RGB (Red+Green+Blue) = 124+94+206=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5ECE is #83A131. Grayscale: #737373. Windows color (decimal): -8626482 or 13524604. OLE color: 13524604.
HSL color Cylindrical-coordinate representation of color #7C5ECE: hue angle of 256.07º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C5ECE is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 94 | 206 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.19 |
| HSL | 256.07º | 0.53% | 0.59% | - |
| HSV(B) | 256.07º | 0.54% | 0.81% | - |
| XYZ | 23.46 | 16.75 | 60.39 | - |
| YUV | 115.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 206 | 0.40 | 0.54 | 0 | 0.19 | 256.07 | 0.53 | 0.59 |
| Hex | 7C | 5E | CE | 28 | 36 | 0 | 13 | 100 | 35 | 3B |
| Octal | 174 | 136 | 316 | 50 | 66 | 0 | 23 | 400 | 65 | 73 |
| Binary | 1111100 | 1011110 | 11001110 | 101000 | 110110 | 0 | 10011 | 100000000 | 110101 | 111011 |
Color Harmonies of #7C5ECE
Complementary color
Monochromatic Colors of #7C5ECE
Black with #7C5ECE
Text Example
Text Example
White with #7C5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5ECE; }
p { color: rgb(124,94,206); }
H1.HeaderClassName
{
color: #7C5ECE;
}
.AnyTagClassName
{
color: #7C5ECE;
}
</style>
background-color css
<style>
a { background-color: #7C5ECE; }
a { background-color: rgb(124,94,206); }
div.DivClassName
{
background-color: #7C5ECE;
}
.BgClassName
{
background-color: #7C5ECE;
}
</style>
border-color css
<style>
span { border-color: #7C5ECE; }
span { border-color: rgb(124,94,206); }
td.TdClassName
{
border-color: #7C5ECE;
}
.TagClassName
{
border-color: #7C5ECE;
}
</style>