Shades of Medium Slate Blue #715CF5
Tints of Medium Slate Blue #715CF5
RGB
CMYK
RGB Variations
Color information
#715CF5 (or 0x715CF5) is known color: Medium Slate Blue. HEX triplet: 71, 5C and F5. RGB value is (113,92,245). Sum of RGB (Red+Green+Blue) = 113+92+245=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 245 (96.09% from 255 or 54.44% from 450); Max value from RGB is 245 - color contains mainly: blue. Hex color #715CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715CF5 is #8EA30A. Grayscale: #737373. Windows color (decimal): -9347851 or 16079985. OLE color: 16079985.
HSL color Cylindrical-coordinate representation of color #715CF5: hue angle of 248.24º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #715CF5 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 92 | 245 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.04 |
| HSL | 248.24º | 0.88% | 0.66% | - |
| HSV(B) | 248.24º | 0.62% | 0.96% | - |
| XYZ | 27.12 | 17.76 | 88.38 | - |
| YUV | 115.72 | 200.96 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 245 | 0.54 | 0.62 | 0 | 0.04 | 248.24 | 0.88 | 0.66 |
| Hex | 71 | 5C | F5 | 36 | 3E | 0 | 4 | F8 | 58 | 42 |
| Octal | 161 | 134 | 365 | 66 | 76 | 0 | 4 | 370 | 130 | 102 |
| Binary | 1110001 | 1011100 | 11110101 | 110110 | 111110 | 0 | 100 | 11111000 | 1011000 | 1000010 |
Color Harmonies of #715CF5
Complementary color
Monochromatic Colors of #715CF5
Black with #715CF5
Text Example
Text Example
White with #715CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715CF5; }
p { color: rgb(113,92,245); }
H1.HeaderClassName
{
color: #715CF5;
}
.AnyTagClassName
{
color: #715CF5;
}
</style>
background-color css
<style>
a { background-color: #715CF5; }
a { background-color: rgb(113,92,245); }
div.DivClassName
{
background-color: #715CF5;
}
.BgClassName
{
background-color: #715CF5;
}
</style>
border-color css
<style>
span { border-color: #715CF5; }
span { border-color: rgb(113,92,245); }
td.TdClassName
{
border-color: #715CF5;
}
.TagClassName
{
border-color: #715CF5;
}
</style>