COLOR #8A9DF7

HEX: #8A9DF7
RGB: (138,157,247)

Color info

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

RGB color model

#8A9DF7 color RGB value is (138,157,247).

  • red value is 138;
  • green value is 157;
  • blue value is 247.
RGB:
(138,157,247)
(54%,62%,97%)

RGB channels and saturation

R 138 of 255 = 54%
G 157 of 255 = 62%
B 247 of 255 = 97%

138
157
247

R + G + B ~ 71%. #8A9DF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 157 + 247 = 542 (100%)
R 138 of 542 ~ 25.46%
G 157 of 542 ~ 28.97%
B 247 of 542 ~ 45.57%

%25.46
%28.97
%45.57

CMYK color model

#8A9DF7 color CMYK value is (44,36,0,3).

  • cyan value is 44.13%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(44,36,0,3)
C44M36Y0K3 
(44%,36%,0%,3%)
(0.44/0.36/0.00/0.03)	

CMYK percentages

%44.13
%36.44
%0
%3.14

Codes

Color #8A9DF7 in popluar color models

8A9DF7
RGB138157247
HSL230°87.20%75.49%
HSB/HSV230°44.13%96.86%
CMYK44.13%36.44%0.00%
3.14%

Color #8A9DF7 in popluar number systems.

HEX8A9DF7
Decimal138157247
Binary100010101001110111110111
Octal212235367

Shades and tints

Shades of #8A9DF7

#8A9DF7
(138,157,247)
#7E8FE1
(126,143,225)
#7281CB
(114,129,203)
#6673B5
(102,115,181)
#5A659F
(90,101,159)
#4E5789
(78,87,137)
#424973
(66,73,115)
#363B5D
(54,59,93)
#2A2D47
(42,45,71)
#1E1F31
(30,31,49)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #8A9DF7

#8A9DF7
(138,157,247)
#94A5F7
(148,165,247)
#9EADF7
(158,173,247)
#A8B5F7
(168,181,247)
#B2BDF7
(178,189,247)
#BCC5F7
(188,197,247)
#C6CDF7
(198,205,247)
#D0D5F7
(208,213,247)
#DADDF7
(218,221,247)
#E4E5F7
(228,229,247)
#EEEDF7
(238,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9DF7 color. Also use rgb(138,157,247) instead hex code.

Text Font Color

.myTextColor { color: #8A9DF7; }

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

This text font color is #8A9DF7.


Background Color

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

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

This div background color is #8A9DF7.


Border color

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

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

This div border color is #8A9DF7.


Opacity

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

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

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

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

This text has shadow with #8A9DF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9DF7 on black background.


Color preview on white background

This text has color #8A9DF7 on white background.



Black color preview on #8A9DF7 background

This text has black color on #8A9DF7 background.


White color preview on #8A9DF7 background

This text has white color on #8A9DF7 background.