#715CE1

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

Shades of Medium Slate Blue #715CE1

Tints of Medium Slate Blue #715CE1

Color information

#715CE1 (or 0x715CE1) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5C and E1. RGB value is (113,92,225). Sum of RGB (Red+Green+Blue) = 113+92+225=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #715CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CE1 is #8EA31E. Grayscale: #707070. Windows color (decimal): -9347871 or 14769265. OLE color: 14769265.

HSL color Cylindrical-coordinate representation of color #715CE1: hue angle of 249.47º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #715CE1 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11392225-
CMYK0.500.5900.12
HSL249.47º68.91%62.16%-
HSV(B)249.47º59.11%88.24%-
XYZ24.2316.673.16-
YUV113.44190.96127.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 225 (88.28% from 255) = 52.33%
R=26.28%
G=21.40%
B=52.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal113922250.500.5900.12249.4768.9162.16
Hex715CE1323B0Cf9453e
Octal161134341627301437110576
Binary111000110111001110000111001011101101100111110011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,92,225); }

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

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

 a { background-color: rgb(113,92,225); }

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

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

 span { border-color: rgb(113,92,225); }

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