#7E64E2

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

Shades of Medium Slate Blue #7E64E2

Tints of Medium Slate Blue #7E64E2

Color information

#7E64E2 (or 0x7E64E2) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 64 and E2. RGB value is (126,100,226). Sum of RGB (Red+Green+Blue) = 126+100+226=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #7E64E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E64E2 is #819B1D. Grayscale: #797979. Windows color (decimal): -8493854 or 14836862. OLE color: 14836862.

HSL color Cylindrical-coordinate representation of color #7E64E2: hue angle of 252.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E64E2 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126100226-
CMYK0.440.5600.11
HSL252.38º68.48%63.92%-
HSV(B)252.38º55.75%88.63%-
XYZ26.8919.0474.21-
YUV122.14186.61130.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.88%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 226 (88.67% from 255) = 50%
R=27.88%
G=22.12%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1261002260.440.5600.11252.3868.4863.92
Hex7E64E22C380Bfc4440
Octal1761443425470013374104100
Binary1111110110010011100010101100111000010111111110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E64E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,100,226); }

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

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

 a { background-color: rgb(126,100,226); }

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

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

 span { border-color: rgb(126,100,226); }

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