#7C4DFE

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

Shades of Medium Slate Blue #7C4DFE

Tints of Medium Slate Blue #7C4DFE

Color information

#7C4DFE (or 0x7C4DFE) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 4D and FE. RGB value is (124,77,254). Sum of RGB (Red+Green+Blue) = 124+77+254=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C4DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C4DFE is #83B201. Grayscale: #6E6E6E. Windows color (decimal): -8630786 or 16665980. OLE color: 16665980.

HSL color Cylindrical-coordinate representation of color #7C4DFE: hue angle of 255.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C4DFE is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12477254-
CMYK0.510.7000.00
HSL255.93º98.88%64.9%-
HSV(B)255.93º69.69%99.61%-
XYZ28.8616.7595.48-
YUV111.23208.57137.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.25%
GREEN value IS 77 (30.47% from 255) = 16.92%
BLUE value IS 254 (99.61% from 255) = 55.82%
R=27.25%
G=16.92%
B=55.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal124772540.510.7000.00255.9398.8864.9
Hex7C4DFE3346001006341
Octal1741153766310600400143101
Binary111110010011011111111011001110001100010000000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,77,254); }

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

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

 a { background-color: rgb(124,77,254); }

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

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

 span { border-color: rgb(124,77,254); }

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