#7E67EA

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

Shades of Medium Slate Blue #7E67EA

Tints of Medium Slate Blue #7E67EA

Color information

#7E67EA (or 0x7E67EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 67 and EA. RGB value is (126,103,234). Sum of RGB (Red+Green+Blue) = 126+103+234=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E67EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E67EA is #819815. Grayscale: #7C7C7C. Windows color (decimal): -8493078 or 15361918. OLE color: 15361918.

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

Color convert

RGB126103234-
CMYK0.460.5600.08
HSL250.53º75.72%66.08%-
HSV(B)250.53º55.98%91.76%-
XYZ28.3120.0880.23-
YUV124.81189.62128.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.21%
GREEN value IS 103 (40.62% from 255) = 22.25%
BLUE value IS 234 (91.80% from 255) = 50.54%
R=27.21%
G=22.25%
B=50.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261032340.460.5600.08250.5375.7266.08
Hex7E67EA2E3808fb4c42
Octal1761473525670010373114102
Binary1111110110011111101010101110111000010001111101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E67EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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