#7C49E9

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

Shades of Medium Slate Blue #7C49E9

Tints of Medium Slate Blue #7C49E9

Color information

#7C49E9 (or 0x7C49E9) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 49 and E9. RGB value is (124,73,233). Sum of RGB (Red+Green+Blue) = 124+73+233=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #7C49E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C49E9 is #83B616. Grayscale: #696969. Windows color (decimal): -8631831 or 15288700. OLE color: 15288700.

HSL color Cylindrical-coordinate representation of color #7C49E9: hue angle of 259.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C49E9 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12473233-
CMYK0.470.6900.09
HSL259.12º78.43%60%-
HSV(B)259.12º68.67%91.37%-
XYZ25.414.9378.63-
YUV106.49199.4140.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.84%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 233 (91.41% from 255) = 54.19%
R=28.84%
G=16.98%
B=54.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal124732330.470.6900.09259.1278.4360
Hex7C49E92F45091034e3c
Octal1741113515710501140311674
Binary11111001001001111010011011111000101010011000000111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C49E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,233); }

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

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

 a { background-color: rgb(124,73,233); }

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

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

 span { border-color: rgb(124,73,233); }

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