COLOR #807BA1

HEX: #807BA1 RGB: (128,123,161)

Color info

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

RGB color model

#807BA1 color RGB value is (128,123,161).

RGB: (128,123,161) (50%, 48%, 63%)

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 161 of 255 = 63%

128
123
161

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

Portions of RGB colors in percentages

R + G + B = 128 + 123 + 161 = 412 (100%)
R 128 of 412 ~ 31.07%
G 123 of 412 ~ 29.85%
B 161 of 412 ~ 39.08'%

%31.07
%29.85
%39.08

CMYK color model

#807BA1 color CMYK value is (20,24,0,37).

  • cyan value is 20.50%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (20,24,0,37)
C20M24Y0K37 (20%, 24%, 0%, 37%)
(0.20 / 0.24 / 0.00 / 0.37)

CMYK percentages

%20.5
%23.6
%0
%36.86

Codes

Color #807BA1 in popluar color models

80 7B A1
RGB 128 123 161
HSL 248° 16.81% 55.69%
HSB/HSV 248° 23.60% 63.14%
CMYK 20.50% 23.60% 0.00%
36.86%

Color #807BA1 in popluar number systems.

HEX 80 7B A1
Decimal 128 123 161
Binary 10000000 1111011 10100001
Octal 200 173 241

Shades and tints

Shades of #807BA1

#807BA1
(128,123,161)
#757093
(117,112,147)
#6A6585
(106,101,133)
#5F5A77
(95,90,119)
#544F69
(84,79,105)
#49445B
(73,68,91)
#3E394D
(62,57,77)
#332E3F
(51,46,63)
#282331
(40,35,49)
#1D1823
(29,24,35)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #807BA1

#807BA1
(128,123,161)
#8B87A9
(139,135,169)
#9693B1
(150,147,177)
#A19FB9
(161,159,185)
#ACABC1
(172,171,193)
#B7B7C9
(183,183,201)
#C2C3D1
(194,195,209)
#CDCFD9
(205,207,217)
#D8DBE1
(216,219,225)
#E3E7E9
(227,231,233)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807BA1; }

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

This text font color is #807BA1.

Background Color

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

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

This div background color is #807BA1.

Border color

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

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

This div border color is #807BA1.

Opacity

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

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

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

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

This text has shadow with #807BA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807BA1.

Preview

Color preview on black background

This text has color #807BA1 on black background.


Color preview on white background

This text has color #807BA1 on white background.


Black color preview on #807BA1 background

This text has black color on #807BA1 background.


White color preview on #807BA1 background

This text has white color on #807BA1 background.


Related colors

Complementary color

Complementary color for #hex is #7F845E.


I love getcolorcode.com

Triadic colors

1 #A1807B and #7BA180 with #807BA1 are triadic colors.

2 #A17B80 and #7B80A1 with #807BA1 are triadic colors.