COLOR #7F7DD1

HEX: #7F7DD1 RGB: (127,125,209)

Color info

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

RGB color model

#7F7DD1 color RGB value is (127,125,209).

RGB: (127,125,209) (50%, 49%, 82%)

RGB channels and saturation

R 127 of 255 = 50%
G 125 of 255 = 49%
B 209 of 255 = 82%

127
125
209

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

Portions of RGB colors in percentages

R + G + B = 127 + 125 + 209 = 461 (100%)
R 127 of 461 ~ 27.55%
G 125 of 461 ~ 27.11%
B 209 of 461 ~ 45.34'%

%27.55
%27.11
%45.34

CMYK color model

#7F7DD1 color CMYK value is (39,40,0,18).

  • cyan value is 39.23%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (39,40,0,18) C39M40Y0K18 (39%,40%,0%,18%) (0.39/0.40/0.00/0.18) 

CMYK percentages

%39.23
%40.19
%0
%18.04

Codes

Color #7F7DD1 in popluar color models

7F 7D D1
RGB 127 125 209
HSL 241° 47.73% 65.49%
HSB/HSV 241° 40.19% 81.96%
CMYK 39.23% 40.19% 0.00%
18.04%

Color #7F7DD1 in popluar number systems.

HEX 7F 7D D1
Decimal 127 125 209
Binary 1111111 1111101 11010001
Octal 177 175 321

Shades and tints

Shades of #7F7DD1

#7F7DD1
(127,125,209)
#7472BE
(116,114,190)
#6967AB
(105,103,171)
#5E5C98
(94,92,152)
#535185
(83,81,133)
#484672
(72,70,114)
#3D3B5F
(61,59,95)
#32304C
(50,48,76)
#272539
(39,37,57)
#1C1A26
(28,26,38)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #7F7DD1

#7F7DD1
(127,125,209)
#8A88D5
(138,136,213)
#9593D9
(149,147,217)
#A09EDD
(160,158,221)
#ABA9E1
(171,169,225)
#B6B4E5
(182,180,229)
#C1BFE9
(193,191,233)
#CCCAED
(204,202,237)
#D7D5F1
(215,213,241)
#E2E0F5
(226,224,245)
#EDEBF9
(237,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7DD1; }

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

This text font color is #7F7DD1.

Background Color

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

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

This div background color is #7F7DD1.

Border color

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

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

This div border color is #7F7DD1.

Opacity

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

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

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

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

This text has shadow with #7F7DD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7DD1.

Preview

Color preview on black background

This text has color #7F7DD1 on black background.


Color preview on white background

This text has color #7F7DD1 on white background.


Black color preview on #7F7DD1 background

This text has black color on #7F7DD1 background.


White color preview on #7F7DD1 background

This text has white color on #7F7DD1 background.


Related colors

Complementary color

Complementary color for #hex is #80822E.


I love getcolorcode.com

Triadic colors

1 #D17F7D and #7DD17F with #7F7DD1 are triadic colors.

2 #D17D7F and #7D7FD1 with #7F7DD1 are triadic colors.