COLOR #7D7990

HEX: #7D7990
RGB: (125,121,144)

Color info

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

RGB color model

#7D7990 color RGB value is (125,121,144).

  • red value is 125;
  • green value is 121;
  • blue value is 144.
RGB:
(125,121,144)
(49%,47%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 144 of 255 = 56%

125
121
144

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

Portions of RGB colors in percentages

R + G + B =
125 + 121 + 144 = 390 (100%)
R 125 of 390 ~ 32.05%
G 121 of 390 ~ 31.03%
B 144 of 390 ~ 36.92%

%32.05
%31.03
%36.92

CMYK color model

#7D7990 color CMYK value is (13,16,0,44).

  • cyan value is 13.19%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(13,16,0,44)
C13M16Y0K44 
(13%,16%,0%,44%)
(0.13/0.16/0.00/0.44)	

CMYK percentages

%13.19
%15.97
%0
%43.53

Codes

Color #7D7990 in popluar color models

7D7990
RGB125121144
HSL250°9.39%51.96%
HSB/HSV250°15.97%56.47%
CMYK13.19%15.97%0.00%
43.53%

Color #7D7990 in popluar number systems.

HEX7D7990
Decimal125121144
Binary1111101111100110010000
Octal175171220

Shades and tints

Shades of #7D7990

#7D7990
(125,121,144)
#726E83
(114,110,131)
#676376
(103,99,118)
#5C5869
(92,88,105)
#514D5C
(81,77,92)
#46424F
(70,66,79)
#3B3742
(59,55,66)
#302C35
(48,44,53)
#252128
(37,33,40)
#1A161B
(26,22,27)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #7D7990

#7D7990
(125,121,144)
#88859A
(136,133,154)
#9391A4
(147,145,164)
#9E9DAE
(158,157,174)
#A9A9B8
(169,169,184)
#B4B5C2
(180,181,194)
#BFC1CC
(191,193,204)
#CACDD6
(202,205,214)
#D5D9E0
(213,217,224)
#E0E5EA
(224,229,234)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7990; }

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

This text font color is #7D7990.


Background Color

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

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

This div background color is #7D7990.


Border color

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

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

This div border color is #7D7990.


Opacity

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

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

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

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

This text has shadow with #7D7990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7990 on black background.


Color preview on white background

This text has color #7D7990 on white background.



Black color preview on #7D7990 background

This text has black color on #7D7990 background.


White color preview on #7D7990 background

This text has white color on #7D7990 background.