#7E63EB

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

Shades of Medium Slate Blue #7E63EB

Tints of Medium Slate Blue #7E63EB

Color information

#7E63EB (or 0x7E63EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 63 and EB. RGB value is (126,99,235). Sum of RGB (Red+Green+Blue) = 126+99+235=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E63EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E63EB is #819C14. Grayscale: #7A7A7A. Windows color (decimal): -8494101 or 15426430. OLE color: 15426430.

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

Color convert

RGB12699235-
CMYK0.460.5800.08
HSL251.91º77.27%65.49%-
HSV(B)251.91º57.87%92.16%-
XYZ28.0619.3680.85-
YUV122.58191.45130.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.39%
GREEN value IS 99 (39.06% from 255) = 21.52%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=27.39%
G=21.52%
B=51.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal126992350.460.5800.08251.9177.2765.49
Hex7E63EB2E3A08fc4d41
Octal1761433535672010374115101
Binary1111110110001111101011101110111010010001111110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E63EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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