#7E67EC

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

Shades of Medium Slate Blue #7E67EC

Tints of Medium Slate Blue #7E67EC

Color information

#7E67EC (or 0x7E67EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 67 and EC. RGB value is (126,103,236). Sum of RGB (Red+Green+Blue) = 126+103+236=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E67EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E67EC is #819813. Grayscale: #7C7C7C. Windows color (decimal): -8493076 or 15492990. OLE color: 15492990.

HSL color Cylindrical-coordinate representation of color #7E67EC: hue angle of 250.38º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E67EC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126103236-
CMYK0.470.5600.07
HSL250.38º77.78%66.47%-
HSV(B)250.38º56.36%92.55%-
XYZ28.5920.1981.75-
YUV125.04190.62128.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 103 (40.62% from 255) = 22.15%
BLUE value IS 236 (92.58% from 255) = 50.75%
R=27.10%
G=22.15%
B=50.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261032360.470.5600.07250.3877.7866.47
Hex7E67EC2F3807fa4e42
Octal176147354577007372116102
Binary111111011001111110110010111111100001111111101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E67EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,103,236); }

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

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

 a { background-color: rgb(126,103,236); }

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

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

 span { border-color: rgb(126,103,236); }

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