#7C5DE3

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

Shades of Medium Slate Blue #7C5DE3

Tints of Medium Slate Blue #7C5DE3

Color information

#7C5DE3 (or 0x7C5DE3) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 5D and E3. RGB value is (124,93,227). Sum of RGB (Red+Green+Blue) = 124+93+227=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C5DE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5DE3 is #83A21C. Grayscale: #757575. Windows color (decimal): -8626717 or 14900604. OLE color: 14900604.

HSL color Cylindrical-coordinate representation of color #7C5DE3: hue angle of 253.88º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C5DE3 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12493227-
CMYK0.450.5900.11
HSL253.88º70.53%62.75%-
HSV(B)253.88º59.03%89.02%-
XYZ26.0917.6674.71-
YUV117.54189.77132.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.93%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 227 (89.06% from 255) = 51.13%
R=27.93%
G=20.95%
B=51.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal124932270.450.5900.11253.8870.5362.75
Hex7C5DE32D3B0Bfe473f
Octal174135343557301337610777
Binary111110010111011110001110110111101101011111111101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C5DE3; }

 p { color: rgb(124,93,227); }

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

<style>
 a { background-color: #7C5DE3; }

 a { background-color: rgb(124,93,227); }

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

<style>
 span { border-color: #7C5DE3; }

 span { border-color: rgb(124,93,227); }

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