Shades of Medium Slate Blue #715DE8
Tints of Medium Slate Blue #715DE8
RGB
CMYK
RGB Variations
Color information
#715DE8 (or 0x715DE8) is known color: Medium Slate Blue. HEX triplet: 71, 5D and E8. RGB value is (113,93,232). Sum of RGB (Red+Green+Blue) = 113+93+232=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #715DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715DE8 is #8EA217. Grayscale: #727272. Windows color (decimal): -9347608 or 15228273. OLE color: 15228273.
HSL color Cylindrical-coordinate representation of color #715DE8: hue angle of 248.63º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #715DE8 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 93 | 232 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.09 |
| HSL | 248.63º | 0.75% | 0.64% | - |
| HSV(B) | 248.63º | 0.6% | 0.91% | - |
| XYZ | 25.29 | 17.17 | 78.32 | - |
| YUV | 114.83 | 194.13 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 232 | 0.51 | 0.60 | 0 | 0.09 | 248.63 | 0.75 | 0.64 |
| Hex | 71 | 5D | E8 | 33 | 3C | 0 | 9 | F9 | 4B | 40 |
| Octal | 161 | 135 | 350 | 63 | 74 | 0 | 11 | 371 | 113 | 100 |
| Binary | 1110001 | 1011101 | 11101000 | 110011 | 111100 | 0 | 1001 | 11111001 | 1001011 | 1000000 |
Color Harmonies of #715DE8
Complementary color
Monochromatic Colors of #715DE8
Black with #715DE8
Text Example
Text Example
White with #715DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715DE8; }
p { color: rgb(113,93,232); }
H1.HeaderClassName
{
color: #715DE8;
}
.AnyTagClassName
{
color: #715DE8;
}
</style>
background-color css
<style>
a { background-color: #715DE8; }
a { background-color: rgb(113,93,232); }
div.DivClassName
{
background-color: #715DE8;
}
.BgClassName
{
background-color: #715DE8;
}
</style>
border-color css
<style>
span { border-color: #715DE8; }
span { border-color: rgb(113,93,232); }
td.TdClassName
{
border-color: #715DE8;
}
.TagClassName
{
border-color: #715DE8;
}
</style>