#7C5EF9

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

Shades of Medium Slate Blue #7C5EF9

Tints of Medium Slate Blue #7C5EF9

Color information

#7C5EF9 (or 0x7C5EF9) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 5E and F9. RGB value is (124,94,249). Sum of RGB (Red+Green+Blue) = 124+94+249=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #7C5EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5EF9 is #83A106. Grayscale: #787878. Windows color (decimal): -8626439 or 16342652. OLE color: 16342652.

HSL color Cylindrical-coordinate representation of color #7C5EF9: hue angle of 251.61º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C5EF9 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12494249-
CMYK0.500.6200.02
HSL251.61º92.81%67.25%-
HSV(B)251.61º62.25%97.65%-
XYZ29.4119.1391.76-
YUV120.64200.44130.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.55%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 249 (97.66% from 255) = 53.32%
R=26.55%
G=20.13%
B=53.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124942490.500.6200.02251.6192.8167.25
Hex7C5EF9323E02fc5d43
Octal174136371627602374135103
Binary11111001011110111110011100101111100101111110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,94,249); }

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

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

 a { background-color: rgb(124,94,249); }

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

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

 span { border-color: rgb(124,94,249); }

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