#7E71E4

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

Shades of Medium Slate Blue #7E71E4

Tints of Medium Slate Blue #7E71E4

Color information

#7E71E4 (or 0x7E71E4) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 71 and E4. RGB value is (126,113,228). Sum of RGB (Red+Green+Blue) = 126+113+228=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #7E71E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E71E4 is #818E1B. Grayscale: #818181. Windows color (decimal): -8490524 or 14971262. OLE color: 14971262.

HSL color Cylindrical-coordinate representation of color #7E71E4: hue angle of 246.78º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E71E4 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126113228-
CMYK0.450.5000.11
HSL246.78º68.05%66.86%-
HSV(B)246.78º50.44%89.41%-
XYZ28.5121.8576.11-
YUV130183.31125.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 228 (89.45% from 255) = 48.82%
R=26.98%
G=24.20%
B=48.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1261132280.450.5000.11246.7868.0566.86
Hex7E71E42D320Bf74443
Octal1761613445562013367104103
Binary1111110111000111100100101101110010010111111011110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E71E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,113,228); }

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

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

 a { background-color: rgb(126,113,228); }

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

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

 span { border-color: rgb(126,113,228); }

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