COLOR #7759E5

HEX: #7759E5
RGB: (119,89,229)

Color info

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

RGB color model

#7759E5 color RGB value is (119,89,229).

  • red value is 119;
  • green value is 89;
  • blue value is 229.
RGB:
(119,89,229)
(47%,35%,90%)

RGB channels and saturation

R 119 of 255 = 47%
G 89 of 255 = 35%
B 229 of 255 = 90%

119
89
229

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

Portions of RGB colors in percentages

R + G + B =
119 + 89 + 229 = 437 (100%)
R 119 of 437 ~ 27.23%
G 89 of 437 ~ 20.37%
B 229 of 437 ~ 52.4%

%27.23
%20.37
%52.4

CMYK color model

#7759E5 color CMYK value is (48,61,0,10).

  • cyan value is 48.03%
  • magenta value is 61.14%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(48,61,0,10)
C48M61Y0K10 
(48%,61%,0%,10%)
(0.48/0.61/0.00/0.10)	

CMYK percentages

%48.03
%61.14
%0
%10.2

Codes

Color #7759E5 in popluar color models

7759E5
RGB11989229
HSL253°72.92%62.35%
HSB/HSV253°61.14%89.80%
CMYK48.03%61.14%0.00%
10.20%

Color #7759E5 in popluar number systems.

HEX7759E5
Decimal11989229
Binary1110111101100111100101
Octal167131345

Shades and tints

Shades of #7759E5

#7759E5
(119,89,229)
#6D51D1
(109,81,209)
#6349BD
(99,73,189)
#5941A9
(89,65,169)
#4F3995
(79,57,149)
#453181
(69,49,129)
#3B296D
(59,41,109)
#312159
(49,33,89)
#271945
(39,25,69)
#1D1131
(29,17,49)
#13091D
(19,9,29)
#000000
(0,0,0)

Tints of #7759E5

#7759E5
(119,89,229)
#8368E7
(131,104,231)
#8F77E9
(143,119,233)
#9B86EB
(155,134,235)
#A795ED
(167,149,237)
#B3A4EF
(179,164,239)
#BFB3F1
(191,179,241)
#CBC2F3
(203,194,243)
#D7D1F5
(215,209,245)
#E3E0F7
(227,224,247)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7759E5 color. Also use rgb(119,89,229) instead hex code.

Text Font Color

.myTextColor { color: #7759E5; }

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

This text font color is #7759E5.


Background Color

.myBgColor { background-color: #7759E5; }

<div style="background-color:#7759E5">Inner text</div>

This div background color is #7759E5.


Border color

.myBorderColor { border: 1px solid #7759E5; }

<div style="border:3px solid #7759E5">Div</div>

This div border color is #7759E5.


Opacity

.myOpacity80 { color: #7759E5; opacity: 0.8; }

<p style="color:#7759E5;opacity:0.8;">80%</p>

Text with #7759E5 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 #7759E5;}

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

This text has shadow with #7759E5 color.

.textShadow {text-shadow: 3px 3px 1px #7759E5, 3px 3px 1px red;}

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

This text has shadow with #7759E5 primary color and red secondary color.


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

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

This text has shadow with #7759E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7759E5 on black background.


Color preview on white background

This text has color #7759E5 on white background.



Black color preview on #7759E5 background

This text has black color on #7759E5 background.


White color preview on #7759E5 background

This text has white color on #7759E5 background.