COLOR #8BA5E8

HEX: #8BA5E8 RGB: (139,165,232)

Color info

#8BA5E8 contains mainly blue color. Web safe color of #8BA5E8 is #9999FF (or #99F).

RGB color model

#8BA5E8 color RGB value is (139,165,232).

RGB: (139,165,232) (55%, 65%, 91%)

RGB channels and saturation

R 139 of 255 = 55%
G 165 of 255 = 65%
B 232 of 255 = 91%

139
165
232

R + G + B ~ 70%. #8BA5E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 165 + 232 = 536 (100%)
R 139 of 536 ~ 25.93%
G 165 of 536 ~ 30.78%
B 232 of 536 ~ 43.28'%

%25.93
%30.78
%43.28

CMYK color model

#8BA5E8 color CMYK value is (40,29,0,9).

  • cyan value is 40.09%
  • magenta value is 28.88%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (40,29,0,9)
C40M29Y0K9 (40%, 29%, 0%, 9%)
(0.40 / 0.29 / 0.00 / 0.09)

CMYK percentages

%40.09
%28.88
%0
%9.02

Codes

Color #8BA5E8 in popluar color models

8B A5 E8
RGB 139 165 232
HSL 223° 66.91% 72.75%
HSB/HSV 223° 40.09% 90.98%
CMYK 40.09% 28.88% 0.00%
9.02%

Color #8BA5E8 in popluar number systems.

HEX 8B A5 E8
Decimal 139 165 232
Binary 10001011 10100101 11101000
Octal 213 245 350

Shades and tints

Shades of #8BA5E8

#8BA5E8
(139,165,232)
#7F96D3
(127,150,211)
#7387BE
(115,135,190)
#6778A9
(103,120,169)
#5B6994
(91,105,148)
#4F5A7F
(79,90,127)
#434B6A
(67,75,106)
#373C55
(55,60,85)
#2B2D40
(43,45,64)
#1F1E2B
(31,30,43)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #8BA5E8

#8BA5E8
(139,165,232)
#95ADEA
(149,173,234)
#9FB5EC
(159,181,236)
#A9BDEE
(169,189,238)
#B3C5F0
(179,197,240)
#BDCDF2
(189,205,242)
#C7D5F4
(199,213,244)
#D1DDF6
(209,221,246)
#DBE5F8
(219,229,248)
#E5EDFA
(229,237,250)
#EFF5FC
(239,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA5E8 color. Also use rgb(139,165,232) instead hex code.

Text Font Color

.myTextColor { color: #8BA5E8; }

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

This text font color is #8BA5E8.

Background Color

.myBgColor { background-color: #8BA5E8; }

<div style="background-color:#8BA5E8">Inner text</div>

This div background color is #8BA5E8.

Border color

.myBorderColor { border: 1px solid #8BA5E8; }

<div style="border:3px solid #8BA5E8">Div</div>

This div border color is #8BA5E8.

Opacity

.myOpacity80 { color: #8BA5E8; opacity: 0.8; }

<p style="color:#8BA5E8;opacity:0.8;">80%</p>

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

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

This text has shadow with #8BA5E8 color.


.textShadow {text-shadow: 3px 3px 1px #8BA5E8', 3px 3px 1px red;}

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

This text has shadow with #8BA5E8 primary color and red secondary color.


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

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

This text has shadow with #8BA5E8 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8BA5E8; -webkit-box-shadow: 1px 1px 3px 2px #8BA5E8; box-shadow:1px 1px 3px 2px #8BA5E8;">
Div content here
</div>

This div box has shadow with color #8BA5E8.

Preview

Color preview on black background

This text has color #8BA5E8 on black background.


Color preview on white background

This text has color #8BA5E8 on white background.


Black color preview on #8BA5E8 background

This text has black color on #8BA5E8 background.


White color preview on #8BA5E8 background

This text has white color on #8BA5E8 background.


Related colors

Complementary color

Complementary color for #hex is #745A17.


I love getcolorcode.com

Triadic colors

1 #E88BA5 and #A5E88B with #8BA5E8 are triadic colors.

2 #E8A58B and #A58BE8 with #8BA5E8 are triadic colors.