COLOR #8078BB

HEX: #8078BB
RGB: (128,120,187)

Color info

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

RGB color model

#8078BB color RGB value is (128,120,187).

  • red value is 128;
  • green value is 120;
  • blue value is 187.
RGB:
(128,120,187)
(50%,47%,73%)

RGB channels and saturation

R 128 of 255 = 50%
G 120 of 255 = 47%
B 187 of 255 = 73%

128
120
187

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

Portions of RGB colors in percentages

R + G + B =
128 + 120 + 187 = 435 (100%)
R 128 of 435 ~ 29.43%
G 120 of 435 ~ 27.59%
B 187 of 435 ~ 42.99%

%29.43
%27.59
%42.99

CMYK color model

#8078BB color CMYK value is (32,36,0,27).

  • cyan value is 31.55%
  • magenta value is 35.83%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(32,36,0,27)
C32M36Y0K27 
(32%,36%,0%,27%)
(0.32/0.36/0.00/0.27)	

CMYK percentages

%31.55
%35.83
%0
%26.67

Codes

Color #8078BB in popluar color models

8078BB
RGB128120187
HSL247°33.00%60.20%
HSB/HSV247°35.83%73.33%
CMYK31.55%35.83%0.00%
26.67%

Color #8078BB in popluar number systems.

HEX8078BB
Decimal128120187
Binary10000000111100010111011
Octal200170273

Shades and tints

Shades of #8078BB

#8078BB
(128,120,187)
#756EAA
(117,110,170)
#6A6499
(106,100,153)
#5F5A88
(95,90,136)
#545077
(84,80,119)
#494666
(73,70,102)
#3E3C55
(62,60,85)
#333244
(51,50,68)
#282833
(40,40,51)
#1D1E22
(29,30,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #8078BB

#8078BB
(128,120,187)
#8B84C1
(139,132,193)
#9690C7
(150,144,199)
#A19CCD
(161,156,205)
#ACA8D3
(172,168,211)
#B7B4D9
(183,180,217)
#C2C0DF
(194,192,223)
#CDCCE5
(205,204,229)
#D8D8EB
(216,216,235)
#E3E4F1
(227,228,241)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8078BB; }

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

This text font color is #8078BB.


Background Color

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

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

This div background color is #8078BB.


Border color

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

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

This div border color is #8078BB.


Opacity

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

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

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

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

This text has shadow with #8078BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8078BB on black background.


Color preview on white background

This text has color #8078BB on white background.



Black color preview on #8078BB background

This text has black color on #8078BB background.


White color preview on #8078BB background

This text has white color on #8078BB background.