COLOR #8A95D8

HEX: #8A95D8
RGB: (138,149,216)

Color info

#8A95D8 contains mainly blue color. Web safe color of #8A95D8 is #9999CC (or #99C).

RGB color model

#8A95D8 color RGB value is (138,149,216).

  • red value is 138;
  • green value is 149;
  • blue value is 216.
RGB:
(138,149,216)
(54%,58%,85%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 216 of 255 = 85%

138
149
216

R + G + B ~ 66%. #8A95D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 149 + 216 = 503 (100%)
R 138 of 503 ~ 27.44%
G 149 of 503 ~ 29.62%
B 216 of 503 ~ 42.94%

%27.44
%29.62
%42.94

CMYK color model

#8A95D8 color CMYK value is (36,31,0,15).

  • cyan value is 36.11%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(36,31,0,15)
C36M31Y0K15 
(36%,31%,0%,15%)
(0.36/0.31/0.00/0.15)	

CMYK percentages

%36.11
%31.02
%0
%15.29

Codes

Color #8A95D8 in popluar color models

8A95D8
RGB138149216
HSL232°50.00%69.41%
HSB/HSV232°36.11%84.71%
CMYK36.11%31.02%0.00%
15.29%

Color #8A95D8 in popluar number systems.

HEX8A95D8
Decimal138149216
Binary100010101001010111011000
Octal212225330

Shades and tints

Shades of #8A95D8

#8A95D8
(138,149,216)
#7E88C5
(126,136,197)
#727BB2
(114,123,178)
#666E9F
(102,110,159)
#5A618C
(90,97,140)
#4E5479
(78,84,121)
#424766
(66,71,102)
#363A53
(54,58,83)
#2A2D40
(42,45,64)
#1E202D
(30,32,45)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #8A95D8

#8A95D8
(138,149,216)
#949EDB
(148,158,219)
#9EA7DE
(158,167,222)
#A8B0E1
(168,176,225)
#B2B9E4
(178,185,228)
#BCC2E7
(188,194,231)
#C6CBEA
(198,203,234)
#D0D4ED
(208,212,237)
#DADDF0
(218,221,240)
#E4E6F3
(228,230,243)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A95D8 color. Also use rgb(138,149,216) instead hex code.

Text Font Color

.myTextColor { color: #8A95D8; }

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

This text font color is #8A95D8.


Background Color

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

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

This div background color is #8A95D8.


Border color

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

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

This div border color is #8A95D8.


Opacity

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

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

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

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

This text has shadow with #8A95D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A95D8 on black background.


Color preview on white background

This text has color #8A95D8 on white background.



Black color preview on #8A95D8 background

This text has black color on #8A95D8 background.


White color preview on #8A95D8 background

This text has white color on #8A95D8 background.