COLOR #7F60D9

HEX: #7F60D9
RGB: (127,96,217)

Color info

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

RGB color model

#7F60D9 color RGB value is (127,96,217).

  • red value is 127;
  • green value is 96;
  • blue value is 217.
RGB:
(127,96,217)
(50%,38%,85%)

RGB channels and saturation

R 127 of 255 = 50%
G 96 of 255 = 38%
B 217 of 255 = 85%

127
96
217

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

Portions of RGB colors in percentages

R + G + B =
127 + 96 + 217 = 440 (100%)
R 127 of 440 ~ 28.86%
G 96 of 440 ~ 21.82%
B 217 of 440 ~ 49.32%

%28.86
%21.82
%49.32

CMYK color model

#7F60D9 color CMYK value is (41,56,0,15).

  • cyan value is 41.47%
  • magenta value is 55.76%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(41,56,0,15)
C41M56Y0K15 
(41%,56%,0%,15%)
(0.41/0.56/0.00/0.15)	

CMYK percentages

%41.47
%55.76
%0
%14.9

Codes

Color #7F60D9 in popluar color models

7F60D9
RGB12796217
HSL255°61.42%61.37%
HSB/HSV255°55.76%85.10%
CMYK41.47%55.76%0.00%
14.90%

Color #7F60D9 in popluar number systems.

HEX7F60D9
Decimal12796217
Binary1111111110000011011001
Octal177140331

Shades and tints

Shades of #7F60D9

#7F60D9
(127,96,217)
#7458C6
(116,88,198)
#6950B3
(105,80,179)
#5E48A0
(94,72,160)
#53408D
(83,64,141)
#48387A
(72,56,122)
#3D3067
(61,48,103)
#322854
(50,40,84)
#272041
(39,32,65)
#1C182E
(28,24,46)
#11101B
(17,16,27)
#000000
(0,0,0)

Tints of #7F60D9

#7F60D9
(127,96,217)
#8A6EDC
(138,110,220)
#957CDF
(149,124,223)
#A08AE2
(160,138,226)
#AB98E5
(171,152,229)
#B6A6E8
(182,166,232)
#C1B4EB
(193,180,235)
#CCC2EE
(204,194,238)
#D7D0F1
(215,208,241)
#E2DEF4
(226,222,244)
#EDECF7
(237,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F60D9 color. Also use rgb(127,96,217) instead hex code.

Text Font Color

.myTextColor { color: #7F60D9; }

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

This text font color is #7F60D9.


Background Color

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

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

This div background color is #7F60D9.


Border color

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

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

This div border color is #7F60D9.


Opacity

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

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

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

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

This text has shadow with #7F60D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F60D9 on black background.


Color preview on white background

This text has color #7F60D9 on white background.



Black color preview on #7F60D9 background

This text has black color on #7F60D9 background.


White color preview on #7F60D9 background

This text has white color on #7F60D9 background.