#7e47f8

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

Shades of Medium Slate Blue #7E47F8

Tints of Medium Slate Blue #7E47F8

Color information

#7E47F8 (or 0x7E47F8) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 47 and F8. RGB value is (126,71,248). Sum of RGB (Red+Green+Blue) = 126+71+248=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #7E47F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E47F8 is #81B807. Grayscale: #6A6A6A. Windows color (decimal): -8501256 or 16271230. OLE color: 16271230.

HSL color Cylindrical-coordinate representation of color #7E47F8: hue angle of 258.64º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E47F8 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12671248-
CMYK0.490.7100.03
HSL258.64º92.67%62.55%-
HSV(B)258.64º71.37%97.25%-
XYZ27.815.7290.38-
YUV107.62207.22141.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.31%
GREEN value IS 71 (28.12% from 255) = 15.96%
BLUE value IS 248 (97.27% from 255) = 55.73%
R=28.31%
G=15.96%
B=55.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal126712480.490.7100.03258.6492.6762.55
Hex7E47F83147031035d3f
Octal176107370611070340313577
Binary111111010001111111100011000110001110111000000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e47f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,71,248); }

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

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

 a { background-color: rgb(126,71,248); }

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

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

 span { border-color: rgb(126,71,248); }

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