COLOR #7764E1

HEX: #7764E1
RGB: (119,100,225)

Color info

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

RGB color model

#7764E1 color RGB value is (119,100,225).

  • red value is 119;
  • green value is 100;
  • blue value is 225.
RGB:
(119,100,225)
(47%,39%,88%)

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 225 of 255 = 88%

119
100
225

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 225 = 444 (100%)
R 119 of 444 ~ 26.8%
G 100 of 444 ~ 22.52%
B 225 of 444 ~ 50.68%

%26.8
%22.52
%50.68

CMYK color model

#7764E1 color CMYK value is (47,56,0,12).

  • cyan value is 47.11%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(47,56,0,12)
C47M56Y0K12 
(47%,56%,0%,12%)
(0.47/0.56/0.00/0.12)	

CMYK percentages

%47.11
%55.56
%0
%11.76

Codes

Color #7764E1 in popluar color models

7764E1
RGB119100225
HSL249°67.57%63.73%
HSB/HSV249°55.56%88.24%
CMYK47.11%55.56%0.00%
11.76%

Color #7764E1 in popluar number systems.

HEX7764E1
Decimal119100225
Binary1110111110010011100001
Octal167144341

Shades and tints

Shades of #7764E1

#7764E1
(119,100,225)
#6D5BCD
(109,91,205)
#6352B9
(99,82,185)
#5949A5
(89,73,165)
#4F4091
(79,64,145)
#45377D
(69,55,125)
#3B2E69
(59,46,105)
#312555
(49,37,85)
#271C41
(39,28,65)
#1D132D
(29,19,45)
#130A19
(19,10,25)
#000000
(0,0,0)

Tints of #7764E1

#7764E1
(119,100,225)
#8372E3
(131,114,227)
#8F80E5
(143,128,229)
#9B8EE7
(155,142,231)
#A79CE9
(167,156,233)
#B3AAEB
(179,170,235)
#BFB8ED
(191,184,237)
#CBC6EF
(203,198,239)
#D7D4F1
(215,212,241)
#E3E2F3
(227,226,243)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7764E1 color. Also use rgb(119,100,225) instead hex code.

Text Font Color

.myTextColor { color: #7764E1; }

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

This text font color is #7764E1.


Background Color

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

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

This div background color is #7764E1.


Border color

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

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

This div border color is #7764E1.


Opacity

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

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

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

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

This text has shadow with #7764E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7764E1 on black background.


Color preview on white background

This text has color #7764E1 on white background.



Black color preview on #7764E1 background

This text has black color on #7764E1 background.


White color preview on #7764E1 background

This text has white color on #7764E1 background.