#715FED

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

Shades of Medium Slate Blue #715FED

Tints of Medium Slate Blue #715FED

Color information

#715FED (or 0x715FED) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5F and ED. RGB value is (113,95,237). Sum of RGB (Red+Green+Blue) = 113+95+237=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #715FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FED is #8EA012. Grayscale: #747474. Windows color (decimal): -9347091 or 15556465. OLE color: 15556465.

HSL color Cylindrical-coordinate representation of color #715FED: hue angle of 247.61º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #715FED is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11395237-
CMYK0.520.6000.07
HSL247.61º79.78%65.1%-
HSV(B)247.61º59.92%92.94%-
XYZ26.1917.8182.18-
YUV116.57195.96125.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.39%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 237 (92.97% from 255) = 53.26%
R=25.39%
G=21.35%
B=53.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113952370.520.6000.07247.6179.7865.1
Hex715FED343C07f85041
Octal161137355647407370120101
Binary111000110111111110110111010011110001111111100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,95,237); }

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

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

 a { background-color: rgb(113,95,237); }

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

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

 span { border-color: rgb(113,95,237); }

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