#7E63DB

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

Shades of Medium Slate Blue #7E63DB

Tints of Medium Slate Blue #7E63DB

Color information

#7E63DB (or 0x7E63DB) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 63 and DB. RGB value is (126,99,219). Sum of RGB (Red+Green+Blue) = 126+99+219=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E63DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E63DB is #819C24. Grayscale: #787878. Windows color (decimal): -8494117 or 14377854. OLE color: 14377854.

HSL color Cylindrical-coordinate representation of color #7E63DB: hue angle of 253.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E63DB is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12699219-
CMYK0.420.5500.14
HSL253.5º62.5%62.35%-
HSV(B)253.5º54.79%85.88%-
XYZ25.8518.4769.22-
YUV120.75183.45131.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=28.38%
G=22.30%
B=49.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal126992190.420.5500.14253.562.562.35
Hex7E63DB2A370Efe3e3e
Octal17614333352670163767676
Binary11111101100011110110111010101101110111011111110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E63DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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