COLOR #7F6599

HEX: #7F6599 RGB: (127,101,153)

Color info

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

RGB color model

#7F6599 color RGB value is (127,101,153).

RGB: (127,101,153) (50%, 40%, 60%)

RGB channels and saturation

R 127 of 255 = 50%
G 101 of 255 = 40%
B 153 of 255 = 60%

127
101
153

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

Portions of RGB colors in percentages

R + G + B = 127 + 101 + 153 = 381 (100%)
R 127 of 381 ~ 33.33%
G 101 of 381 ~ 26.51%
B 153 of 381 ~ 40.16'%

%33.33
%26.51
%40.16

CMYK color model

#7F6599 color CMYK value is (17,34,0,40).

  • cyan value is 16.99%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (17,34,0,40)
C17M34Y0K40 (17%, 34%, 0%, 40%)
(0.17 / 0.34 / 0.00 / 0.40)

CMYK percentages

%16.99
%33.99
%0
%40

Codes

Color #7F6599 in popluar color models

7F 65 99
RGB 127 101 153
HSL 270° 20.47% 49.80%
HSB/HSV 270° 33.99% 60.00%
CMYK 16.99% 33.99% 0.00%
40.00%

Color #7F6599 in popluar number systems.

HEX 7F 65 99
Decimal 127 101 153
Binary 1111111 1100101 10011001
Octal 177 145 231

Shades and tints

Shades of #7F6599

#7F6599
(127,101,153)
#745C8C
(116,92,140)
#69537F
(105,83,127)
#5E4A72
(94,74,114)
#534165
(83,65,101)
#483858
(72,56,88)
#3D2F4B
(61,47,75)
#32263E
(50,38,62)
#271D31
(39,29,49)
#1C1424
(28,20,36)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #7F6599

#7F6599
(127,101,153)
#8A73A2
(138,115,162)
#9581AB
(149,129,171)
#A08FB4
(160,143,180)
#AB9DBD
(171,157,189)
#B6ABC6
(182,171,198)
#C1B9CF
(193,185,207)
#CCC7D8
(204,199,216)
#D7D5E1
(215,213,225)
#E2E3EA
(226,227,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6599 color. Also use rgb(127,101,153) instead hex code.

Text Font Color

.myTextColor { color: #7F6599; }

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

This text font color is #7F6599.

Background Color

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

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

This div background color is #7F6599.

Border color

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

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

This div border color is #7F6599.

Opacity

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

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

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

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

This text has shadow with #7F6599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6599.

Preview

Color preview on black background

This text has color #7F6599 on black background.


Color preview on white background

This text has color #7F6599 on white background.


Black color preview on #7F6599 background

This text has black color on #7F6599 background.


White color preview on #7F6599 background

This text has white color on #7F6599 background.


Related colors

Complementary color

Complementary color for #hex is #809A66.


I love getcolorcode.com

Triadic colors

1 #997F65 and #65997F with #7F6599 are triadic colors.

2 #99657F and #657F99 with #7F6599 are triadic colors.