Shades of Medium Slate Blue #715FE4
Tints of Medium Slate Blue #715FE4
RGB
CMYK
RGB Variations
Color information
#715FE4 (or 0x715FE4) is known color: Medium Slate Blue. HEX triplet: 71, 5F and E4. RGB value is (113,95,228). Sum of RGB (Red+Green+Blue) = 113+95+228=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #715FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FE4 is #8EA01B. Grayscale: #737373. Windows color (decimal): -9347100 or 14966641. OLE color: 14966641.
HSL color Cylindrical-coordinate representation of color #715FE4: hue angle of 248.12º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715FE4 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 95 | 228 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.11 |
| HSL | 248.12º | 0.71% | 0.63% | - |
| HSV(B) | 248.12º | 0.58% | 0.89% | - |
| XYZ | 24.91 | 17.3 | 75.42 | - |
| YUV | 115.54 | 191.46 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 228 | 0.50 | 0.58 | 0 | 0.11 | 248.12 | 0.71 | 0.63 |
| Hex | 71 | 5F | E4 | 32 | 3A | 0 | B | F8 | 47 | 3F |
| Octal | 161 | 137 | 344 | 62 | 72 | 0 | 13 | 370 | 107 | 77 |
| Binary | 1110001 | 1011111 | 11100100 | 110010 | 111010 | 0 | 1011 | 11111000 | 1000111 | 111111 |
Color Harmonies of #715FE4
Complementary color
Monochromatic Colors of #715FE4
Black with #715FE4
Text Example
Text Example
White with #715FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715FE4; }
p { color: rgb(113,95,228); }
H1.HeaderClassName
{
color: #715FE4;
}
.AnyTagClassName
{
color: #715FE4;
}
</style>
background-color css
<style>
a { background-color: #715FE4; }
a { background-color: rgb(113,95,228); }
div.DivClassName
{
background-color: #715FE4;
}
.BgClassName
{
background-color: #715FE4;
}
</style>
border-color css
<style>
span { border-color: #715FE4; }
span { border-color: rgb(113,95,228); }
td.TdClassName
{
border-color: #715FE4;
}
.TagClassName
{
border-color: #715FE4;
}
</style>