Shades of Slate Blue #7E50D5
Tints of Slate Blue #7E50D5
RGB
CMYK
RGB Variations
Color information
#7E50D5 (or 0x7E50D5) is known color: Slate Blue. HEX triplet: 7E, 50 and D5. RGB value is (126,80,213). Sum of RGB (Red+Green+Blue) = 126+80+213=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #7E50D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E50D5 is #81AF2A. Grayscale: #6C6C6C. Windows color (decimal): -8498987 or 13979774. OLE color: 13979774.
HSL color Cylindrical-coordinate representation of color #7E50D5: hue angle of 260.75º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E50D5 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 80 | 213 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.16 |
| HSL | 260.75º | 0.61% | 0.57% | - |
| HSV(B) | 260.75º | 0.62% | 0.84% | - |
| XYZ | 23.48 | 14.98 | 64.6 | - |
| YUV | 108.92 | 186.74 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 213 | 0.41 | 0.62 | 0 | 0.16 | 260.75 | 0.61 | 0.57 |
| Hex | 7E | 50 | D5 | 29 | 3E | 0 | 10 | 105 | 3D | 39 |
| Octal | 176 | 120 | 325 | 51 | 76 | 0 | 20 | 405 | 75 | 71 |
| Binary | 1111110 | 1010000 | 11010101 | 101001 | 111110 | 0 | 10000 | 100000101 | 111101 | 111001 |
Color Harmonies of #7E50D5
Complementary color
Monochromatic Colors of #7E50D5
Black with #7E50D5
Text Example
Text Example
White with #7E50D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E50D5; }
p { color: rgb(126,80,213); }
H1.HeaderClassName
{
color: #7E50D5;
}
.AnyTagClassName
{
color: #7E50D5;
}
</style>
background-color css
<style>
a { background-color: #7E50D5; }
a { background-color: rgb(126,80,213); }
div.DivClassName
{
background-color: #7E50D5;
}
.BgClassName
{
background-color: #7E50D5;
}
</style>
border-color css
<style>
span { border-color: #7E50D5; }
span { border-color: rgb(126,80,213); }
td.TdClassName
{
border-color: #7E50D5;
}
.TagClassName
{
border-color: #7E50D5;
}
</style>