Shades of Medium Slate Blue #715AED
Tints of Medium Slate Blue #715AED
RGB
CMYK
RGB Variations
Color information
#715AED (or 0x715AED) is known color: Medium Slate Blue. HEX triplet: 71, 5A and ED. RGB value is (113,90,237). Sum of RGB (Red+Green+Blue) = 113+90+237=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #715AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715AED is #8EA512. Grayscale: #717171. Windows color (decimal): -9348371 or 15555185. OLE color: 15555185.
HSL color Cylindrical-coordinate representation of color #715AED: hue angle of 249.39º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #715AED is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 90 | 237 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.07 |
| HSL | 249.39º | 0.8% | 0.64% | - |
| HSV(B) | 249.39º | 0.62% | 0.93% | - |
| XYZ | 25.75 | 16.94 | 82.03 | - |
| YUV | 113.64 | 197.62 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 237 | 0.52 | 0.62 | 0 | 0.07 | 249.39 | 0.8 | 0.64 |
| Hex | 71 | 5A | ED | 34 | 3E | 0 | 7 | F9 | 50 | 40 |
| Octal | 161 | 132 | 355 | 64 | 76 | 0 | 7 | 371 | 120 | 100 |
| Binary | 1110001 | 1011010 | 11101101 | 110100 | 111110 | 0 | 111 | 11111001 | 1010000 | 1000000 |
Color Harmonies of #715AED
Complementary color
Monochromatic Colors of #715AED
Black with #715AED
Text Example
Text Example
White with #715AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715AED; }
p { color: rgb(113,90,237); }
H1.HeaderClassName
{
color: #715AED;
}
.AnyTagClassName
{
color: #715AED;
}
</style>
background-color css
<style>
a { background-color: #715AED; }
a { background-color: rgb(113,90,237); }
div.DivClassName
{
background-color: #715AED;
}
.BgClassName
{
background-color: #715AED;
}
</style>
border-color css
<style>
span { border-color: #715AED; }
span { border-color: rgb(113,90,237); }
td.TdClassName
{
border-color: #715AED;
}
.TagClassName
{
border-color: #715AED;
}
</style>