#715AE2

Color #715AE2 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #715AE2

Tints of Medium Slate Blue #715AE2

Color information

#715AE2 (or 0x715AE2) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5A and E2. RGB value is (113,90,226). Sum of RGB (Red+Green+Blue) = 113+90+226=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 226 (88.67% from 255 or 52.68% from 429); Max value from RGB is 226 - color contains mainly: blue. Hex color #715AE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AE2 is #8EA51D. Grayscale: #6F6F6F. Windows color (decimal): -9348382 or 14834289. OLE color: 14834289.

HSL color Cylindrical-coordinate representation of color #715AE2: hue angle of 250.15º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #715AE2 is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11390226-
CMYK0.50.6000.11
HSL250.15º70.1%61.96%-
HSV(B)250.15º60.18%88.63%-
XYZ24.1916.3173.83-
YUV112.38192.12128.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 226 (88.67% from 255) = 52.68%
R=26.34%
G=20.98%
B=52.68%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal113902260.50.6000.11250.1570.161.96
Hex715AE2323C0Bfa463e
Octal161132342627401337210676
Binary111000110110101110001011001011110001011111110101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715AE2; }

 p { color: rgb(113,90,226); }

 H1.HeaderClassName
 {
   color: #715AE2;
 }
 .AnyTagClassName
 {
   color: #715AE2;
 }
</style>
background-color css

<style>
 a { background-color: #715AE2; }

 a { background-color: rgb(113,90,226); }

 div.DivClassName
 {
   background-color: #715AE2;
 }
 .BgClassName
 {
   background-color: #715AE2;
 }
</style>
border-color css

<style>
 span { border-color: #715AE2; }

 span { border-color: rgb(113,90,226); }

 td.TdClassName
 {
   border-color: #715AE2;
 }
 .TagClassName
 {
   border-color: #715AE2;
 }
</style>