COLOR #8095E4

HEX: #8095E4
RGB: (128,149,228)

Color info

#8095E4 contains mainly blue color. Web safe color of #8095E4 is #6699CC (or #69C).

RGB color model

#8095E4 color RGB value is (128,149,228).

  • red value is 128;
  • green value is 149;
  • blue value is 228.
RGB:
(128,149,228)
(50%,58%,89%)

RGB channels and saturation

R 128 of 255 = 50%
G 149 of 255 = 58%
B 228 of 255 = 89%

128
149
228

R + G + B ~ 66%. #8095E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 149 + 228 = 505 (100%)
R 128 of 505 ~ 25.35%
G 149 of 505 ~ 29.5%
B 228 of 505 ~ 45.15%

%25.35
%29.5
%45.15

CMYK color model

#8095E4 color CMYK value is (44,35,0,11).

  • cyan value is 43.86%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(44,35,0,11)
C44M35Y0K11 
(44%,35%,0%,11%)
(0.44/0.35/0.00/0.11)	

CMYK percentages

%43.86
%34.65
%0
%10.59

Codes

Color #8095E4 in popluar color models

8095E4
RGB128149228
HSL227°64.94%69.80%
HSB/HSV227°43.86%89.41%
CMYK43.86%34.65%0.00%
10.59%

Color #8095E4 in popluar number systems.

HEX8095E4
Decimal128149228
Binary100000001001010111100100
Octal200225344

Shades and tints

Shades of #8095E4

#8095E4
(128,149,228)
#7588D0
(117,136,208)
#6A7BBC
(106,123,188)
#5F6EA8
(95,110,168)
#546194
(84,97,148)
#495480
(73,84,128)
#3E476C
(62,71,108)
#333A58
(51,58,88)
#282D44
(40,45,68)
#1D2030
(29,32,48)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #8095E4

#8095E4
(128,149,228)
#8B9EE6
(139,158,230)
#96A7E8
(150,167,232)
#A1B0EA
(161,176,234)
#ACB9EC
(172,185,236)
#B7C2EE
(183,194,238)
#C2CBF0
(194,203,240)
#CDD4F2
(205,212,242)
#D8DDF4
(216,221,244)
#E3E6F6
(227,230,246)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8095E4 color. Also use rgb(128,149,228) instead hex code.

Text Font Color

.myTextColor { color: #8095E4; }

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

This text font color is #8095E4.


Background Color

.myBgColor { background-color: #8095E4; }

<div style="background-color:#8095E4">Inner text</div>

This div background color is #8095E4.


Border color

.myBorderColor { border: 1px solid #8095E4; }

<div style="border:3px solid #8095E4">Div</div>

This div border color is #8095E4.


Opacity

.myOpacity80 { color: #8095E4; opacity: 0.8; }

<p style="color:#8095E4;opacity:0.8;">80%</p>

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

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

This text has shadow with #8095E4 color.

.textShadow {text-shadow: 3px 3px 1px #8095E4, 3px 3px 1px red;}

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

This text has shadow with #8095E4 primary color and red secondary color.


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

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

This text has shadow with #8095E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8095E4 on black background.


Color preview on white background

This text has color #8095E4 on white background.



Black color preview on #8095E4 background

This text has black color on #8095E4 background.


White color preview on #8095E4 background

This text has white color on #8095E4 background.