Shades of Slate Blue #7C46CE
Tints of Slate Blue #7C46CE
RGB
CMYK
RGB Variations
Color information
#7C46CE (or 0x7C46CE) is known color: Slate Blue. HEX triplet: 7C, 46 and CE. RGB value is (124,70,206). Sum of RGB (Red+Green+Blue) = 124+70+206=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C46CE is #83B931. Grayscale: #656565. Windows color (decimal): -8632626 or 13518460. OLE color: 13518460.
HSL color Cylindrical-coordinate representation of color #7C46CE: hue angle of 263.82º 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 #7C46CE is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 70 | 206 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.19 |
| HSL | 263.82º | 0.58% | 0.54% | - |
| HSV(B) | 263.82º | 0.66% | 0.81% | - |
| XYZ | 21.64 | 13.12 | 59.78 | - |
| YUV | 101.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 206 | 0.40 | 0.66 | 0 | 0.19 | 263.82 | 0.58 | 0.54 |
| Hex | 7C | 46 | CE | 28 | 42 | 0 | 13 | 108 | 3A | 36 |
| Octal | 174 | 106 | 316 | 50 | 102 | 0 | 23 | 410 | 72 | 66 |
| Binary | 1111100 | 1000110 | 11001110 | 101000 | 1000010 | 0 | 10011 | 100001000 | 111010 | 110110 |
Color Harmonies of #7C46CE
Complementary color
Monochromatic Colors of #7C46CE
Black with #7C46CE
Text Example
Text Example
White with #7C46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C46CE; }
p { color: rgb(124,70,206); }
H1.HeaderClassName
{
color: #7C46CE;
}
.AnyTagClassName
{
color: #7C46CE;
}
</style>
background-color css
<style>
a { background-color: #7C46CE; }
a { background-color: rgb(124,70,206); }
div.DivClassName
{
background-color: #7C46CE;
}
.BgClassName
{
background-color: #7C46CE;
}
</style>
border-color css
<style>
span { border-color: #7C46CE; }
span { border-color: rgb(124,70,206); }
td.TdClassName
{
border-color: #7C46CE;
}
.TagClassName
{
border-color: #7C46CE;
}
</style>