COLOR #7F73C2

HEX: #7F73C2
RGB: (127,115,194)

Color info

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

RGB color model

#7F73C2 color RGB value is (127,115,194).

  • red value is 127;
  • green value is 115;
  • blue value is 194.
RGB:
(127,115,194)
(50%,45%,76%)

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 194 of 255 = 76%

127
115
194

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

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 194 = 436 (100%)
R 127 of 436 ~ 29.13%
G 115 of 436 ~ 26.38%
B 194 of 436 ~ 44.5%

%29.13
%26.38
%44.5

CMYK color model

#7F73C2 color CMYK value is (35,41,0,24).

  • cyan value is 34.54%
  • magenta value is 40.72%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(35,41,0,24)
C35M41Y0K24 
(35%,41%,0%,24%)
(0.35/0.41/0.00/0.24)	

CMYK percentages

%34.54
%40.72
%0
%23.92

Codes

Color #7F73C2 in popluar color models

7F73C2
RGB127115194
HSL249°39.30%60.59%
HSB/HSV249°40.72%76.08%
CMYK34.54%40.72%0.00%
23.92%

Color #7F73C2 in popluar number systems.

HEX7F73C2
Decimal127115194
Binary1111111111001111000010
Octal177163302

Shades and tints

Shades of #7F73C2

#7F73C2
(127,115,194)
#7469B1
(116,105,177)
#695FA0
(105,95,160)
#5E558F
(94,85,143)
#534B7E
(83,75,126)
#48416D
(72,65,109)
#3D375C
(61,55,92)
#322D4B
(50,45,75)
#27233A
(39,35,58)
#1C1929
(28,25,41)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #7F73C2

#7F73C2
(127,115,194)
#8A7FC7
(138,127,199)
#958BCC
(149,139,204)
#A097D1
(160,151,209)
#ABA3D6
(171,163,214)
#B6AFDB
(182,175,219)
#C1BBE0
(193,187,224)
#CCC7E5
(204,199,229)
#D7D3EA
(215,211,234)
#E2DFEF
(226,223,239)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F73C2 color. Also use rgb(127,115,194) instead hex code.

Text Font Color

.myTextColor { color: #7F73C2; }

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

This text font color is #7F73C2.


Background Color

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

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

This div background color is #7F73C2.


Border color

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

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

This div border color is #7F73C2.


Opacity

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

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

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

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

This text has shadow with #7F73C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F73C2 on black background.


Color preview on white background

This text has color #7F73C2 on white background.



Black color preview on #7F73C2 background

This text has black color on #7F73C2 background.


White color preview on #7F73C2 background

This text has white color on #7F73C2 background.