#7C50EF

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

Shades of Medium Slate Blue #7C50EF

Tints of Medium Slate Blue #7C50EF

Color information

#7C50EF (or 0x7C50EF) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 50 and EF. RGB value is (124,80,239). Sum of RGB (Red+Green+Blue) = 124+80+239=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C50EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C50EF is #83AF10. Grayscale: #6E6E6E. Windows color (decimal): -8630033 or 15683708. OLE color: 15683708.

HSL color Cylindrical-coordinate representation of color #7C50EF: hue angle of 256.6º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C50EF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12480239-
CMYK0.480.6700.06
HSL256.6º83.25%62.55%-
HSV(B)256.6º66.53%93.73%-
XYZ26.7616.2583.39-
YUV111.28200.08137.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.99%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 239 (93.75% from 255) = 53.95%
R=27.99%
G=18.06%
B=53.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal124802390.480.6700.06256.683.2562.55
Hex7C50EF304306101533f
Octal174120357601030640112377
Binary1111100101000011101111110000100001101101000000011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C50EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,80,239); }

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

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

 a { background-color: rgb(124,80,239); }

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

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

 span { border-color: rgb(124,80,239); }

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