#7E61EF

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

Shades of Medium Slate Blue #7E61EF

Tints of Medium Slate Blue #7E61EF

Color information

#7E61EF (or 0x7E61EF) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 61 and EF. RGB value is (126,97,239). Sum of RGB (Red+Green+Blue) = 126+97+239=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E61EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E61EF is #819E10. Grayscale: #797979. Windows color (decimal): -8494609 or 15688062. OLE color: 15688062.

HSL color Cylindrical-coordinate representation of color #7E61EF: hue angle of 252.25º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E61EF is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12697239-
CMYK0.470.5900.06
HSL252.25º81.61%65.88%-
HSV(B)252.25º59.41%93.73%-
XYZ28.4619.2283.87-
YUV121.86194.11130.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.27%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 239 (93.75% from 255) = 51.73%
R=27.27%
G=21.00%
B=51.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal126972390.470.5900.06252.2581.6165.88
Hex7E61EF2F3B06fc5242
Octal176141357577306374122102
Binary111111011000011110111110111111101101101111110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E61EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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