#7E55EA

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

Shades of Medium Slate Blue #7E55EA

Tints of Medium Slate Blue #7E55EA

Color information

#7E55EA (or 0x7E55EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 55 and EA. RGB value is (126,85,234). Sum of RGB (Red+Green+Blue) = 126+85+234=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E55EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E55EA is #81AA15. Grayscale: #717171. Windows color (decimal): -8497686 or 15357310. OLE color: 15357310.

HSL color Cylindrical-coordinate representation of color #7E55EA: hue angle of 256.51º degrees, saturation: 0.78, 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 #7E55EA is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12685234-
CMYK0.460.6400.08
HSL256.51º78.01%62.55%-
HSV(B)256.51º63.68%91.76%-
XYZ26.716.8779.69-
YUV114.24195.58136.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.31%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 234 (91.80% from 255) = 52.58%
R=28.31%
G=19.10%
B=52.58%

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
Decimal126852340.460.6400.08256.5178.0162.55
Hex7E55EA2E40081014e3f
Octal1761253525610001040111677
Binary11111101010101111010101011101000000010001000000011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E55EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,85,234); }

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

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

 a { background-color: rgb(126,85,234); }

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

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

 span { border-color: rgb(126,85,234); }

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