Shades of Medium Slate Blue #715AF0
Tints of Medium Slate Blue #715AF0
RGB
CMYK
RGB Variations
Color information
#715AF0 (or 0x715AF0) is known color: Medium Slate Blue. HEX triplet: 71, 5A and F0. RGB value is (113,90,240). Sum of RGB (Red+Green+Blue) = 113+90+240=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #715AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715AF0 is #8EA50F. Grayscale: #717171. Windows color (decimal): -9348368 or 15751793. OLE color: 15751793.
HSL color Cylindrical-coordinate representation of color #715AF0: hue angle of 249.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #715AF0 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 90 | 240 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.06 |
| HSL | 249.2º | 0.83% | 0.65% | - |
| HSV(B) | 249.2º | 0.63% | 0.94% | - |
| XYZ | 26.19 | 17.11 | 84.36 | - |
| YUV | 113.98 | 199.12 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 240 | 0.53 | 0.62 | 0 | 0.06 | 249.2 | 0.83 | 0.65 |
| Hex | 71 | 5A | F0 | 35 | 3E | 0 | 6 | F9 | 53 | 41 |
| Octal | 161 | 132 | 360 | 65 | 76 | 0 | 6 | 371 | 123 | 101 |
| Binary | 1110001 | 1011010 | 11110000 | 110101 | 111110 | 0 | 110 | 11111001 | 1010011 | 1000001 |
Color Harmonies of #715AF0
Complementary color
Monochromatic Colors of #715AF0
Black with #715AF0
Text Example
Text Example
White with #715AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715AF0; }
p { color: rgb(113,90,240); }
H1.HeaderClassName
{
color: #715AF0;
}
.AnyTagClassName
{
color: #715AF0;
}
</style>
background-color css
<style>
a { background-color: #715AF0; }
a { background-color: rgb(113,90,240); }
div.DivClassName
{
background-color: #715AF0;
}
.BgClassName
{
background-color: #715AF0;
}
</style>
border-color css
<style>
span { border-color: #715AF0; }
span { border-color: rgb(113,90,240); }
td.TdClassName
{
border-color: #715AF0;
}
.TagClassName
{
border-color: #715AF0;
}
</style>