COLOR #785AB1

HEX: #785AB1 RGB: (120,90,177)

Color info

#785AB1 contains mainly red and blue colors. Web safe color of #785AB1 is #666699 (or #669).

RGB color model

#785AB1 color RGB value is (120,90,177).

RGB: (120,90,177) (47%, 35%, 69%)

RGB channels and saturation

R 120 of 255 = 47%
G 90 of 255 = 35%
B 177 of 255 = 69%

120
90
177

R + G + B ~ 50%. #785AB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 90 + 177 = 387 (100%)
R 120 of 387 ~ 31.01%
G 90 of 387 ~ 23.26%
B 177 of 387 ~ 45.74'%

%31.01
%23.26
%45.74

CMYK color model

#785AB1 color CMYK value is (32,49,0,31).

  • cyan value is 32.20%
  • magenta value is 49.15%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (32,49,0,31)
C32M49Y0K31 (32%, 49%, 0%, 31%)
(0.32 / 0.49 / 0.00 / 0.31)

CMYK percentages

%32.2
%49.15
%0
%30.59

Codes

Color #785AB1 in popluar color models

78 5A B1
RGB 120 90 177
HSL 261° 35.80% 52.35%
HSB/HSV 261° 49.15% 69.41%
CMYK 32.20% 49.15% 0.00%
30.59%

Color #785AB1 in popluar number systems.

HEX 78 5A B1
Decimal 120 90 177
Binary 1111000 1011010 10110001
Octal 170 132 261

Shades and tints

Shades of #785AB1

#785AB1
(120,90,177)
#6E52A1
(110,82,161)
#644A91
(100,74,145)
#5A4281
(90,66,129)
#503A71
(80,58,113)
#463261
(70,50,97)
#3C2A51
(60,42,81)
#322241
(50,34,65)
#281A31
(40,26,49)
#1E1221
(30,18,33)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #785AB1

#785AB1
(120,90,177)
#8469B8
(132,105,184)
#9078BF
(144,120,191)
#9C87C6
(156,135,198)
#A896CD
(168,150,205)
#B4A5D4
(180,165,212)
#C0B4DB
(192,180,219)
#CCC3E2
(204,195,226)
#D8D2E9
(216,210,233)
#E4E1F0
(228,225,240)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785AB1 color. Also use rgb(120,90,177) instead hex code.

Text Font Color

.myTextColor { color: #785AB1; }

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

This text font color is #785AB1.

Background Color

.myBgColor { background-color: #785AB1; }

<div style="background-color:#785AB1">Inner text</div>

This div background color is #785AB1.

Border color

.myBorderColor { border: 1px solid #785AB1; }

<div style="border:3px solid #785AB1">Div</div>

This div border color is #785AB1.

Opacity

.myOpacity80 { color: #785AB1; opacity: 0.8; }

<p style="color:#785AB1;opacity:0.8;">80%</p>

Text with #785AB1 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 #785AB1;}

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

This text has shadow with #785AB1 color.


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

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

This text has shadow with #785AB1 primary color and red secondary color.


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

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

This text has shadow with #785AB1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #785AB1.

Preview

Color preview on black background

This text has color #785AB1 on black background.


Color preview on white background

This text has color #785AB1 on white background.


Black color preview on #785AB1 background

This text has black color on #785AB1 background.


White color preview on #785AB1 background

This text has white color on #785AB1 background.


Related colors

Complementary color

Complementary color for #hex is #87A54E.


I love getcolorcode.com

Triadic colors

1 #B1785A and #5AB178 with #785AB1 are triadic colors.

2 #B15A78 and #5A78B1 with #785AB1 are triadic colors.