COLOR #8078B8

HEX: #8078B8 RGB: (128,120,184)

Color info

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

RGB color model

#8078B8 color RGB value is (128,120,184).

RGB: (128,120,184) (50%, 47%, 72%)

RGB channels and saturation

R 128 of 255 = 50%
G 120 of 255 = 47%
B 184 of 255 = 72%

128
120
184

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

Portions of RGB colors in percentages

R + G + B = 128 + 120 + 184 = 432 (100%)
R 128 of 432 ~ 29.63%
G 120 of 432 ~ 27.78%
B 184 of 432 ~ 42.59'%

%29.63
%27.78
%42.59

CMYK color model

#8078B8 color CMYK value is (30,35,0,28).

  • cyan value is 30.43%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (30,35,0,28)
C30M35Y0K28 (30%, 35%, 0%, 28%)
(0.30 / 0.35 / 0.00 / 0.28)

CMYK percentages

%30.43
%34.78
%0
%27.84

Codes

Color #8078B8 in popluar color models

80 78 B8
RGB 128 120 184
HSL 248° 31.07% 59.61%
HSB/HSV 248° 34.78% 72.16%
CMYK 30.43% 34.78% 0.00%
27.84%

Color #8078B8 in popluar number systems.

HEX 80 78 B8
Decimal 128 120 184
Binary 10000000 1111000 10111000
Octal 200 170 270

Shades and tints

Shades of #8078B8

#8078B8
(128,120,184)
#756EA8
(117,110,168)
#6A6498
(106,100,152)
#5F5A88
(95,90,136)
#545078
(84,80,120)
#494668
(73,70,104)
#3E3C58
(62,60,88)
#333248
(51,50,72)
#282838
(40,40,56)
#1D1E28
(29,30,40)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #8078B8

#8078B8
(128,120,184)
#8B84BE
(139,132,190)
#9690C4
(150,144,196)
#A19CCA
(161,156,202)
#ACA8D0
(172,168,208)
#B7B4D6
(183,180,214)
#C2C0DC
(194,192,220)
#CDCCE2
(205,204,226)
#D8D8E8
(216,216,232)
#E3E4EE
(227,228,238)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8078B8; }

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

This text font color is #8078B8.

Background Color

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

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

This div background color is #8078B8.

Border color

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

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

This div border color is #8078B8.

Opacity

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

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

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

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

This text has shadow with #8078B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8078B8.

Preview

Color preview on black background

This text has color #8078B8 on black background.


Color preview on white background

This text has color #8078B8 on white background.


Black color preview on #8078B8 background

This text has black color on #8078B8 background.


White color preview on #8078B8 background

This text has white color on #8078B8 background.


Related colors

Complementary color

Complementary color for #hex is #7F8747.


I love getcolorcode.com

Triadic colors

1 #B88078 and #78B880 with #8078B8 are triadic colors.

2 #B87880 and #7880B8 with #8078B8 are triadic colors.