Shades of Medium Slate Blue #715CE5
Tints of Medium Slate Blue #715CE5
RGB
CMYK
RGB Variations
Color information
#715CE5 (or 0x715CE5) is known color: Medium Slate Blue. HEX triplet: 71, 5C and E5. RGB value is (113,92,229). Sum of RGB (Red+Green+Blue) = 113+92+229=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #715CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CE5 is #8EA31A. Grayscale: #717171. Windows color (decimal): -9347867 or 15031409. OLE color: 15031409.
HSL color Cylindrical-coordinate representation of color #715CE5: hue angle of 249.2º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #715CE5 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 92 | 229 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.10 |
| HSL | 249.2º | 0.72% | 0.63% | - |
| HSV(B) | 249.2º | 0.6% | 0.9% | - |
| XYZ | 24.78 | 16.82 | 76.07 | - |
| YUV | 113.9 | 192.96 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 229 | 0.51 | 0.60 | 0 | 0.10 | 249.2 | 0.72 | 0.63 |
| Hex | 71 | 5C | E5 | 33 | 3C | 0 | A | F9 | 48 | 3F |
| Octal | 161 | 134 | 345 | 63 | 74 | 0 | 12 | 371 | 110 | 77 |
| Binary | 1110001 | 1011100 | 11100101 | 110011 | 111100 | 0 | 1010 | 11111001 | 1001000 | 111111 |
Color Harmonies of #715CE5
Complementary color
Monochromatic Colors of #715CE5
Black with #715CE5
Text Example
Text Example
White with #715CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715CE5; }
p { color: rgb(113,92,229); }
H1.HeaderClassName
{
color: #715CE5;
}
.AnyTagClassName
{
color: #715CE5;
}
</style>
background-color css
<style>
a { background-color: #715CE5; }
a { background-color: rgb(113,92,229); }
div.DivClassName
{
background-color: #715CE5;
}
.BgClassName
{
background-color: #715CE5;
}
</style>
border-color css
<style>
span { border-color: #715CE5; }
span { border-color: rgb(113,92,229); }
td.TdClassName
{
border-color: #715CE5;
}
.TagClassName
{
border-color: #715CE5;
}
</style>