#7C50E2

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

Shades of Medium Slate Blue #7C50E2

Tints of Medium Slate Blue #7C50E2

Color information

#7C50E2 (or 0x7C50E2) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 50 and E2. RGB value is (124,80,226). Sum of RGB (Red+Green+Blue) = 124+80+226=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 226 (88.67% from 255 or 52.56% from 430); Max value from RGB is 226 - color contains mainly: blue. Hex color #7C50E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C50E2 is #83AF1D. Grayscale: #6D6D6D. Windows color (decimal): -8630046 or 14831740. OLE color: 14831740.

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

Color convert

RGB12480226-
CMYK0.450.6500.11
HSL258.08º71.57%60%-
HSV(B)258.08º64.6%88.63%-
XYZ24.9115.5173.63-
YUV109.8193.58138.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.84%
GREEN value IS 80 (31.64% from 255) = 18.60%
BLUE value IS 226 (88.67% from 255) = 52.56%
R=28.84%
G=18.60%
B=52.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal124802260.450.6500.11258.0871.5760
Hex7C50E22D410B102483c
Octal1741203425510101340211074
Binary11111001010000111000101011011000001010111000000101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C50E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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