COLOR #7D9FE7

HEX: #7D9FE7 RGB: (125,159,231)

Color info

#7D9FE7 contains mainly blue color. Web safe color of #7D9FE7 is #6699FF (or #69F).

RGB color model

#7D9FE7 color RGB value is (125,159,231).

RGB: (125,159,231) (49%, 62%, 91%)

RGB channels and saturation

R 125 of 255 = 49%
G 159 of 255 = 62%
B 231 of 255 = 91%

125
159
231

R + G + B ~ 67%. #7D9FE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 159 + 231 = 515 (100%)
R 125 of 515 ~ 24.27%
G 159 of 515 ~ 30.87%
B 231 of 515 ~ 44.85'%

%24.27
%30.87
%44.85

CMYK color model

#7D9FE7 color CMYK value is (46,31,0,9).

  • cyan value is 45.89%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (46,31,0,9) C46M31Y0K9 (46%,31%,0%,9%) (0.46/0.31/0.00/0.09) 

CMYK percentages

%45.89
%31.17
%0
%9.41

Codes

Color #7D9FE7 in popluar color models

7D 9F E7
RGB 125 159 231
HSL 221° 68.83% 69.80%
HSB/HSV 221° 45.89% 90.59%
CMYK 45.89% 31.17% 0.00%
9.41%

Color #7D9FE7 in popluar number systems.

HEX 7D 9F E7
Decimal 125 159 231
Binary 1111101 10011111 11100111
Octal 175 237 347

Shades and tints

Shades of #7D9FE7

#7D9FE7
(125,159,231)
#7291D2
(114,145,210)
#6783BD
(103,131,189)
#5C75A8
(92,117,168)
#516793
(81,103,147)
#46597E
(70,89,126)
#3B4B69
(59,75,105)
#303D54
(48,61,84)
#252F3F
(37,47,63)
#1A212A
(26,33,42)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #7D9FE7

#7D9FE7
(125,159,231)
#88A7E9
(136,167,233)
#93AFEB
(147,175,235)
#9EB7ED
(158,183,237)
#A9BFEF
(169,191,239)
#B4C7F1
(180,199,241)
#BFCFF3
(191,207,243)
#CAD7F5
(202,215,245)
#D5DFF7
(213,223,247)
#E0E7F9
(224,231,249)
#EBEFFB
(235,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9FE7; }

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

This text font color is #7D9FE7.

Background Color

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

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

This div background color is #7D9FE7.

Border color

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

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

This div border color is #7D9FE7.

Opacity

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

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

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

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

This text has shadow with #7D9FE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9FE7.

Preview

Color preview on black background

This text has color #7D9FE7 on black background.


Color preview on white background

This text has color #7D9FE7 on white background.


Black color preview on #7D9FE7 background

This text has black color on #7D9FE7 background.


White color preview on #7D9FE7 background

This text has white color on #7D9FE7 background.


Related colors

Complementary color

Complementary color for #hex is #826018.


I love getcolorcode.com

Triadic colors

1 #E77D9F and #9FE77D with #7D9FE7 are triadic colors.

2 #E79F7D and #9F7DE7 with #7D9FE7 are triadic colors.