#7C4CE3

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

Shades of Medium Slate Blue #7C4CE3

Tints of Medium Slate Blue #7C4CE3

Color information

#7C4CE3 (or 0x7C4CE3) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 4C and E3. RGB value is (124,76,227). Sum of RGB (Red+Green+Blue) = 124+76+227=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 227 (89.06% from 255 or 53.16% from 427); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C4CE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4CE3 is #83B31C. Grayscale: #6B6B6B. Windows color (decimal): -8631069 or 14896252. OLE color: 14896252.

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

Color convert

RGB12476227-
CMYK0.450.6700.11
HSL259.07º72.95%59.41%-
HSV(B)259.07º66.52%89.02%-
XYZ24.761574.26-
YUV107.57195.4139.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 227 (89.06% from 255) = 53.16%
R=29.04%
G=17.80%
B=53.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal124762270.450.6700.11259.0772.9559.41
Hex7C4CE32D430B103493b
Octal1741143435510301340311173
Binary11111001001100111000111011011000011010111000000111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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