#7E63E0

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

Shades of Medium Slate Blue #7E63E0

Tints of Medium Slate Blue #7E63E0

Color information

#7E63E0 (or 0x7E63E0) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 63 and E0. RGB value is (126,99,224). Sum of RGB (Red+Green+Blue) = 126+99+224=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #7E63E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E63E0 is #819C1F. Grayscale: #787878. Windows color (decimal): -8494112 or 14705534. OLE color: 14705534.

HSL color Cylindrical-coordinate representation of color #7E63E0: hue angle of 252.96º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E63E0 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12699224-
CMYK0.440.5600.12
HSL252.96º66.84%63.33%-
HSV(B)252.96º55.8%87.84%-
XYZ26.5218.7472.74-
YUV121.32185.95131.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.06%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 224 (87.89% from 255) = 49.89%
R=28.06%
G=22.05%
B=49.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal126992240.440.5600.12252.9666.8463.33
Hex7E63E02C380Cfd433f
Octal176143340547001437510377
Binary111111011000111110000010110011100001100111111011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E63E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,99,224); }

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

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

 a { background-color: rgb(126,99,224); }

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

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

 span { border-color: rgb(126,99,224); }

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