Shades of Medium Slate Blue #715FFF
Tints of Medium Slate Blue #715FFF
RGB
CMYK
RGB Variations
Color information
#715FFF (or 0x715FFF) is known color: Medium Slate Blue. HEX triplet: 71, 5F and FF. RGB value is (113,95,255). Sum of RGB (Red+Green+Blue) = 113+95+255=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #715FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FFF is #8EA000. Grayscale: #757575. Windows color (decimal): -9347073 or 16736113. OLE color: 16736113.
HSL color Cylindrical-coordinate representation of color #715FFF: hue angle of 246.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #715FFF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 95 | 255 | - |
| CMYK | 0.56 | 0.63 | 0 | 0 |
| HSL | 246.75º | 1% | 0.69% | - |
| HSV(B) | 246.75º | 0.63% | 1% | - |
| XYZ | 28.95 | 18.92 | 96.73 | - |
| YUV | 118.62 | 204.96 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 255 | 0.56 | 0.63 | 0 | 0 | 246.75 | 1 | 0.69 |
| Hex | 71 | 5F | FF | 38 | 3F | 0 | 0 | F7 | 64 | 45 |
| Octal | 161 | 137 | 377 | 70 | 77 | 0 | 0 | 367 | 144 | 105 |
| Binary | 1110001 | 1011111 | 11111111 | 111000 | 111111 | 0 | 0 | 11110111 | 1100100 | 1000101 |
Color Harmonies of #715FFF
Complementary color
Monochromatic Colors of #715FFF
Black with #715FFF
Text Example
Text Example
White with #715FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715FFF; }
p { color: rgb(113,95,255); }
H1.HeaderClassName
{
color: #715FFF;
}
.AnyTagClassName
{
color: #715FFF;
}
</style>
background-color css
<style>
a { background-color: #715FFF; }
a { background-color: rgb(113,95,255); }
div.DivClassName
{
background-color: #715FFF;
}
.BgClassName
{
background-color: #715FFF;
}
</style>
border-color css
<style>
span { border-color: #715FFF; }
span { border-color: rgb(113,95,255); }
td.TdClassName
{
border-color: #715FFF;
}
.TagClassName
{
border-color: #715FFF;
}
</style>