#7E54EB

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

Shades of Medium Slate Blue #7E54EB

Tints of Medium Slate Blue #7E54EB

Color information

#7E54EB (or 0x7E54EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 54 and EB. RGB value is (126,84,235). Sum of RGB (Red+Green+Blue) = 126+84+235=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E54EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E54EB is #81AB14. Grayscale: #717171. Windows color (decimal): -8497941 or 15422590. OLE color: 15422590.

HSL color Cylindrical-coordinate representation of color #7E54EB: hue angle of 256.69º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E54EB is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12684235-
CMYK0.460.6400.08
HSL256.69º79.06%62.55%-
HSV(B)256.69º64.26%92.16%-
XYZ26.7716.7780.42-
YUV113.77196.41136.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.31%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 235 (92.19% from 255) = 52.81%
R=28.31%
G=18.88%
B=52.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal126842350.460.6400.08256.6979.0662.55
Hex7E54EB2E40081014f3f
Octal1761243535610001040111777
Binary11111101010100111010111011101000000010001000000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E54EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,84,235); }

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

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

 a { background-color: rgb(126,84,235); }

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

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

 span { border-color: rgb(126,84,235); }

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