Shades of Medium Slate Blue #715EF0
Tints of Medium Slate Blue #715EF0
RGB
CMYK
RGB Variations
Color information
#715EF0 (or 0x715EF0) is known color: Medium Slate Blue. HEX triplet: 71, 5E and F0. RGB value is (113,94,240). Sum of RGB (Red+Green+Blue) = 113+94+240=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #715EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715EF0 is #8EA10F. Grayscale: #737373. Windows color (decimal): -9347344 or 15752817. OLE color: 15752817.
HSL color Cylindrical-coordinate representation of color #715EF0: hue angle of 247.81º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #715EF0 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 94 | 240 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.06 |
| HSL | 247.81º | 0.83% | 0.65% | - |
| HSV(B) | 247.81º | 0.61% | 0.94% | - |
| XYZ | 26.54 | 17.81 | 84.48 | - |
| YUV | 116.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 240 | 0.53 | 0.61 | 0 | 0.06 | 247.81 | 0.83 | 0.65 |
| Hex | 71 | 5E | F0 | 35 | 3D | 0 | 6 | F8 | 53 | 41 |
| Octal | 161 | 136 | 360 | 65 | 75 | 0 | 6 | 370 | 123 | 101 |
| Binary | 1110001 | 1011110 | 11110000 | 110101 | 111101 | 0 | 110 | 11111000 | 1010011 | 1000001 |
Color Harmonies of #715EF0
Complementary color
Monochromatic Colors of #715EF0
Black with #715EF0
Text Example
Text Example
White with #715EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715EF0; }
p { color: rgb(113,94,240); }
H1.HeaderClassName
{
color: #715EF0;
}
.AnyTagClassName
{
color: #715EF0;
}
</style>
background-color css
<style>
a { background-color: #715EF0; }
a { background-color: rgb(113,94,240); }
div.DivClassName
{
background-color: #715EF0;
}
.BgClassName
{
background-color: #715EF0;
}
</style>
border-color css
<style>
span { border-color: #715EF0; }
span { border-color: rgb(113,94,240); }
td.TdClassName
{
border-color: #715EF0;
}
.TagClassName
{
border-color: #715EF0;
}
</style>