Shades of Medium Slate Blue #715BE7
Tints of Medium Slate Blue #715BE7
RGB
CMYK
RGB Variations
Color information
#715BE7 (or 0x715BE7) is known color: Medium Slate Blue. HEX triplet: 71, 5B and E7. RGB value is (113,91,231). Sum of RGB (Red+Green+Blue) = 113+91+231=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #715BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715BE7 is #8EA418. Grayscale: #717171. Windows color (decimal): -9348121 or 15162225. OLE color: 15162225.
HSL color Cylindrical-coordinate representation of color #715BE7: hue angle of 249.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #715BE7 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 91 | 231 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.09 |
| HSL | 249.43º | 0.74% | 0.63% | - |
| HSV(B) | 249.43º | 0.61% | 0.91% | - |
| XYZ | 24.97 | 16.76 | 77.52 | - |
| YUV | 113.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 231 | 0.51 | 0.61 | 0 | 0.09 | 249.43 | 0.74 | 0.63 |
| Hex | 71 | 5B | E7 | 33 | 3D | 0 | 9 | F9 | 4A | 3F |
| Octal | 161 | 133 | 347 | 63 | 75 | 0 | 11 | 371 | 112 | 77 |
| Binary | 1110001 | 1011011 | 11100111 | 110011 | 111101 | 0 | 1001 | 11111001 | 1001010 | 111111 |
Color Harmonies of #715BE7
Complementary color
Monochromatic Colors of #715BE7
Black with #715BE7
Text Example
Text Example
White with #715BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715BE7; }
p { color: rgb(113,91,231); }
H1.HeaderClassName
{
color: #715BE7;
}
.AnyTagClassName
{
color: #715BE7;
}
</style>
background-color css
<style>
a { background-color: #715BE7; }
a { background-color: rgb(113,91,231); }
div.DivClassName
{
background-color: #715BE7;
}
.BgClassName
{
background-color: #715BE7;
}
</style>
border-color css
<style>
span { border-color: #715BE7; }
span { border-color: rgb(113,91,231); }
td.TdClassName
{
border-color: #715BE7;
}
.TagClassName
{
border-color: #715BE7;
}
</style>