Shades of Medium Slate Blue #715BE3
Tints of Medium Slate Blue #715BE3
RGB
CMYK
RGB Variations
Color information
#715BE3 (or 0x715BE3) is known color: Medium Slate Blue. HEX triplet: 71, 5B and E3. RGB value is (113,91,227). Sum of RGB (Red+Green+Blue) = 113+91+227=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 227 (89.06% from 255 or 52.67% from 431); Max value from RGB is 227 - color contains mainly: blue. Hex color #715BE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BE3 is #8EA41C. Grayscale: #707070. Windows color (decimal): -9348125 or 14900081. OLE color: 14900081.
HSL color Cylindrical-coordinate representation of color #715BE3: hue angle of 249.71º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #715BE3 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 91 | 227 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.11 |
| HSL | 249.71º | 0.71% | 0.62% | - |
| HSV(B) | 249.71º | 0.6% | 0.89% | - |
| XYZ | 24.42 | 16.54 | 74.58 | - |
| YUV | 113.08 | 192.29 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 227 | 0.50 | 0.60 | 0 | 0.11 | 249.71 | 0.71 | 0.62 |
| Hex | 71 | 5B | E3 | 32 | 3C | 0 | B | FA | 47 | 3E |
| Octal | 161 | 133 | 343 | 62 | 74 | 0 | 13 | 372 | 107 | 76 |
| Binary | 1110001 | 1011011 | 11100011 | 110010 | 111100 | 0 | 1011 | 11111010 | 1000111 | 111110 |
Color Harmonies of #715BE3
Complementary color
Monochromatic Colors of #715BE3
Black with #715BE3
Text Example
Text Example
White with #715BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715BE3; }
p { color: rgb(113,91,227); }
H1.HeaderClassName
{
color: #715BE3;
}
.AnyTagClassName
{
color: #715BE3;
}
</style>
background-color css
<style>
a { background-color: #715BE3; }
a { background-color: rgb(113,91,227); }
div.DivClassName
{
background-color: #715BE3;
}
.BgClassName
{
background-color: #715BE3;
}
</style>
border-color css
<style>
span { border-color: #715BE3; }
span { border-color: rgb(113,91,227); }
td.TdClassName
{
border-color: #715BE3;
}
.TagClassName
{
border-color: #715BE3;
}
</style>