Shades of Slate Blue #7E5CCE
Tints of Slate Blue #7E5CCE
RGB
CMYK
RGB Variations
Color information
#7E5CCE (or 0x7E5CCE) is known color: Slate Blue. HEX triplet: 7E, 5C and CE. RGB value is (126,92,206). Sum of RGB (Red+Green+Blue) = 126+92+206=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 92 (36.33% from 255 or 21.70% 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 #7E5CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5CCE is #81A331. Grayscale: #727272. Windows color (decimal): -8495922 or 13524094. OLE color: 13524094.
HSL color Cylindrical-coordinate representation of color #7E5CCE: hue angle of 257.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E5CCE is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 92 | 206 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.19 |
| HSL | 257.89º | 0.54% | 0.58% | - |
| HSV(B) | 257.89º | 0.55% | 0.81% | - |
| XYZ | 23.57 | 16.55 | 60.34 | - |
| YUV | 115.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 206 | 0.39 | 0.55 | 0 | 0.19 | 257.89 | 0.54 | 0.58 |
| Hex | 7E | 5C | CE | 27 | 37 | 0 | 13 | 102 | 36 | 3A |
| Octal | 176 | 134 | 316 | 47 | 67 | 0 | 23 | 402 | 66 | 72 |
| Binary | 1111110 | 1011100 | 11001110 | 100111 | 110111 | 0 | 10011 | 100000010 | 110110 | 111010 |
Color Harmonies of #7E5CCE
Complementary color
Monochromatic Colors of #7E5CCE
Black with #7E5CCE
Text Example
Text Example
White with #7E5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CCE; }
p { color: rgb(126,92,206); }
H1.HeaderClassName
{
color: #7E5CCE;
}
.AnyTagClassName
{
color: #7E5CCE;
}
</style>
background-color css
<style>
a { background-color: #7E5CCE; }
a { background-color: rgb(126,92,206); }
div.DivClassName
{
background-color: #7E5CCE;
}
.BgClassName
{
background-color: #7E5CCE;
}
</style>
border-color css
<style>
span { border-color: #7E5CCE; }
span { border-color: rgb(126,92,206); }
td.TdClassName
{
border-color: #7E5CCE;
}
.TagClassName
{
border-color: #7E5CCE;
}
</style>