#715DEE

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

Shades of Medium Slate Blue #715DEE

Tints of Medium Slate Blue #715DEE

Color information

#715DEE (or 0x715DEE) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5D and EE. RGB value is (113,93,238). Sum of RGB (Red+Green+Blue) = 113+93+238=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #715DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715DEE is #8EA211. Grayscale: #727272. Windows color (decimal): -9347602 or 15621489. OLE color: 15621489.

HSL color Cylindrical-coordinate representation of color #715DEE: hue angle of 248.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #715DEE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11393238-
CMYK0.530.6100.07
HSL248.28º81.01%64.9%-
HSV(B)248.28º60.92%93.33%-
XYZ26.1617.5182.89-
YUV115.51197.13126.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 238 (93.36% from 255) = 53.60%
R=25.45%
G=20.95%
B=53.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113932380.530.6100.07248.2881.0164.9
Hex715DEE353D07f85141
Octal161135356657507370121101
Binary111000110111011110111011010111110101111111100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,93,238); }

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

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

 a { background-color: rgb(113,93,238); }

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

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

 span { border-color: rgb(113,93,238); }

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