#7C55EC

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

Shades of Medium Slate Blue #7C55EC

Tints of Medium Slate Blue #7C55EC

Color information

#7C55EC (or 0x7C55EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 55 and EC. RGB value is (124,85,236). Sum of RGB (Red+Green+Blue) = 124+85+236=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C55EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C55EC is #83AA13. Grayscale: #717171. Windows color (decimal): -8628756 or 15488380. OLE color: 15488380.

HSL color Cylindrical-coordinate representation of color #7C55EC: hue angle of 255.5º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C55EC is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12485236-
CMYK0.470.6400.07
HSL255.5º79.89%62.94%-
HSV(B)255.5º63.98%92.55%-
XYZ26.716.8481.2-
YUV113.88196.92135.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.87%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 236 (92.58% from 255) = 53.03%
R=27.87%
G=19.10%
B=53.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal124852360.470.6400.07255.579.8962.94
Hex7C55EC2F4007ff503f
Octal174125354571000737712077
Binary111110010101011110110010111110000000111111111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C55EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,85,236); }

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

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

 a { background-color: rgb(124,85,236); }

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

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

 span { border-color: rgb(124,85,236); }

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