COLOR #775DCB

HEX: #775DCB
RGB: (119,93,203)

Color info

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

RGB color model

#775DCB color RGB value is (119,93,203).

  • red value is 119;
  • green value is 93;
  • blue value is 203.
RGB:
(119,93,203)
(47%,36%,80%)

RGB channels and saturation

R 119 of 255 = 47%
G 93 of 255 = 36%
B 203 of 255 = 80%

119
93
203

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

Portions of RGB colors in percentages

R + G + B =
119 + 93 + 203 = 415 (100%)
R 119 of 415 ~ 28.67%
G 93 of 415 ~ 22.41%
B 203 of 415 ~ 48.92%

%28.67
%22.41
%48.92

CMYK color model

#775DCB color CMYK value is (41,54,0,20).

  • cyan value is 41.38%
  • magenta value is 54.19%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(41,54,0,20)
C41M54Y0K20 
(41%,54%,0%,20%)
(0.41/0.54/0.00/0.20)	

CMYK percentages

%41.38
%54.19
%0
%20.39

Codes

Color #775DCB in popluar color models

775DCB
RGB11993203
HSL254°51.40%58.04%
HSB/HSV254°54.19%79.61%
CMYK41.38%54.19%0.00%
20.39%

Color #775DCB in popluar number systems.

HEX775DCB
Decimal11993203
Binary1110111101110111001011
Octal167135313

Shades and tints

Shades of #775DCB

#775DCB
(119,93,203)
#6D55B9
(109,85,185)
#634DA7
(99,77,167)
#594595
(89,69,149)
#4F3D83
(79,61,131)
#453571
(69,53,113)
#3B2D5F
(59,45,95)
#31254D
(49,37,77)
#271D3B
(39,29,59)
#1D1529
(29,21,41)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #775DCB

#775DCB
(119,93,203)
#836BCF
(131,107,207)
#8F79D3
(143,121,211)
#9B87D7
(155,135,215)
#A795DB
(167,149,219)
#B3A3DF
(179,163,223)
#BFB1E3
(191,177,227)
#CBBFE7
(203,191,231)
#D7CDEB
(215,205,235)
#E3DBEF
(227,219,239)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775DCB; }

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

This text font color is #775DCB.


Background Color

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

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

This div background color is #775DCB.


Border color

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

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

This div border color is #775DCB.


Opacity

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

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

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

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

This text has shadow with #775DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775DCB on black background.


Color preview on white background

This text has color #775DCB on white background.



Black color preview on #775DCB background

This text has black color on #775DCB background.


White color preview on #775DCB background

This text has white color on #775DCB background.