#7E48FA

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

Shades of Medium Slate Blue #7E48FA

Tints of Medium Slate Blue #7E48FA

Color information

#7E48FA (or 0x7E48FA) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 48 and FA. RGB value is (126,72,250). Sum of RGB (Red+Green+Blue) = 126+72+250=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E48FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E48FA is #81B705. Grayscale: #6B6B6B. Windows color (decimal): -8500998 or 16402558. OLE color: 16402558.

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

Color convert

RGB12672250-
CMYK0.500.7100.02
HSL258.2º94.68%63.14%-
HSV(B)258.2º71.2%98.04%-
XYZ28.1815.9792.04-
YUV108.44207.89140.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.12%
GREEN value IS 72 (28.52% from 255) = 16.07%
BLUE value IS 250 (98.05% from 255) = 55.80%
R=28.12%
G=16.07%
B=55.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal126722500.500.7100.02258.294.6863.14
Hex7E48FA3247021025f3f
Octal176110372621070240213777
Binary111111010010001111101011001010001110101000000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E48FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,72,250); }

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

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

 a { background-color: rgb(126,72,250); }

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

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

 span { border-color: rgb(126,72,250); }

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