Shades of Slate Blue #7C47CE
Tints of Slate Blue #7C47CE
RGB
CMYK
RGB Variations
Color information
#7C47CE (or 0x7C47CE) is known color: Slate Blue. HEX triplet: 7C, 47 and CE. RGB value is (124,71,206). Sum of RGB (Red+Green+Blue) = 124+71+206=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C47CE is #83B831. Grayscale: #656565. Windows color (decimal): -8632370 or 13518716. OLE color: 13518716.
HSL color Cylindrical-coordinate representation of color #7C47CE: hue angle of 263.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C47CE is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 71 | 206 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.19 |
| HSL | 263.56º | 0.58% | 0.54% | - |
| HSV(B) | 263.56º | 0.66% | 0.81% | - |
| XYZ | 21.71 | 13.25 | 59.81 | - |
| YUV | 102.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 206 | 0.40 | 0.66 | 0 | 0.19 | 263.56 | 0.58 | 0.54 |
| Hex | 7C | 47 | CE | 28 | 42 | 0 | 13 | 108 | 3A | 36 |
| Octal | 174 | 107 | 316 | 50 | 102 | 0 | 23 | 410 | 72 | 66 |
| Binary | 1111100 | 1000111 | 11001110 | 101000 | 1000010 | 0 | 10011 | 100001000 | 111010 | 110110 |
Color Harmonies of #7C47CE
Complementary color
Monochromatic Colors of #7C47CE
Black with #7C47CE
Text Example
Text Example
White with #7C47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C47CE; }
p { color: rgb(124,71,206); }
H1.HeaderClassName
{
color: #7C47CE;
}
.AnyTagClassName
{
color: #7C47CE;
}
</style>
background-color css
<style>
a { background-color: #7C47CE; }
a { background-color: rgb(124,71,206); }
div.DivClassName
{
background-color: #7C47CE;
}
.BgClassName
{
background-color: #7C47CE;
}
</style>
border-color css
<style>
span { border-color: #7C47CE; }
span { border-color: rgb(124,71,206); }
td.TdClassName
{
border-color: #7C47CE;
}
.TagClassName
{
border-color: #7C47CE;
}
</style>