Shades of Slate Blue #7E4ECE
Tints of Slate Blue #7E4ECE
RGB
CMYK
RGB Variations
Color information
#7E4ECE (or 0x7E4ECE) is known color: Slate Blue. HEX triplet: 7E, 4E and CE. RGB value is (126,78,206). Sum of RGB (Red+Green+Blue) = 126+78+206=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4ECE is #81B131. Grayscale: #6A6A6A. Windows color (decimal): -8499506 or 13520510. OLE color: 13520510.
HSL color Cylindrical-coordinate representation of color #7E4ECE: hue angle of 262.5º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E4ECE is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 78 | 206 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.19 |
| HSL | 262.5º | 0.57% | 0.56% | - |
| HSV(B) | 262.5º | 0.62% | 0.81% | - |
| XYZ | 22.47 | 14.34 | 59.98 | - |
| YUV | 106.94 | 183.9 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 206 | 0.39 | 0.62 | 0 | 0.19 | 262.5 | 0.57 | 0.56 |
| Hex | 7E | 4E | CE | 27 | 3E | 0 | 13 | 106 | 39 | 38 |
| Octal | 176 | 116 | 316 | 47 | 76 | 0 | 23 | 406 | 71 | 70 |
| Binary | 1111110 | 1001110 | 11001110 | 100111 | 111110 | 0 | 10011 | 100000110 | 111001 | 111000 |
Color Harmonies of #7E4ECE
Complementary color
Monochromatic Colors of #7E4ECE
Black with #7E4ECE
Text Example
Text Example
White with #7E4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4ECE; }
p { color: rgb(126,78,206); }
H1.HeaderClassName
{
color: #7E4ECE;
}
.AnyTagClassName
{
color: #7E4ECE;
}
</style>
background-color css
<style>
a { background-color: #7E4ECE; }
a { background-color: rgb(126,78,206); }
div.DivClassName
{
background-color: #7E4ECE;
}
.BgClassName
{
background-color: #7E4ECE;
}
</style>
border-color css
<style>
span { border-color: #7E4ECE; }
span { border-color: rgb(126,78,206); }
td.TdClassName
{
border-color: #7E4ECE;
}
.TagClassName
{
border-color: #7E4ECE;
}
</style>