#7E61E7

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

Shades of Medium Slate Blue #7E61E7

Tints of Medium Slate Blue #7E61E7

Color information

#7E61E7 (or 0x7E61E7) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 61 and E7. RGB value is (126,97,231). Sum of RGB (Red+Green+Blue) = 126+97+231=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #7E61E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E61E7 is #819E18. Grayscale: #787878. Windows color (decimal): -8494617 or 15163774. OLE color: 15163774.

HSL color Cylindrical-coordinate representation of color #7E61E7: hue angle of 252.99º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E61E7 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12697231-
CMYK0.450.5800.09
HSL252.99º73.63%64.31%-
HSV(B)252.99º58.01%90.59%-
XYZ27.318.7577.78-
YUV120.95190.11131.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.75%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 231 (90.62% from 255) = 50.88%
R=27.75%
G=21.37%
B=50.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal126972310.450.5800.09252.9973.6364.31
Hex7E61E72D3A09fd4a40
Octal1761413475572011375112100
Binary1111110110000111100111101101111010010011111110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E61E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,97,231); }

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

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

 a { background-color: rgb(126,97,231); }

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

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

 span { border-color: rgb(126,97,231); }

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