#7C4EC3

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

Shades of Slate Blue #7C4EC3

Tints of Slate Blue #7C4EC3

Color information

#7C4EC3 (or 0x7C4EC3) is unknown color: approx Slate Blue. HEX triplet: 7C, 4E and C3. RGB value is (124,78,195). Sum of RGB (Red+Green+Blue) = 124+78+195=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #7C4EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4EC3 is #83B13C. Grayscale: #686868. Windows color (decimal): -8630589 or 12799612. OLE color: 12799612.

HSL color Cylindrical-coordinate representation of color #7C4EC3: hue angle of 263.59º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4EC3 is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12478195-
CMYK0.360.600.24
HSL263.59º49.37%53.53%-
HSV(B)263.59º60%76.47%-
XYZ20.8913.6753.17-
YUV105.09178.74141.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 195 (76.56% from 255) = 49.12%
R=31.23%
G=19.65%
B=49.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124781950.360.600.24263.5949.3753.53
Hex7C4EC3243C0181083136
Octal17411630344740304106166
Binary1111100100111011000011100100111100011000100001000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,195); }

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

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

 a { background-color: rgb(124,78,195); }

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

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

 span { border-color: rgb(124,78,195); }

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