Shades of Medium Slate Blue #715AF4
Tints of Medium Slate Blue #715AF4
RGB
CMYK
RGB Variations
Color information
#715AF4 (or 0x715AF4) is known color: Medium Slate Blue. HEX triplet: 71, 5A and F4. RGB value is (113,90,244). Sum of RGB (Red+Green+Blue) = 113+90+244=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 244 (95.70% from 255 or 54.59% from 447); Max value from RGB is 244 - color contains mainly: blue. Hex color #715AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715AF4 is #8EA50B. Grayscale: #717171. Windows color (decimal): -9348364 or 16013937. OLE color: 16013937.
HSL color Cylindrical-coordinate representation of color #715AF4: hue angle of 248.96º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #715AF4 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 90 | 244 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.04 |
| HSL | 248.96º | 0.88% | 0.65% | - |
| HSV(B) | 248.96º | 0.63% | 0.96% | - |
| XYZ | 26.8 | 17.35 | 87.53 | - |
| YUV | 114.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 244 | 0.54 | 0.63 | 0 | 0.04 | 248.96 | 0.88 | 0.65 |
| Hex | 71 | 5A | F4 | 36 | 3F | 0 | 4 | F9 | 58 | 41 |
| Octal | 161 | 132 | 364 | 66 | 77 | 0 | 4 | 371 | 130 | 101 |
| Binary | 1110001 | 1011010 | 11110100 | 110110 | 111111 | 0 | 100 | 11111001 | 1011000 | 1000001 |
Color Harmonies of #715AF4
Complementary color
Monochromatic Colors of #715AF4
Black with #715AF4
Text Example
Text Example
White with #715AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715AF4; }
p { color: rgb(113,90,244); }
H1.HeaderClassName
{
color: #715AF4;
}
.AnyTagClassName
{
color: #715AF4;
}
</style>
background-color css
<style>
a { background-color: #715AF4; }
a { background-color: rgb(113,90,244); }
div.DivClassName
{
background-color: #715AF4;
}
.BgClassName
{
background-color: #715AF4;
}
</style>
border-color css
<style>
span { border-color: #715AF4; }
span { border-color: rgb(113,90,244); }
td.TdClassName
{
border-color: #715AF4;
}
.TagClassName
{
border-color: #715AF4;
}
</style>