COLOR #807BAE

HEX: #807BAE RGB: (128,123,174)

Color info

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

RGB color model

#807BAE color RGB value is (128,123,174).

RGB: (128,123,174) (50%, 48%, 68%)

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 174 of 255 = 68%

128
123
174

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

Portions of RGB colors in percentages

R + G + B = 128 + 123 + 174 = 425 (100%)
R 128 of 425 ~ 30.12%
G 123 of 425 ~ 28.94%
B 174 of 425 ~ 40.94'%

%30.12
%28.94
%40.94

CMYK color model

#807BAE color CMYK value is (26,29,0,32).

  • cyan value is 26.44%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (26,29,0,32)
C26M29Y0K32 (26%, 29%, 0%, 32%)
(0.26 / 0.29 / 0.00 / 0.32)

CMYK percentages

%26.44
%29.31
%0
%31.76

Codes

Color #807BAE in popluar color models

80 7B AE
RGB 128 123 174
HSL 246° 23.94% 58.24%
HSB/HSV 246° 29.31% 68.24%
CMYK 26.44% 29.31% 0.00%
31.76%

Color #807BAE in popluar number systems.

HEX 80 7B AE
Decimal 128 123 174
Binary 10000000 1111011 10101110
Octal 200 173 256

Shades and tints

Shades of #807BAE

#807BAE
(128,123,174)
#75709F
(117,112,159)
#6A6590
(106,101,144)
#5F5A81
(95,90,129)
#544F72
(84,79,114)
#494463
(73,68,99)
#3E3954
(62,57,84)
#332E45
(51,46,69)
#282336
(40,35,54)
#1D1827
(29,24,39)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #807BAE

#807BAE
(128,123,174)
#8B87B5
(139,135,181)
#9693BC
(150,147,188)
#A19FC3
(161,159,195)
#ACABCA
(172,171,202)
#B7B7D1
(183,183,209)
#C2C3D8
(194,195,216)
#CDCFDF
(205,207,223)
#D8DBE6
(216,219,230)
#E3E7ED
(227,231,237)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807BAE color. Also use rgb(128,123,174) instead hex code.

Text Font Color

.myTextColor { color: #807BAE; }

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

This text font color is #807BAE.

Background Color

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

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

This div background color is #807BAE.

Border color

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

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

This div border color is #807BAE.

Opacity

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

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

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

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

This text has shadow with #807BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807BAE.

Preview

Color preview on black background

This text has color #807BAE on black background.


Color preview on white background

This text has color #807BAE on white background.


Black color preview on #807BAE background

This text has black color on #807BAE background.


White color preview on #807BAE background

This text has white color on #807BAE background.


Related colors

Complementary color

Complementary color for #hex is #7F8451.


I love getcolorcode.com

Triadic colors

1 #AE807B and #7BAE80 with #807BAE are triadic colors.

2 #AE7B80 and #7B80AE with #807BAE are triadic colors.