COLOR #809AE8

HEX: #809AE8
RGB: (128,154,232)

Color info

#809AE8 contains mainly blue color. Web safe color of #809AE8 is #6699FF (or #69F).

RGB color model

#809AE8 color RGB value is (128,154,232).

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

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 232 of 255 = 91%

128
154
232

R + G + B ~ 67%. #809AE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 154 + 232 = 514 (100%)
R 128 of 514 ~ 24.9%
G 154 of 514 ~ 29.96%
B 232 of 514 ~ 45.14%

%24.9
%29.96
%45.14

CMYK color model

#809AE8 color CMYK value is (45,34,0,9).

  • cyan value is 44.83%
  • magenta value is 33.62%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(45,34,0,9)
C45M34Y0K9 
(45%,34%,0%,9%)
(0.45/0.34/0.00/0.09)	

CMYK percentages

%44.83
%33.62
%0
%9.02

Codes

Color #809AE8 in popluar color models

809AE8
RGB128154232
HSL225°69.33%70.59%
HSB/HSV225°44.83%90.98%
CMYK44.83%33.62%0.00%
9.02%

Color #809AE8 in popluar number systems.

HEX809AE8
Decimal128154232
Binary100000001001101011101000
Octal200232350

Shades and tints

Shades of #809AE8

#809AE8
(128,154,232)
#758CD3
(117,140,211)
#6A7EBE
(106,126,190)
#5F70A9
(95,112,169)
#546294
(84,98,148)
#49547F
(73,84,127)
#3E466A
(62,70,106)
#333855
(51,56,85)
#282A40
(40,42,64)
#1D1C2B
(29,28,43)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #809AE8

#809AE8
(128,154,232)
#8BA3EA
(139,163,234)
#96ACEC
(150,172,236)
#A1B5EE
(161,181,238)
#ACBEF0
(172,190,240)
#B7C7F2
(183,199,242)
#C2D0F4
(194,208,244)
#CDD9F6
(205,217,246)
#D8E2F8
(216,226,248)
#E3EBFA
(227,235,250)
#EEF4FC
(238,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809AE8 color. Also use rgb(128,154,232) instead hex code.

Text Font Color

.myTextColor { color: #809AE8; }

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

This text font color is #809AE8.


Background Color

.myBgColor { background-color: #809AE8; }

<div style="background-color:#809AE8">Inner text</div>

This div background color is #809AE8.


Border color

.myBorderColor { border: 1px solid #809AE8; }

<div style="border:3px solid #809AE8">Div</div>

This div border color is #809AE8.


Opacity

.myOpacity80 { color: #809AE8; opacity: 0.8; }

<p style="color:#809AE8;opacity:0.8;">80%</p>

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

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

This text has shadow with #809AE8 color.

.textShadow {text-shadow: 3px 3px 1px #809AE8, 3px 3px 1px red;}

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

This text has shadow with #809AE8 primary color and red secondary color.


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

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

This text has shadow with #809AE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809AE8 on black background.


Color preview on white background

This text has color #809AE8 on white background.



Black color preview on #809AE8 background

This text has black color on #809AE8 background.


White color preview on #809AE8 background

This text has white color on #809AE8 background.