COLOR #7F61AA

HEX: #7F61AA
RGB: (127,97,170)

Color info

#7F61AA contains mainly red and blue colors. Web safe color of #7F61AA is #666699 (or #669).

RGB color model

#7F61AA color RGB value is (127,97,170).

  • red value is 127;
  • green value is 97;
  • blue value is 170.
RGB:
(127,97,170)
(50%,38%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 97 of 255 = 38%
B 170 of 255 = 67%

127
97
170

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

Portions of RGB colors in percentages

R + G + B =
127 + 97 + 170 = 394 (100%)
R 127 of 394 ~ 32.23%
G 97 of 394 ~ 24.62%
B 170 of 394 ~ 43.15%

%32.23
%24.62
%43.15

CMYK color model

#7F61AA color CMYK value is (25,43,0,33).

  • cyan value is 25.29%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,43,0,33)
C25M43Y0K33 
(25%,43%,0%,33%)
(0.25/0.43/0.00/0.33)	

CMYK percentages

%25.29
%42.94
%0
%33.33

Codes

Color #7F61AA in popluar color models

7F61AA
RGB12797170
HSL265°30.04%52.35%
HSB/HSV265°42.94%66.67%
CMYK25.29%42.94%0.00%
33.33%

Color #7F61AA in popluar number systems.

HEX7F61AA
Decimal12797170
Binary1111111110000110101010
Octal177141252

Shades and tints

Shades of #7F61AA

#7F61AA
(127,97,170)
#74599B
(116,89,155)
#69518C
(105,81,140)
#5E497D
(94,73,125)
#53416E
(83,65,110)
#48395F
(72,57,95)
#3D3150
(61,49,80)
#322941
(50,41,65)
#272132
(39,33,50)
#1C1923
(28,25,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #7F61AA

#7F61AA
(127,97,170)
#8A6FB1
(138,111,177)
#957DB8
(149,125,184)
#A08BBF
(160,139,191)
#AB99C6
(171,153,198)
#B6A7CD
(182,167,205)
#C1B5D4
(193,181,212)
#CCC3DB
(204,195,219)
#D7D1E2
(215,209,226)
#E2DFE9
(226,223,233)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F61AA color. Also use rgb(127,97,170) instead hex code.

Text Font Color

.myTextColor { color: #7F61AA; }

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

This text font color is #7F61AA.


Background Color

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

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

This div background color is #7F61AA.


Border color

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

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

This div border color is #7F61AA.


Opacity

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

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

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

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

This text has shadow with #7F61AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F61AA on black background.


Color preview on white background

This text has color #7F61AA on white background.



Black color preview on #7F61AA background

This text has black color on #7F61AA background.


White color preview on #7F61AA background

This text has white color on #7F61AA background.