COLOR #7F7DA5

HEX: #7F7DA5
RGB: (127,125,165)

Color info

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

RGB color model

#7F7DA5 color RGB value is (127,125,165).

  • red value is 127;
  • green value is 125;
  • blue value is 165.
RGB: (127,125,165) (50%,49%,65%)

RGB channels and saturation

R 127 of 255 = 50%
G 125 of 255 = 49%
B 165 of 255 = 65%

127
125
165

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

Portions of RGB colors in percentages

R + G + B =
127 + 125 + 165 = 417 (100%)
R 127 of 417 ~ 30.46%
G 125 of 417 ~ 29.98%
B 165 of 417 ~ 39.57%

%30.46
%29.98
%39.57

CMYK color model

#7F7DA5 color CMYK value is (23,24,0,35).

  • cyan value is 23.03%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (23,24,0,35) C23M24Y0K35 (23%,24%,0%,35%) (0.23/0.24/0.00/0.35)

CMYK percentages

%23.03
%24.24
%0
%35.29

Codes

Color #7F7DA5 in popluar color models

7F7DA5
RGB127125165
HSL243°18.18%56.86%
HSB/HSV243°24.24%64.71%
CMYK23.03%24.24%0.00%
35.29%

Color #7F7DA5 in popluar number systems.

HEX7F7DA5
Decimal127125165
Binary1111111111110110100101
Octal177175245

Shades and tints

Shades of #7F7DA5

#7F7DA5
(127,125,165)
#747296
(116,114,150)
#696787
(105,103,135)
#5E5C78
(94,92,120)
#535169
(83,81,105)
#48465A
(72,70,90)
#3D3B4B
(61,59,75)
#32303C
(50,48,60)
#27252D
(39,37,45)
#1C1A1E
(28,26,30)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #7F7DA5

#7F7DA5
(127,125,165)
#8A88AD
(138,136,173)
#9593B5
(149,147,181)
#A09EBD
(160,158,189)
#ABA9C5
(171,169,197)
#B6B4CD
(182,180,205)
#C1BFD5
(193,191,213)
#CCCADD
(204,202,221)
#D7D5E5
(215,213,229)
#E2E0ED
(226,224,237)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7DA5; }

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

This text font color is #7F7DA5.


Background Color

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

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

This div background color is #7F7DA5.


Border color

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

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

This div border color is #7F7DA5.


Opacity

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

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

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

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

This text has shadow with #7F7DA5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7F7DA5 on black background.


Color preview on white background

This text has color #7F7DA5 on white background.



Black color preview on #7F7DA5 background

This text has black color on #7F7DA5 background.


White color preview on #7F7DA5 background

This text has white color on #7F7DA5 background.