COLOR #807F9A

HEX: #807F9A RGB: (128,127,154)

Color info

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

RGB color model

#807F9A color RGB value is (128,127,154).

RGB: (128,127,154) (50%, 50%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 154 of 255 = 60%

128
127
154

R + G + B ~ 53%. #807F9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 127 + 154 = 409 (100%)
R 128 of 409 ~ 31.3%
G 127 of 409 ~ 31.05%
B 154 of 409 ~ 37.65'%

%31.3
%31.05
%37.65

CMYK color model

#807F9A color CMYK value is (17,18,0,40).

  • cyan value is 16.88%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (17,18,0,40)
C17M18Y0K40 (17%, 18%, 0%, 40%)
(0.17 / 0.18 / 0.00 / 0.40)

CMYK percentages

%16.88
%17.53
%0
%39.61

Codes

Color #807F9A in popluar color models

80 7F 9A
RGB 128 127 154
HSL 242° 11.79% 55.10%
HSB/HSV 242° 17.53% 60.39%
CMYK 16.88% 17.53% 0.00%
39.61%

Color #807F9A in popluar number systems.

HEX 80 7F 9A
Decimal 128 127 154
Binary 10000000 1111111 10011010
Octal 200 177 232

Shades and tints

Shades of #807F9A

#807F9A
(128,127,154)
#75748C
(117,116,140)
#6A697E
(106,105,126)
#5F5E70
(95,94,112)
#545362
(84,83,98)
#494854
(73,72,84)
#3E3D46
(62,61,70)
#333238
(51,50,56)
#28272A
(40,39,42)
#1D1C1C
(29,28,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #807F9A

#807F9A
(128,127,154)
#8B8AA3
(139,138,163)
#9695AC
(150,149,172)
#A1A0B5
(161,160,181)
#ACABBE
(172,171,190)
#B7B6C7
(183,182,199)
#C2C1D0
(194,193,208)
#CDCCD9
(205,204,217)
#D8D7E2
(216,215,226)
#E3E2EB
(227,226,235)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807F9A color. Also use rgb(128,127,154) instead hex code.

Text Font Color

.myTextColor { color: #807F9A; }

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

This text font color is #807F9A.

Background Color

.myBgColor { background-color: #807F9A; }

<div style="background-color:#807F9A">Inner text</div>

This div background color is #807F9A.

Border color

.myBorderColor { border: 1px solid #807F9A; }

<div style="border:3px solid #807F9A">Div</div>

This div border color is #807F9A.

Opacity

.myOpacity80 { color: #807F9A; opacity: 0.8; }

<p style="color:#807F9A;opacity:0.8;">80%</p>

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

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

This text has shadow with #807F9A color.


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

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

This text has shadow with #807F9A primary color and red secondary color.


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

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

This text has shadow with #807F9A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #807F9A.

Preview

Color preview on black background

This text has color #807F9A on black background.


Color preview on white background

This text has color #807F9A on white background.


Black color preview on #807F9A background

This text has black color on #807F9A background.


White color preview on #807F9A background

This text has white color on #807F9A background.


Related colors

Complementary color

Complementary color for #hex is #7F8065.


I love getcolorcode.com

Triadic colors

1 #9A807F and #7F9A80 with #807F9A are triadic colors.

2 #9A7F80 and #7F809A with #807F9A are triadic colors.