COLOR #7D7DB1

HEX: #7D7DB1
RGB: (125,125,177)

Color info

#7D7DB1 contains red, green and blue colors in about the same proportion. Web safe color of #7D7DB1 is #666699 (or #669).

RGB color model

#7D7DB1 color RGB value is (125,125,177).

  • red value is 125;
  • green value is 125;
  • blue value is 177.
RGB:
(125,125,177)
(49%,49%,69%)

RGB channels and saturation

R 125 of 255 = 49%
G 125 of 255 = 49%
B 177 of 255 = 69%

125
125
177

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

Portions of RGB colors in percentages

R + G + B =
125 + 125 + 177 = 427 (100%)
R 125 of 427 ~ 29.27%
G 125 of 427 ~ 29.27%
B 177 of 427 ~ 41.45%

%29.27
%29.27
%41.45

CMYK color model

#7D7DB1 color CMYK value is (29,29,0,31).

  • cyan value is 29.38%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(29,29,0,31)
C29M29Y0K31 
(29%,29%,0%,31%)
(0.29/0.29/0.00/0.31)	

CMYK percentages

%29.38
%29.38
%0
%30.59

Codes

Color #7D7DB1 in popluar color models

7D7DB1
RGB125125177
HSL240°25.00%59.22%
HSB/HSV240°29.38%69.41%
CMYK29.38%29.38%0.00%
30.59%

Color #7D7DB1 in popluar number systems.

HEX7D7DB1
Decimal125125177
Binary1111101111110110110001
Octal175175261

Shades and tints

Shades of #7D7DB1

#7D7DB1
(125,125,177)
#7272A1
(114,114,161)
#676791
(103,103,145)
#5C5C81
(92,92,129)
#515171
(81,81,113)
#464661
(70,70,97)
#3B3B51
(59,59,81)
#303041
(48,48,65)
#252531
(37,37,49)
#1A1A21
(26,26,33)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7D7DB1

#7D7DB1
(125,125,177)
#8888B8
(136,136,184)
#9393BF
(147,147,191)
#9E9EC6
(158,158,198)
#A9A9CD
(169,169,205)
#B4B4D4
(180,180,212)
#BFBFDB
(191,191,219)
#CACAE2
(202,202,226)
#D5D5E9
(213,213,233)
#E0E0F0
(224,224,240)
#EBEBF7
(235,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7DB1 color. Also use rgb(125,125,177) instead hex code.

Text Font Color

.myTextColor { color: #7D7DB1; }

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

This text font color is #7D7DB1.


Background Color

.myBgColor { background-color: #7D7DB1; }

<div style="background-color:#7D7DB1">Inner text</div>

This div background color is #7D7DB1.


Border color

.myBorderColor { border: 1px solid #7D7DB1; }

<div style="border:3px solid #7D7DB1">Div</div>

This div border color is #7D7DB1.


Opacity

.myOpacity80 { color: #7D7DB1; opacity: 0.8; }

<p style="color:#7D7DB1;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D7DB1 color.

.textShadow {text-shadow: 3px 3px 1px #7D7DB1, 3px 3px 1px red;}

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

This text has shadow with #7D7DB1 primary color and red secondary color.


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

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

This text has shadow with #7D7DB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7DB1 on black background.


Color preview on white background

This text has color #7D7DB1 on white background.



Black color preview on #7D7DB1 background

This text has black color on #7D7DB1 background.


White color preview on #7D7DB1 background

This text has white color on #7D7DB1 background.