Shades of Medium Slate Blue #715EFF
Tints of Medium Slate Blue #715EFF
RGB
CMYK
RGB Variations
Color information
#715EFF (or 0x715EFF) is known color: Medium Slate Blue. HEX triplet: 71, 5E and FF. RGB value is (113,94,255). Sum of RGB (Red+Green+Blue) = 113+94+255=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #715EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715EFF is #8EA100. Grayscale: #757575. Windows color (decimal): -9347329 or 16735857. OLE color: 16735857.
HSL color Cylindrical-coordinate representation of color #715EFF: hue angle of 247.08º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #715EFF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 94 | 255 | - |
| CMYK | 0.56 | 0.63 | 0 | 0 |
| HSL | 247.08º | 1% | 0.68% | - |
| HSV(B) | 247.08º | 0.63% | 1% | - |
| XYZ | 28.86 | 18.74 | 96.7 | - |
| YUV | 118.04 | 205.29 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 255 | 0.56 | 0.63 | 0 | 0 | 247.08 | 1 | 0.68 |
| Hex | 71 | 5E | FF | 38 | 3F | 0 | 0 | F7 | 64 | 44 |
| Octal | 161 | 136 | 377 | 70 | 77 | 0 | 0 | 367 | 144 | 104 |
| Binary | 1110001 | 1011110 | 11111111 | 111000 | 111111 | 0 | 0 | 11110111 | 1100100 | 1000100 |
Color Harmonies of #715EFF
Complementary color
Monochromatic Colors of #715EFF
Black with #715EFF
Text Example
Text Example
White with #715EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715EFF; }
p { color: rgb(113,94,255); }
H1.HeaderClassName
{
color: #715EFF;
}
.AnyTagClassName
{
color: #715EFF;
}
</style>
background-color css
<style>
a { background-color: #715EFF; }
a { background-color: rgb(113,94,255); }
div.DivClassName
{
background-color: #715EFF;
}
.BgClassName
{
background-color: #715EFF;
}
</style>
border-color css
<style>
span { border-color: #715EFF; }
span { border-color: rgb(113,94,255); }
td.TdClassName
{
border-color: #715EFF;
}
.TagClassName
{
border-color: #715EFF;
}
</style>