COLOR #7661E1

HEX: #7661E1
RGB: (118,97,225)

Color info

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

RGB color model

#7661E1 color RGB value is (118,97,225).

  • red value is 118;
  • green value is 97;
  • blue value is 225.
RGB:
(118,97,225)
(46%,38%,88%)

RGB channels and saturation

R 118 of 255 = 46%
G 97 of 255 = 38%
B 225 of 255 = 88%

118
97
225

R + G + B ~ 57%. #7661E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 97 + 225 = 440 (100%)
R 118 of 440 ~ 26.82%
G 97 of 440 ~ 22.05%
B 225 of 440 ~ 51.14%

%26.82
%22.05
%51.14

CMYK color model

#7661E1 color CMYK value is (48,57,0,12).

  • cyan value is 47.56%
  • magenta value is 56.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(48,57,0,12)
C48M57Y0K12 
(48%,57%,0%,12%)
(0.48/0.57/0.00/0.12)	

CMYK percentages

%47.56
%56.89
%0
%11.76

Codes

Color #7661E1 in popluar color models

7661E1
RGB11897225
HSL250°68.09%63.14%
HSB/HSV250°56.89%88.24%
CMYK47.56%56.89%0.00%
11.76%

Color #7661E1 in popluar number systems.

HEX7661E1
Decimal11897225
Binary1110110110000111100001
Octal166141341

Shades and tints

Shades of #7661E1

#7661E1
(118,97,225)
#6C59CD
(108,89,205)
#6251B9
(98,81,185)
#5849A5
(88,73,165)
#4E4191
(78,65,145)
#44397D
(68,57,125)
#3A3169
(58,49,105)
#302955
(48,41,85)
#262141
(38,33,65)
#1C192D
(28,25,45)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #7661E1

#7661E1
(118,97,225)
#826FE3
(130,111,227)
#8E7DE5
(142,125,229)
#9A8BE7
(154,139,231)
#A699E9
(166,153,233)
#B2A7EB
(178,167,235)
#BEB5ED
(190,181,237)
#CAC3EF
(202,195,239)
#D6D1F1
(214,209,241)
#E2DFF3
(226,223,243)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7661E1 color. Also use rgb(118,97,225) instead hex code.

Text Font Color

.myTextColor { color: #7661E1; }

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

This text font color is #7661E1.


Background Color

.myBgColor { background-color: #7661E1; }

<div style="background-color:#7661E1">Inner text</div>

This div background color is #7661E1.


Border color

.myBorderColor { border: 1px solid #7661E1; }

<div style="border:3px solid #7661E1">Div</div>

This div border color is #7661E1.


Opacity

.myOpacity80 { color: #7661E1; opacity: 0.8; }

<p style="color:#7661E1;opacity:0.8;">80%</p>

Text with #7661E1 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 #7661E1;}

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

This text has shadow with #7661E1 color.

.textShadow {text-shadow: 3px 3px 1px #7661E1, 3px 3px 1px red;}

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

This text has shadow with #7661E1 primary color and red secondary color.


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

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

This text has shadow with #7661E1 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7661E1;
-webkit-box-shadow: 1px 1px 3px 2px #7661E1;
box-shadow:1px 1px 3px 2px #7661E1;">
Div content here</div>
This div box has shadow with color #7661E1.

Preview

Color preview on black background

This text has color #7661E1 on black background.


Color preview on white background

This text has color #7661E1 on white background.



Black color preview on #7661E1 background

This text has black color on #7661E1 background.


White color preview on #7661E1 background

This text has white color on #7661E1 background.