COLOR #8076BB

HEX: #8076BB RGB: (128,118,187)

Color info

#8076BB contains mainly red and blue colors. Web safe color of #8076BB is #6666CC (or #66C).

RGB color model

#8076BB color RGB value is (128,118,187).

RGB: (128,118,187) (50%, 46%, 73%)

RGB channels and saturation

R 128 of 255 = 50%
G 118 of 255 = 46%
B 187 of 255 = 73%

128
118
187

R + G + B ~ 56%. #8076BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 118 + 187 = 433 (100%)
R 128 of 433 ~ 29.56%
G 118 of 433 ~ 27.25%
B 187 of 433 ~ 43.19'%

%29.56
%27.25
%43.19

CMYK color model

#8076BB color CMYK value is (32,37,0,27).

  • cyan value is 31.55%
  • magenta value is 36.90%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (32,37,0,27)
C32M37Y0K27 (32%, 37%, 0%, 27%)
(0.32 / 0.37 / 0.00 / 0.27)

CMYK percentages

%31.55
%36.9
%0
%26.67

Codes

Color #8076BB in popluar color models

80 76 BB
RGB 128 118 187
HSL 249° 33.66% 59.80%
HSB/HSV 249° 36.90% 73.33%
CMYK 31.55% 36.90% 0.00%
26.67%

Color #8076BB in popluar number systems.

HEX 80 76 BB
Decimal 128 118 187
Binary 10000000 1110110 10111011
Octal 200 166 273

Shades and tints

Shades of #8076BB

#8076BB
(128,118,187)
#756CAA
(117,108,170)
#6A6299
(106,98,153)
#5F5888
(95,88,136)
#544E77
(84,78,119)
#494466
(73,68,102)
#3E3A55
(62,58,85)
#333044
(51,48,68)
#282633
(40,38,51)
#1D1C22
(29,28,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8076BB

#8076BB
(128,118,187)
#8B82C1
(139,130,193)
#968EC7
(150,142,199)
#A19ACD
(161,154,205)
#ACA6D3
(172,166,211)
#B7B2D9
(183,178,217)
#C2BEDF
(194,190,223)
#CDCAE5
(205,202,229)
#D8D6EB
(216,214,235)
#E3E2F1
(227,226,241)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8076BB color. Also use rgb(128,118,187) instead hex code.

Text Font Color

.myTextColor { color: #8076BB; }

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

This text font color is #8076BB.

Background Color

.myBgColor { background-color: #8076BB; }

<div style="background-color:#8076BB">Inner text</div>

This div background color is #8076BB.

Border color

.myBorderColor { border: 1px solid #8076BB; }

<div style="border:3px solid #8076BB">Div</div>

This div border color is #8076BB.

Opacity

.myOpacity80 { color: #8076BB; opacity: 0.8; }

<p style="color:#8076BB;opacity:0.8;">80%</p>

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

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

This text has shadow with #8076BB color.


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

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

This text has shadow with #8076BB primary color and red secondary color.


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

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

This text has shadow with #8076BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8076BB.

Preview

Color preview on black background

This text has color #8076BB on black background.


Color preview on white background

This text has color #8076BB on white background.


Black color preview on #8076BB background

This text has black color on #8076BB background.


White color preview on #8076BB background

This text has white color on #8076BB background.


Related colors

Complementary color

Complementary color for #hex is #7F8944.


I love getcolorcode.com

Triadic colors

1 #BB8076 and #76BB80 with #8076BB are triadic colors.

2 #BB7680 and #7680BB with #8076BB are triadic colors.