Shades of Slate Blue #7E5BCE
Tints of Slate Blue #7E5BCE
RGB
CMYK
RGB Variations
Color information
#7E5BCE (or 0x7E5BCE) is known color: Slate Blue. HEX triplet: 7E, 5B and CE. RGB value is (126,91,206). Sum of RGB (Red+Green+Blue) = 126+91+206=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E5BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BCE is #81A431. Grayscale: #727272. Windows color (decimal): -8496178 or 13523838. OLE color: 13523838.
HSL color Cylindrical-coordinate representation of color #7E5BCE: hue angle of 258.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E5BCE is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 91 | 206 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.19 |
| HSL | 258.26º | 0.54% | 0.58% | - |
| HSV(B) | 258.26º | 0.56% | 0.81% | - |
| XYZ | 23.49 | 16.37 | 60.32 | - |
| YUV | 114.58 | 179.6 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 206 | 0.39 | 0.56 | 0 | 0.19 | 258.26 | 0.54 | 0.58 |
| Hex | 7E | 5B | CE | 27 | 38 | 0 | 13 | 102 | 36 | 3A |
| Octal | 176 | 133 | 316 | 47 | 70 | 0 | 23 | 402 | 66 | 72 |
| Binary | 1111110 | 1011011 | 11001110 | 100111 | 111000 | 0 | 10011 | 100000010 | 110110 | 111010 |
Color Harmonies of #7E5BCE
Complementary color
Monochromatic Colors of #7E5BCE
Black with #7E5BCE
Text Example
Text Example
White with #7E5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5BCE; }
p { color: rgb(126,91,206); }
H1.HeaderClassName
{
color: #7E5BCE;
}
.AnyTagClassName
{
color: #7E5BCE;
}
</style>
background-color css
<style>
a { background-color: #7E5BCE; }
a { background-color: rgb(126,91,206); }
div.DivClassName
{
background-color: #7E5BCE;
}
.BgClassName
{
background-color: #7E5BCE;
}
</style>
border-color css
<style>
span { border-color: #7E5BCE; }
span { border-color: rgb(126,91,206); }
td.TdClassName
{
border-color: #7E5BCE;
}
.TagClassName
{
border-color: #7E5BCE;
}
</style>