#7E67E0

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

Shades of Medium Slate Blue #7E67E0

Tints of Medium Slate Blue #7E67E0

Color information

#7E67E0 (or 0x7E67E0) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 67 and E0. RGB value is (126,103,224). Sum of RGB (Red+Green+Blue) = 126+103+224=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #7E67E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E67E0 is #81981F. Grayscale: #7B7B7B. Windows color (decimal): -8493088 or 14706558. OLE color: 14706558.

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

Color convert

RGB126103224-
CMYK0.440.5400.12
HSL251.4º66.12%64.12%-
HSV(B)251.4º54.02%87.84%-
XYZ26.9119.5272.87-
YUV123.67184.62129.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.81%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 224 (87.89% from 255) = 49.45%
R=27.81%
G=22.74%
B=49.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1261032240.440.5400.12251.466.1264.12
Hex7E67E02C360Cfb4240
Octal1761473405466014373102100
Binary1111110110011111100000101100110110011001111101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E67E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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