#7c5fee

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

Shades of Medium Slate Blue #7C5FEE

Tints of Medium Slate Blue #7C5FEE

Color information

#7C5FEE (or 0x7C5FEE) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 5F and EE. RGB value is (124,95,238). Sum of RGB (Red+Green+Blue) = 124+95+238=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C5FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5FEE is #83A011. Grayscale: #777777. Windows color (decimal): -8626194 or 15622012. OLE color: 15622012.

HSL color Cylindrical-coordinate representation of color #7C5FEE: hue angle of 252.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C5FEE is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12495238-
CMYK0.480.6000.07
HSL252.17º80.79%65.29%-
HSV(B)252.17º60.08%93.33%-
XYZ27.8418.6483.02-
YUV119.97194.61130.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.13%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 238 (93.36% from 255) = 52.08%
R=27.13%
G=20.79%
B=52.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal124952380.480.6000.07252.1780.7965.29
Hex7C5FEE303C07fc5141
Octal174137356607407374121101
Binary111110010111111110111011000011110001111111110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c5fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,95,238); }

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

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

 a { background-color: rgb(124,95,238); }

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

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

 span { border-color: rgb(124,95,238); }

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