COLOR #8076EB

HEX: #8076EB
RGB: (128,118,235)

Color info

#8076EB contains mainly blue color. Web safe color of #8076EB is #6666FF (or #66F).

RGB color model

#8076EB color RGB value is (128,118,235).

  • red value is 128;
  • green value is 118;
  • blue value is 235.
RGB:
(128,118,235)
(50%,46%,92%)

RGB channels and saturation

R 128 of 255 = 50%
G 118 of 255 = 46%
B 235 of 255 = 92%

128
118
235

R + G + B ~ 63%. #8076EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 118 + 235 = 481 (100%)
R 128 of 481 ~ 26.61%
G 118 of 481 ~ 24.53%
B 235 of 481 ~ 48.86%

%26.61
%24.53
%48.86

CMYK color model

#8076EB color CMYK value is (46,50,0,8).

  • cyan value is 45.53%
  • magenta value is 49.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(46,50,0,8)
C46M50Y0K8 
(46%,50%,0%,8%)
(0.46/0.50/0.00/0.08)	

CMYK percentages

%45.53
%49.79
%0
%7.84

Codes

Color #8076EB in popluar color models

8076EB
RGB128118235
HSL245°74.52%69.22%
HSB/HSV245°49.79%92.16%
CMYK45.53%49.79%0.00%
7.84%

Color #8076EB in popluar number systems.

HEX8076EB
Decimal128118235
Binary10000000111011011101011
Octal200166353

Shades and tints

Shades of #8076EB

#8076EB
(128,118,235)
#756CD6
(117,108,214)
#6A62C1
(106,98,193)
#5F58AC
(95,88,172)
#544E97
(84,78,151)
#494482
(73,68,130)
#3E3A6D
(62,58,109)
#333058
(51,48,88)
#282643
(40,38,67)
#1D1C2E
(29,28,46)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #8076EB

#8076EB
(128,118,235)
#8B82EC
(139,130,236)
#968EED
(150,142,237)
#A19AEE
(161,154,238)
#ACA6EF
(172,166,239)
#B7B2F0
(183,178,240)
#C2BEF1
(194,190,241)
#CDCAF2
(205,202,242)
#D8D6F3
(216,214,243)
#E3E2F4
(227,226,244)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8076EB; }

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

This text font color is #8076EB.


Background Color

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

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

This div background color is #8076EB.


Border color

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

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

This div border color is #8076EB.


Opacity

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

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

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

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

This text has shadow with #8076EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8076EB on black background.


Color preview on white background

This text has color #8076EB on white background.



Black color preview on #8076EB background

This text has black color on #8076EB background.


White color preview on #8076EB background

This text has white color on #8076EB background.