Shades of Medium Slate Blue #715AFF
Tints of Medium Slate Blue #715AFF
RGB
CMYK
RGB Variations
Color information
#715AFF (or 0x715AFF) is known color: Medium Slate Blue. HEX triplet: 71, 5A and FF. RGB value is (113,90,255). Sum of RGB (Red+Green+Blue) = 113+90+255=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #715AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715AFF is #8EA500. Grayscale: #737373. Windows color (decimal): -9348353 or 16734833. OLE color: 16734833.
HSL color Cylindrical-coordinate representation of color #715AFF: hue angle of 248.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #715AFF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 90 | 255 | - |
| CMYK | 0.56 | 0.65 | 0 | 0 |
| HSL | 248.36º | 1% | 0.68% | - |
| HSV(B) | 248.36º | 0.65% | 1% | - |
| XYZ | 28.52 | 18.04 | 96.59 | - |
| YUV | 115.69 | 206.62 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 255 | 0.56 | 0.65 | 0 | 0 | 248.36 | 1 | 0.68 |
| Hex | 71 | 5A | FF | 38 | 41 | 0 | 0 | F8 | 64 | 44 |
| Octal | 161 | 132 | 377 | 70 | 101 | 0 | 0 | 370 | 144 | 104 |
| Binary | 1110001 | 1011010 | 11111111 | 111000 | 1000001 | 0 | 0 | 11111000 | 1100100 | 1000100 |
Color Harmonies of #715AFF
Complementary color
Monochromatic Colors of #715AFF
Black with #715AFF
Text Example
Text Example
White with #715AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715AFF; }
p { color: rgb(113,90,255); }
H1.HeaderClassName
{
color: #715AFF;
}
.AnyTagClassName
{
color: #715AFF;
}
</style>
background-color css
<style>
a { background-color: #715AFF; }
a { background-color: rgb(113,90,255); }
div.DivClassName
{
background-color: #715AFF;
}
.BgClassName
{
background-color: #715AFF;
}
</style>
border-color css
<style>
span { border-color: #715AFF; }
span { border-color: rgb(113,90,255); }
td.TdClassName
{
border-color: #715AFF;
}
.TagClassName
{
border-color: #715AFF;
}
</style>