#7c5ee2

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

Shades of Medium Slate Blue #7C5EE2

Tints of Medium Slate Blue #7C5EE2

Color information

#7C5EE2 (or 0x7C5EE2) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 5E and E2. RGB value is (124,94,226). Sum of RGB (Red+Green+Blue) = 124+94+226=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 226 (88.67% from 255 or 50.90% from 444); Max value from RGB is 226 - color contains mainly: blue. Hex color #7C5EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5EE2 is #83A11D. Grayscale: #757575. Windows color (decimal): -8626462 or 14835324. OLE color: 14835324.

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

Color convert

RGB12494226-
CMYK0.450.5800.11
HSL253.64º69.47%62.75%-
HSV(B)253.64º58.41%88.63%-
XYZ26.0417.7874.01-
YUV118.02188.94132.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.93%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 226 (88.67% from 255) = 50.90%
R=27.93%
G=21.17%
B=50.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal124942260.450.5800.11253.6469.4762.75
Hex7C5EE22D3A0Bfe453f
Octal174136342557201337610577
Binary111110010111101110001010110111101001011111111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c5ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,94,226); }

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

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

 a { background-color: rgb(124,94,226); }

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

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

 span { border-color: rgb(124,94,226); }

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