#7C4AEA

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

Shades of Medium Slate Blue #7C4AEA

Tints of Medium Slate Blue #7C4AEA

Color information

#7C4AEA (or 0x7C4AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 4A and EA. RGB value is (124,74,234). Sum of RGB (Red+Green+Blue) = 124+74+234=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C4AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C4AEA is #83B515. Grayscale: #6A6A6A. Windows color (decimal): -8631574 or 15354492. OLE color: 15354492.

HSL color Cylindrical-coordinate representation of color #7C4AEA: hue angle of 258.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C4AEA is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12474234-
CMYK0.470.6800.08
HSL258.75º79.21%60.39%-
HSV(B)258.75º68.38%91.76%-
XYZ25.6115.1279.41-
YUV107.19199.56139.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.70%
GREEN value IS 74 (29.30% from 255) = 17.13%
BLUE value IS 234 (91.80% from 255) = 54.17%
R=28.70%
G=17.13%
B=54.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal124742340.470.6800.08258.7579.2160.39
Hex7C4AEA2F44081034f3c
Octal1741123525710401040311774
Binary11111001001010111010101011111000100010001000000111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,74,234); }

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

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

 a { background-color: rgb(124,74,234); }

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

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

 span { border-color: rgb(124,74,234); }

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