#7E5BEA

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

Shades of Medium Slate Blue #7E5BEA

Tints of Medium Slate Blue #7E5BEA

Color information

#7E5BEA (or 0x7E5BEA) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 5B and EA. RGB value is (126,91,234). Sum of RGB (Red+Green+Blue) = 126+91+234=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E5BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5BEA is #81A415. Grayscale: #757575. Windows color (decimal): -8496150 or 15358846. OLE color: 15358846.

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

Color convert

RGB12691234-
CMYK0.460.6100.08
HSL254.69º77.3%63.73%-
HSV(B)254.69º61.11%91.76%-
XYZ27.217.8679.86-
YUV117.77193.6133.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.94%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 234 (91.80% from 255) = 51.88%
R=27.94%
G=20.18%
B=51.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal126912340.460.6100.08254.6977.363.73
Hex7E5BEA2E3D08ff4d40
Octal1761333525675010377115100
Binary1111110101101111101010101110111101010001111111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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