COLOR #7769D1

HEX: #7769D1
RGB: (119,105,209)

Color info

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

RGB color model

#7769D1 color RGB value is (119,105,209).

  • red value is 119;
  • green value is 105;
  • blue value is 209.
RGB:
(119,105,209)
(47%,41%,82%)

RGB channels and saturation

R 119 of 255 = 47%
G 105 of 255 = 41%
B 209 of 255 = 82%

119
105
209

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 209 = 433 (100%)
R 119 of 433 ~ 27.48%
G 105 of 433 ~ 24.25%
B 209 of 433 ~ 48.27%

%27.48
%24.25
%48.27

CMYK color model

#7769D1 color CMYK value is (43,50,0,18).

  • cyan value is 43.06%
  • magenta value is 49.76%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(43,50,0,18)
C43M50Y0K18 
(43%,50%,0%,18%)
(0.43/0.50/0.00/0.18)	

CMYK percentages

%43.06
%49.76
%0
%18.04

Codes

Color #7769D1 in popluar color models

7769D1
RGB119105209
HSL248°53.06%61.57%
HSB/HSV248°49.76%81.96%
CMYK43.06%49.76%0.00%
18.04%

Color #7769D1 in popluar number systems.

HEX7769D1
Decimal119105209
Binary1110111110100111010001
Octal167151321

Shades and tints

Shades of #7769D1

#7769D1
(119,105,209)
#6D60BE
(109,96,190)
#6357AB
(99,87,171)
#594E98
(89,78,152)
#4F4585
(79,69,133)
#453C72
(69,60,114)
#3B335F
(59,51,95)
#312A4C
(49,42,76)
#272139
(39,33,57)
#1D1826
(29,24,38)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #7769D1

#7769D1
(119,105,209)
#8376D5
(131,118,213)
#8F83D9
(143,131,217)
#9B90DD
(155,144,221)
#A79DE1
(167,157,225)
#B3AAE5
(179,170,229)
#BFB7E9
(191,183,233)
#CBC4ED
(203,196,237)
#D7D1F1
(215,209,241)
#E3DEF5
(227,222,245)
#EFEBF9
(239,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7769D1 color. Also use rgb(119,105,209) instead hex code.

Text Font Color

.myTextColor { color: #7769D1; }

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

This text font color is #7769D1.


Background Color

.myBgColor { background-color: #7769D1; }

<div style="background-color:#7769D1">Inner text</div>

This div background color is #7769D1.


Border color

.myBorderColor { border: 1px solid #7769D1; }

<div style="border:3px solid #7769D1">Div</div>

This div border color is #7769D1.


Opacity

.myOpacity80 { color: #7769D1; opacity: 0.8; }

<p style="color:#7769D1;opacity:0.8;">80%</p>

Text with #7769D1 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 #7769D1;}

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

This text has shadow with #7769D1 color.

.textShadow {text-shadow: 3px 3px 1px #7769D1, 3px 3px 1px red;}

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

This text has shadow with #7769D1 primary color and red secondary color.


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

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

This text has shadow with #7769D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7769D1 on black background.


Color preview on white background

This text has color #7769D1 on white background.



Black color preview on #7769D1 background

This text has black color on #7769D1 background.


White color preview on #7769D1 background

This text has white color on #7769D1 background.