COLOR #8078B0

HEX: #8078B0 RGB: (128,120,176)

Color info

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

RGB color model

#8078B0 color RGB value is (128,120,176).

RGB: (128,120,176) (50%, 47%, 69%)

RGB channels and saturation

R 128 of 255 = 50%
G 120 of 255 = 47%
B 176 of 255 = 69%

128
120
176

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

Portions of RGB colors in percentages

R + G + B = 128 + 120 + 176 = 424 (100%)
R 128 of 424 ~ 30.19%
G 120 of 424 ~ 28.3%
B 176 of 424 ~ 41.51'%

%30.19
%28.3
%41.51

CMYK color model

#8078B0 color CMYK value is (27,32,0,31).

  • cyan value is 27.27%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (27,32,0,31)
C27M32Y0K31 (27%, 32%, 0%, 31%)
(0.27 / 0.32 / 0.00 / 0.31)

CMYK percentages

%27.27
%31.82
%0
%30.98

Codes

Color #8078B0 in popluar color models

80 78 B0
RGB 128 120 176
HSL 249° 26.17% 58.04%
HSB/HSV 249° 31.82% 69.02%
CMYK 27.27% 31.82% 0.00%
30.98%

Color #8078B0 in popluar number systems.

HEX 80 78 B0
Decimal 128 120 176
Binary 10000000 1111000 10110000
Octal 200 170 260

Shades and tints

Shades of #8078B0

#8078B0
(128,120,176)
#756EA0
(117,110,160)
#6A6490
(106,100,144)
#5F5A80
(95,90,128)
#545070
(84,80,112)
#494660
(73,70,96)
#3E3C50
(62,60,80)
#333240
(51,50,64)
#282830
(40,40,48)
#1D1E20
(29,30,32)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #8078B0

#8078B0
(128,120,176)
#8B84B7
(139,132,183)
#9690BE
(150,144,190)
#A19CC5
(161,156,197)
#ACA8CC
(172,168,204)
#B7B4D3
(183,180,211)
#C2C0DA
(194,192,218)
#CDCCE1
(205,204,225)
#D8D8E8
(216,216,232)
#E3E4EF
(227,228,239)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8078B0 color. Also use rgb(128,120,176) instead hex code.

Text Font Color

.myTextColor { color: #8078B0; }

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

This text font color is #8078B0.

Background Color

.myBgColor { background-color: #8078B0; }

<div style="background-color:#8078B0">Inner text</div>

This div background color is #8078B0.

Border color

.myBorderColor { border: 1px solid #8078B0; }

<div style="border:3px solid #8078B0">Div</div>

This div border color is #8078B0.

Opacity

.myOpacity80 { color: #8078B0; opacity: 0.8; }

<p style="color:#8078B0;opacity:0.8;">80%</p>

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

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

This text has shadow with #8078B0 color.


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

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

This text has shadow with #8078B0 primary color and red secondary color.


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

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

This text has shadow with #8078B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8078B0.

Preview

Color preview on black background

This text has color #8078B0 on black background.


Color preview on white background

This text has color #8078B0 on white background.


Black color preview on #8078B0 background

This text has black color on #8078B0 background.


White color preview on #8078B0 background

This text has white color on #8078B0 background.


Related colors

Complementary color

Complementary color for #hex is #7F874F.


I love getcolorcode.com

Triadic colors

1 #B08078 and #78B080 with #8078B0 are triadic colors.

2 #B07880 and #7880B0 with #8078B0 are triadic colors.