COLOR #775DD5

HEX: #775DD5 RGB: (119,93,213)

Color info

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

RGB color model

#775DD5 color RGB value is (119,93,213).

RGB: (119,93,213) (47%, 36%, 84%)

RGB channels and saturation

R 119 of 255 = 47%
G 93 of 255 = 36%
B 213 of 255 = 84%

119
93
213

R + G + B ~ 56%. #775DD5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 93 + 213 = 425 (100%)
R 119 of 425 ~ 28%
G 93 of 425 ~ 21.88%
B 213 of 425 ~ 50.12'%

%28
%21.88
%50.12

CMYK color model

#775DD5 color CMYK value is (44,56,0,16).

  • cyan value is 44.13%
  • magenta value is 56.34%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (44,56,0,16)
C44M56Y0K16 (44%, 56%, 0%, 16%)
(0.44 / 0.56 / 0.00 / 0.16)

CMYK percentages

%44.13
%56.34
%0
%16.47

Codes

Color #775DD5 in popluar color models

77 5D D5
RGB 119 93 213
HSL 253° 58.82% 60.00%
HSB/HSV 253° 56.34% 83.53%
CMYK 44.13% 56.34% 0.00%
16.47%

Color #775DD5 in popluar number systems.

HEX 77 5D D5
Decimal 119 93 213
Binary 1110111 1011101 11010101
Octal 167 135 325

Shades and tints

Shades of #775DD5

#775DD5
(119,93,213)
#6D55C2
(109,85,194)
#634DAF
(99,77,175)
#59459C
(89,69,156)
#4F3D89
(79,61,137)
#453576
(69,53,118)
#3B2D63
(59,45,99)
#312550
(49,37,80)
#271D3D
(39,29,61)
#1D152A
(29,21,42)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #775DD5

#775DD5
(119,93,213)
#836BD8
(131,107,216)
#8F79DB
(143,121,219)
#9B87DE
(155,135,222)
#A795E1
(167,149,225)
#B3A3E4
(179,163,228)
#BFB1E7
(191,177,231)
#CBBFEA
(203,191,234)
#D7CDED
(215,205,237)
#E3DBF0
(227,219,240)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775DD5 color. Also use rgb(119,93,213) instead hex code.

Text Font Color

.myTextColor { color: #775DD5; }

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

This text font color is #775DD5.

Background Color

.myBgColor { background-color: #775DD5; }

<div style="background-color:#775DD5">Inner text</div>

This div background color is #775DD5.

Border color

.myBorderColor { border: 1px solid #775DD5; }

<div style="border:3px solid #775DD5">Div</div>

This div border color is #775DD5.

Opacity

.myOpacity80 { color: #775DD5; opacity: 0.8; }

<p style="color:#775DD5;opacity:0.8;">80%</p>

Text with #775DD5 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 #775DD5;}

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

This text has shadow with #775DD5 color.


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

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

This text has shadow with #775DD5 primary color and red secondary color.


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

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

This text has shadow with #775DD5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #775DD5.

Preview

Color preview on black background

This text has color #775DD5 on black background.


Color preview on white background

This text has color #775DD5 on white background.


Black color preview on #775DD5 background

This text has black color on #775DD5 background.


White color preview on #775DD5 background

This text has white color on #775DD5 background.


Related colors

Complementary color

Complementary color for #hex is #88A22A.


I love getcolorcode.com

Triadic colors

1 #D5775D and #5DD577 with #775DD5 are triadic colors.

2 #D55D77 and #5D77D5 with #775DD5 are triadic colors.