COLOR #809CEF

HEX: #809CEF
RGB: (128,156,239)

Color info

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

RGB color model

#809CEF color RGB value is (128,156,239).

  • red value is 128;
  • green value is 156;
  • blue value is 239.
RGB:
(128,156,239)
(50%,61%,94%)

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 239 of 255 = 94%

128
156
239

R + G + B ~ 68%. #809CEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 239 = 523 (100%)
R 128 of 523 ~ 24.47%
G 156 of 523 ~ 29.83%
B 239 of 523 ~ 45.7%

%24.47
%29.83
%45.7

CMYK color model

#809CEF color CMYK value is (46,35,0,6).

  • cyan value is 46.44%
  • magenta value is 34.73%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(46,35,0,6)
C46M35Y0K6 
(46%,35%,0%,6%)
(0.46/0.35/0.00/0.06)	

CMYK percentages

%46.44
%34.73
%0
%6.27

Codes

Color #809CEF in popluar color models

809CEF
RGB128156239
HSL225°77.62%71.96%
HSB/HSV225°46.44%93.73%
CMYK46.44%34.73%0.00%
6.27%

Color #809CEF in popluar number systems.

HEX809CEF
Decimal128156239
Binary100000001001110011101111
Octal200234357

Shades and tints

Shades of #809CEF

#809CEF
(128,156,239)
#758EDA
(117,142,218)
#6A80C5
(106,128,197)
#5F72B0
(95,114,176)
#54649B
(84,100,155)
#495686
(73,86,134)
#3E4871
(62,72,113)
#333A5C
(51,58,92)
#282C47
(40,44,71)
#1D1E32
(29,30,50)
#12101D
(18,16,29)
#000000
(0,0,0)

Tints of #809CEF

#809CEF
(128,156,239)
#8BA5F0
(139,165,240)
#96AEF1
(150,174,241)
#A1B7F2
(161,183,242)
#ACC0F3
(172,192,243)
#B7C9F4
(183,201,244)
#C2D2F5
(194,210,245)
#CDDBF6
(205,219,246)
#D8E4F7
(216,228,247)
#E3EDF8
(227,237,248)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809CEF color. Also use rgb(128,156,239) instead hex code.

Text Font Color

.myTextColor { color: #809CEF; }

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

This text font color is #809CEF.


Background Color

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

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

This div background color is #809CEF.


Border color

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

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

This div border color is #809CEF.


Opacity

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

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

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

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

This text has shadow with #809CEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809CEF on black background.


Color preview on white background

This text has color #809CEF on white background.



Black color preview on #809CEF background

This text has black color on #809CEF background.


White color preview on #809CEF background

This text has white color on #809CEF background.