COLOR #8A9BF6

HEX: #8A9BF6
RGB: (138,155,246)

Color info

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

RGB color model

#8A9BF6 color RGB value is (138,155,246).

  • red value is 138;
  • green value is 155;
  • blue value is 246.
RGB:
(138,155,246)
(54%,61%,96%)

RGB channels and saturation

R 138 of 255 = 54%
G 155 of 255 = 61%
B 246 of 255 = 96%

138
155
246

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

Portions of RGB colors in percentages

R + G + B =
138 + 155 + 246 = 539 (100%)
R 138 of 539 ~ 25.6%
G 155 of 539 ~ 28.76%
B 246 of 539 ~ 45.64%

%25.6
%28.76
%45.64

CMYK color model

#8A9BF6 color CMYK value is (44,37,0,4).

  • cyan value is 43.90%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(44,37,0,4)
C44M37Y0K4 
(44%,37%,0%,4%)
(0.44/0.37/0.00/0.04)	

CMYK percentages

%43.9
%36.99
%0
%3.53

Codes

Color #8A9BF6 in popluar color models

8A9BF6
RGB138155246
HSL231°85.71%75.29%
HSB/HSV231°43.90%96.47%
CMYK43.90%36.99%0.00%
3.53%

Color #8A9BF6 in popluar number systems.

HEX8A9BF6
Decimal138155246
Binary100010101001101111110110
Octal212233366

Shades and tints

Shades of #8A9BF6

#8A9BF6
(138,155,246)
#7E8DE0
(126,141,224)
#727FCA
(114,127,202)
#6671B4
(102,113,180)
#5A639E
(90,99,158)
#4E5588
(78,85,136)
#424772
(66,71,114)
#36395C
(54,57,92)
#2A2B46
(42,43,70)
#1E1D30
(30,29,48)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #8A9BF6

#8A9BF6
(138,155,246)
#94A4F6
(148,164,246)
#9EADF6
(158,173,246)
#A8B6F6
(168,182,246)
#B2BFF6
(178,191,246)
#BCC8F6
(188,200,246)
#C6D1F6
(198,209,246)
#D0DAF6
(208,218,246)
#DAE3F6
(218,227,246)
#E4ECF6
(228,236,246)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9BF6 color. Also use rgb(138,155,246) instead hex code.

Text Font Color

.myTextColor { color: #8A9BF6; }

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

This text font color is #8A9BF6.


Background Color

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

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

This div background color is #8A9BF6.


Border color

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

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

This div border color is #8A9BF6.


Opacity

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

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

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

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

This text has shadow with #8A9BF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9BF6 on black background.


Color preview on white background

This text has color #8A9BF6 on white background.



Black color preview on #8A9BF6 background

This text has black color on #8A9BF6 background.


White color preview on #8A9BF6 background

This text has white color on #8A9BF6 background.