Shades of Medium Slate Blue #715DEE
Tints of Medium Slate Blue #715DEE
RGB
CMYK
RGB Variations
Color information
#715DEE (or 0x715DEE) is known color: Medium Slate Blue. HEX triplet: 71, 5D and EE. RGB value is (113,93,238). Sum of RGB (Red+Green+Blue) = 113+93+238=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #715DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715DEE is #8EA211. Grayscale: #727272. Windows color (decimal): -9347602 or 15621489. OLE color: 15621489.
HSL color Cylindrical-coordinate representation of color #715DEE: hue angle of 248.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #715DEE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 93 | 238 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.07 |
| HSL | 248.28º | 0.81% | 0.65% | - |
| HSV(B) | 248.28º | 0.61% | 0.93% | - |
| XYZ | 26.16 | 17.51 | 82.89 | - |
| YUV | 115.51 | 197.13 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 238 | 0.53 | 0.61 | 0 | 0.07 | 248.28 | 0.81 | 0.65 |
| Hex | 71 | 5D | EE | 35 | 3D | 0 | 7 | F8 | 51 | 41 |
| Octal | 161 | 135 | 356 | 65 | 75 | 0 | 7 | 370 | 121 | 101 |
| Binary | 1110001 | 1011101 | 11101110 | 110101 | 111101 | 0 | 111 | 11111000 | 1010001 | 1000001 |
Color Harmonies of #715DEE
Complementary color
Monochromatic Colors of #715DEE
Black with #715DEE
Text Example
Text Example
White with #715DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715DEE; }
p { color: rgb(113,93,238); }
H1.HeaderClassName
{
color: #715DEE;
}
.AnyTagClassName
{
color: #715DEE;
}
</style>
background-color css
<style>
a { background-color: #715DEE; }
a { background-color: rgb(113,93,238); }
div.DivClassName
{
background-color: #715DEE;
}
.BgClassName
{
background-color: #715DEE;
}
</style>
border-color css
<style>
span { border-color: #715DEE; }
span { border-color: rgb(113,93,238); }
td.TdClassName
{
border-color: #715DEE;
}
.TagClassName
{
border-color: #715DEE;
}
</style>