COLOR #7D7CB7

HEX: #7D7CB7
RGB: (125,124,183)

Color info

#7D7CB7 contains red, green and blue colors in about the same proportion. Web safe color of #7D7CB7 is #6666CC (or #66C).

RGB color model

#7D7CB7 color RGB value is (125,124,183).

  • red value is 125;
  • green value is 124;
  • blue value is 183.
RGB:
(125,124,183)
(49%,49%,72%)

RGB channels and saturation

R 125 of 255 = 49%
G 124 of 255 = 49%
B 183 of 255 = 72%

125
124
183

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

Portions of RGB colors in percentages

R + G + B =
125 + 124 + 183 = 432 (100%)
R 125 of 432 ~ 28.94%
G 124 of 432 ~ 28.7%
B 183 of 432 ~ 42.36%

%28.94
%28.7
%42.36

CMYK color model

#7D7CB7 color CMYK value is (32,32,0,28).

  • cyan value is 31.69%
  • magenta value is 32.24%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(32,32,0,28)
C32M32Y0K28 
(32%,32%,0%,28%)
(0.32/0.32/0.00/0.28)	

CMYK percentages

%31.69
%32.24
%0
%28.24

Codes

Color #7D7CB7 in popluar color models

7D7CB7
RGB125124183
HSL241°29.06%60.20%
HSB/HSV241°32.24%71.76%
CMYK31.69%32.24%0.00%
28.24%

Color #7D7CB7 in popluar number systems.

HEX7D7CB7
Decimal125124183
Binary1111101111110010110111
Octal175174267

Shades and tints

Shades of #7D7CB7

#7D7CB7
(125,124,183)
#7271A7
(114,113,167)
#676697
(103,102,151)
#5C5B87
(92,91,135)
#515077
(81,80,119)
#464567
(70,69,103)
#3B3A57
(59,58,87)
#302F47
(48,47,71)
#252437
(37,36,55)
#1A1927
(26,25,39)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #7D7CB7

#7D7CB7
(125,124,183)
#8887BD
(136,135,189)
#9392C3
(147,146,195)
#9E9DC9
(158,157,201)
#A9A8CF
(169,168,207)
#B4B3D5
(180,179,213)
#BFBEDB
(191,190,219)
#CAC9E1
(202,201,225)
#D5D4E7
(213,212,231)
#E0DFED
(224,223,237)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7CB7; }

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

This text font color is #7D7CB7.


Background Color

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

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

This div background color is #7D7CB7.


Border color

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

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

This div border color is #7D7CB7.


Opacity

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

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

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

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

This text has shadow with #7D7CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7CB7 on black background.


Color preview on white background

This text has color #7D7CB7 on white background.



Black color preview on #7D7CB7 background

This text has black color on #7D7CB7 background.


White color preview on #7D7CB7 background

This text has white color on #7D7CB7 background.