#7c57f7

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

Shades of Medium Slate Blue #7C57F7

Tints of Medium Slate Blue #7C57F7

Color information

#7C57F7 (or 0x7C57F7) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 57 and F7. RGB value is (124,87,247). Sum of RGB (Red+Green+Blue) = 124+87+247=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #7C57F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C57F7 is #83A808. Grayscale: #737373. Windows color (decimal): -8628233 or 16209788. OLE color: 16209788.

HSL color Cylindrical-coordinate representation of color #7C57F7: hue angle of 253.88º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C57F7 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12487247-
CMYK0.500.6500.03
HSL253.88º90.91%65.49%-
HSV(B)253.88º64.78%96.86%-
XYZ28.5117.8289.93-
YUV116.3201.76133.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.07%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 247 (96.88% from 255) = 53.93%
R=27.07%
G=19.00%
B=53.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal124872470.500.6500.03253.8890.9165.49
Hex7C57F7324103fe5b41
Octal1741273676210103376133101
Binary111110010101111111011111001010000010111111111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c57f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,247); }

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

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

 a { background-color: rgb(124,87,247); }

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

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

 span { border-color: rgb(124,87,247); }

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