COLOR #7D80E8

HEX: #7D80E8
RGB: (125,128,232)

Color info

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

RGB color model

#7D80E8 color RGB value is (125,128,232).

  • red value is 125;
  • green value is 128;
  • blue value is 232.
RGB:
(125,128,232)
(49%,50%,91%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 232 of 255 = 91%

125
128
232

R + G + B ~ 63%. #7D80E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 128 + 232 = 485 (100%)
R 125 of 485 ~ 25.77%
G 128 of 485 ~ 26.39%
B 232 of 485 ~ 47.84%

%25.77
%26.39
%47.84

CMYK color model

#7D80E8 color CMYK value is (46,45,0,9).

  • cyan value is 46.12%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(46,45,0,9)
C46M45Y0K9 
(46%,45%,0%,9%)
(0.46/0.45/0.00/0.09)	

CMYK percentages

%46.12
%44.83
%0
%9.02

Codes

Color #7D80E8 in popluar color models

7D80E8
RGB125128232
HSL238°69.93%70.00%
HSB/HSV238°46.12%90.98%
CMYK46.12%44.83%0.00%
9.02%

Color #7D80E8 in popluar number systems.

HEX7D80E8
Decimal125128232
Binary11111011000000011101000
Octal175200350

Shades and tints

Shades of #7D80E8

#7D80E8
(125,128,232)
#7275D3
(114,117,211)
#676ABE
(103,106,190)
#5C5FA9
(92,95,169)
#515494
(81,84,148)
#46497F
(70,73,127)
#3B3E6A
(59,62,106)
#303355
(48,51,85)
#252840
(37,40,64)
#1A1D2B
(26,29,43)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #7D80E8

#7D80E8
(125,128,232)
#888BEA
(136,139,234)
#9396EC
(147,150,236)
#9EA1EE
(158,161,238)
#A9ACF0
(169,172,240)
#B4B7F2
(180,183,242)
#BFC2F4
(191,194,244)
#CACDF6
(202,205,246)
#D5D8F8
(213,216,248)
#E0E3FA
(224,227,250)
#EBEEFC
(235,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D80E8 color. Also use rgb(125,128,232) instead hex code.

Text Font Color

.myTextColor { color: #7D80E8; }

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

This text font color is #7D80E8.


Background Color

.myBgColor { background-color: #7D80E8; }

<div style="background-color:#7D80E8">Inner text</div>

This div background color is #7D80E8.


Border color

.myBorderColor { border: 1px solid #7D80E8; }

<div style="border:3px solid #7D80E8">Div</div>

This div border color is #7D80E8.


Opacity

.myOpacity80 { color: #7D80E8; opacity: 0.8; }

<p style="color:#7D80E8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D80E8 color.

.textShadow {text-shadow: 3px 3px 1px #7D80E8, 3px 3px 1px red;}

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

This text has shadow with #7D80E8 primary color and red secondary color.


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

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

This text has shadow with #7D80E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D80E8 on black background.


Color preview on white background

This text has color #7D80E8 on white background.



Black color preview on #7D80E8 background

This text has black color on #7D80E8 background.


White color preview on #7D80E8 background

This text has white color on #7D80E8 background.