COLOR #775BB9

HEX: #775BB9
RGB: (119,91,185)

Color info

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

RGB color model

#775BB9 color RGB value is (119,91,185).

  • red value is 119;
  • green value is 91;
  • blue value is 185.
RGB:
(119,91,185)
(47%,36%,73%)

RGB channels and saturation

R 119 of 255 = 47%
G 91 of 255 = 36%
B 185 of 255 = 73%

119
91
185

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

Portions of RGB colors in percentages

R + G + B =
119 + 91 + 185 = 395 (100%)
R 119 of 395 ~ 30.13%
G 91 of 395 ~ 23.04%
B 185 of 395 ~ 46.84%

%30.13
%23.04
%46.84

CMYK color model

#775BB9 color CMYK value is (36,51,0,27).

  • cyan value is 35.68%
  • magenta value is 50.81%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(36,51,0,27)
C36M51Y0K27 
(36%,51%,0%,27%)
(0.36/0.51/0.00/0.27)	

CMYK percentages

%35.68
%50.81
%0
%27.45

Codes

Color #775BB9 in popluar color models

775BB9
RGB11991185
HSL258°40.17%54.12%
HSB/HSV258°50.81%72.55%
CMYK35.68%50.81%0.00%
27.45%

Color #775BB9 in popluar number systems.

HEX775BB9
Decimal11991185
Binary1110111101101110111001
Octal167133271

Shades and tints

Shades of #775BB9

#775BB9
(119,91,185)
#6D53A9
(109,83,169)
#634B99
(99,75,153)
#594389
(89,67,137)
#4F3B79
(79,59,121)
#453369
(69,51,105)
#3B2B59
(59,43,89)
#312349
(49,35,73)
#271B39
(39,27,57)
#1D1329
(29,19,41)
#130B19
(19,11,25)
#000000
(0,0,0)

Tints of #775BB9

#775BB9
(119,91,185)
#8369BF
(131,105,191)
#8F77C5
(143,119,197)
#9B85CB
(155,133,203)
#A793D1
(167,147,209)
#B3A1D7
(179,161,215)
#BFAFDD
(191,175,221)
#CBBDE3
(203,189,227)
#D7CBE9
(215,203,233)
#E3D9EF
(227,217,239)
#EFE7F5
(239,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775BB9 color. Also use rgb(119,91,185) instead hex code.

Text Font Color

.myTextColor { color: #775BB9; }

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

This text font color is #775BB9.


Background Color

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

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

This div background color is #775BB9.


Border color

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

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

This div border color is #775BB9.


Opacity

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

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

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

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

This text has shadow with #775BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775BB9 on black background.


Color preview on white background

This text has color #775BB9 on white background.



Black color preview on #775BB9 background

This text has black color on #775BB9 background.


White color preview on #775BB9 background

This text has white color on #775BB9 background.