COLOR #7E61C8

HEX: #7E61C8 RGB: (126,97,200)

Color info

#7E61C8 contains mainly blue color. Web safe color of #7E61C8 is #6666CC (or #66C).

RGB color model

#7E61C8 color RGB value is (126,97,200).

RGB: (126,97,200) (49%, 38%, 78%)

RGB channels and saturation

R 126 of 255 = 49%
G 97 of 255 = 38%
B 200 of 255 = 78%

126
97
200

R + G + B ~ 55%. #7E61C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 97 + 200 = 423 (100%)
R 126 of 423 ~ 29.79%
G 97 of 423 ~ 22.93%
B 200 of 423 ~ 47.28'%

%29.79
%22.93
%47.28

CMYK color model

#7E61C8 color CMYK value is (37,52,0,22).

  • cyan value is 37.00%
  • magenta value is 51.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (37,52,0,22)
C37M52Y0K22 (37%, 52%, 0%, 22%)
(0.37 / 0.52 / 0.00 / 0.22)

CMYK percentages

%37
%51.5
%0
%21.57

Codes

Color #7E61C8 in popluar color models

7E 61 C8
RGB 126 97 200
HSL 257° 48.36% 58.24%
HSB/HSV 257° 51.50% 78.43%
CMYK 37.00% 51.50% 0.00%
21.57%

Color #7E61C8 in popluar number systems.

HEX 7E 61 C8
Decimal 126 97 200
Binary 1111110 1100001 11001000
Octal 176 141 310

Shades and tints

Shades of #7E61C8

#7E61C8
(126,97,200)
#7359B6
(115,89,182)
#6851A4
(104,81,164)
#5D4992
(93,73,146)
#524180
(82,65,128)
#47396E
(71,57,110)
#3C315C
(60,49,92)
#31294A
(49,41,74)
#262138
(38,33,56)
#1B1926
(27,25,38)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7E61C8

#7E61C8
(126,97,200)
#896FCD
(137,111,205)
#947DD2
(148,125,210)
#9F8BD7
(159,139,215)
#AA99DC
(170,153,220)
#B5A7E1
(181,167,225)
#C0B5E6
(192,181,230)
#CBC3EB
(203,195,235)
#D6D1F0
(214,209,240)
#E1DFF5
(225,223,245)
#ECEDFA
(236,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E61C8 color. Also use rgb(126,97,200) instead hex code.

Text Font Color

.myTextColor { color: #7E61C8; }

<p style="color:#7E61C8">This sample text font color is #7E61C8.</p>

This text font color is #7E61C8.

Background Color

.myBgColor { background-color: #7E61C8; }

<div style="background-color:#7E61C8">Inner text</div>

This div background color is #7E61C8.

Border color

.myBorderColor { border: 1px solid #7E61C8; }

<div style="border:3px solid #7E61C8">Div</div>

This div border color is #7E61C8.

Opacity

.myOpacity80 { color: #7E61C8; opacity: 0.8; }

<p style="color:#7E61C8;opacity:0.8;">80%</p>

Text with #7E61C8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E61C8;}

<p style="text-shadow: 3px 3px 1px #7E61C8">Text here.</p>

This text has shadow with #7E61C8 color.


.textShadow {text-shadow: 3px 3px 1px #7E61C8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E61C8, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E61C8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E61C8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E61C8, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E61C8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E61C8;
-webkit-box-shadow: 1px 1px 3px 2px #7E61C8;
box-shadow: 1px 1px 3px 2px #7E61C8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E61C8; -webkit-box-shadow: 1px 1px 3px 2px #7E61C8; box-shadow:1px 1px 3px 2px #7E61C8;">
Div content here
</div>

This div box has shadow with color #7E61C8.

Preview

Color preview on black background

This text has color #7E61C8 on black background.


Color preview on white background

This text has color #7E61C8 on white background.


Black color preview on #7E61C8 background

This text has black color on #7E61C8 background.


White color preview on #7E61C8 background

This text has white color on #7E61C8 background.


Related colors

Complementary color

Complementary color for #hex is #819E37.


I love getcolorcode.com

Triadic colors

1 #C87E61 and #61C87E with #7E61C8 are triadic colors.

2 #C8617E and #617EC8 with #7E61C8 are triadic colors.