COLOR #7F6397

HEX: #7F6397 RGB: (127,99,151)

Color info

#7F6397 contains red, green and blue colors in about the same proportion. Web safe color of #7F6397 is #666699 (or #669).

RGB color model

#7F6397 color RGB value is (127,99,151).

RGB: (127,99,151) (50%, 39%, 59%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 151 of 255 = 59%

127
99
151

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

Portions of RGB colors in percentages

R + G + B = 127 + 99 + 151 = 377 (100%)
R 127 of 377 ~ 33.69%
G 99 of 377 ~ 26.26%
B 151 of 377 ~ 40.05'%

%33.69
%26.26
%40.05

CMYK color model

#7F6397 color CMYK value is (16,34,0,41).

  • cyan value is 15.89%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (16,34,0,41)
C16M34Y0K41 (16%, 34%, 0%, 41%)
(0.16 / 0.34 / 0.00 / 0.41)

CMYK percentages

%15.89
%34.44
%0
%40.78

Codes

Color #7F6397 in popluar color models

7F 63 97
RGB 127 99 151
HSL 272° 20.80% 49.02%
HSB/HSV 272° 34.44% 59.22%
CMYK 15.89% 34.44% 0.00%
40.78%

Color #7F6397 in popluar number systems.

HEX 7F 63 97
Decimal 127 99 151
Binary 1111111 1100011 10010111
Octal 177 143 227

Shades and tints

Shades of #7F6397

#7F6397
(127,99,151)
#745A8A
(116,90,138)
#69517D
(105,81,125)
#5E4870
(94,72,112)
#533F63
(83,63,99)
#483656
(72,54,86)
#3D2D49
(61,45,73)
#32243C
(50,36,60)
#271B2F
(39,27,47)
#1C1222
(28,18,34)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #7F6397

#7F6397
(127,99,151)
#8A71A0
(138,113,160)
#957FA9
(149,127,169)
#A08DB2
(160,141,178)
#AB9BBB
(171,155,187)
#B6A9C4
(182,169,196)
#C1B7CD
(193,183,205)
#CCC5D6
(204,197,214)
#D7D3DF
(215,211,223)
#E2E1E8
(226,225,232)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6397 color. Also use rgb(127,99,151) instead hex code.

Text Font Color

.myTextColor { color: #7F6397; }

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

This text font color is #7F6397.

Background Color

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

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

This div background color is #7F6397.

Border color

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

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

This div border color is #7F6397.

Opacity

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

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

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

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

This text has shadow with #7F6397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6397.

Preview

Color preview on black background

This text has color #7F6397 on black background.


Color preview on white background

This text has color #7F6397 on white background.


Black color preview on #7F6397 background

This text has black color on #7F6397 background.


White color preview on #7F6397 background

This text has white color on #7F6397 background.


Related colors

Complementary color

Complementary color for #hex is #809C68.


I love getcolorcode.com

Triadic colors

1 #977F63 and #63977F with #7F6397 are triadic colors.

2 #97637F and #637F97 with #7F6397 are triadic colors.