COLOR #7F7DD5

HEX: #7F7DD5
RGB: (127,125,213)

Color info

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

RGB color model

#7F7DD5 color RGB value is (127,125,213).

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

RGB channels and saturation

R 127 of 255 = 50%
G 125 of 255 = 49%
B 213 of 255 = 84%

127
125
213

R + G + B ~ 61%. #7F7DD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 125 + 213 = 465 (100%)
R 127 of 465 ~ 27.31%
G 125 of 465 ~ 26.88%
B 213 of 465 ~ 45.81%

%27.31
%26.88
%45.81

CMYK color model

#7F7DD5 color CMYK value is (40,41,0,16).

  • cyan value is 40.38%
  • magenta value is 41.31%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(40,41,0,16)
C40M41Y0K16 
(40%,41%,0%,16%)
(0.40/0.41/0.00/0.16)	

CMYK percentages

%40.38
%41.31
%0
%16.47

Codes

Color #7F7DD5 in popluar color models

7F7DD5
RGB127125213
HSL241°51.16%66.27%
HSB/HSV241°41.31%83.53%
CMYK40.38%41.31%0.00%
16.47%

Color #7F7DD5 in popluar number systems.

HEX7F7DD5
Decimal127125213
Binary1111111111110111010101
Octal177175325

Shades and tints

Shades of #7F7DD5

#7F7DD5
(127,125,213)
#7472C2
(116,114,194)
#6967AF
(105,103,175)
#5E5C9C
(94,92,156)
#535189
(83,81,137)
#484676
(72,70,118)
#3D3B63
(61,59,99)
#323050
(50,48,80)
#27253D
(39,37,61)
#1C1A2A
(28,26,42)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #7F7DD5

#7F7DD5
(127,125,213)
#8A88D8
(138,136,216)
#9593DB
(149,147,219)
#A09EDE
(160,158,222)
#ABA9E1
(171,169,225)
#B6B4E4
(182,180,228)
#C1BFE7
(193,191,231)
#CCCAEA
(204,202,234)
#D7D5ED
(215,213,237)
#E2E0F0
(226,224,240)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7DD5; }

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

This text font color is #7F7DD5.


Background Color

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

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

This div background color is #7F7DD5.


Border color

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

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

This div border color is #7F7DD5.


Opacity

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

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

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

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

This text has shadow with #7F7DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7DD5 on black background.


Color preview on white background

This text has color #7F7DD5 on white background.



Black color preview on #7F7DD5 background

This text has black color on #7F7DD5 background.


White color preview on #7F7DD5 background

This text has white color on #7F7DD5 background.