COLOR #8A95DA

HEX: #8A95DA
RGB: (138,149,218)

Color info

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

RGB color model

#8A95DA color RGB value is (138,149,218).

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

RGB channels and saturation

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

138
149
218

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

Portions of RGB colors in percentages

R + G + B =
138 + 149 + 218 = 505 (100%)
R 138 of 505 ~ 27.33%
G 149 of 505 ~ 29.5%
B 218 of 505 ~ 43.17%

%27.33
%29.5
%43.17

CMYK color model

#8A95DA color CMYK value is (37,32,0,15).

  • cyan value is 36.70%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(37,32,0,15)
C37M32Y0K15 
(37%,32%,0%,15%)
(0.37/0.32/0.00/0.15)	

CMYK percentages

%36.7
%31.65
%0
%14.51

Codes

Color #8A95DA in popluar color models

8A95DA
RGB138149218
HSL232°51.95%69.80%
HSB/HSV232°36.70%85.49%
CMYK36.70%31.65%0.00%
14.51%

Color #8A95DA in popluar number systems.

HEX8A95DA
Decimal138149218
Binary100010101001010111011010
Octal212225332

Shades and tints

Shades of #8A95DA

#8A95DA
(138,149,218)
#7E88C7
(126,136,199)
#727BB4
(114,123,180)
#666EA1
(102,110,161)
#5A618E
(90,97,142)
#4E547B
(78,84,123)
#424768
(66,71,104)
#363A55
(54,58,85)
#2A2D42
(42,45,66)
#1E202F
(30,32,47)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #8A95DA

#8A95DA
(138,149,218)
#949EDD
(148,158,221)
#9EA7E0
(158,167,224)
#A8B0E3
(168,176,227)
#B2B9E6
(178,185,230)
#BCC2E9
(188,194,233)
#C6CBEC
(198,203,236)
#D0D4EF
(208,212,239)
#DADDF2
(218,221,242)
#E4E6F5
(228,230,245)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A95DA; }

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

This text font color is #8A95DA.


Background Color

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

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

This div background color is #8A95DA.


Border color

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

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

This div border color is #8A95DA.


Opacity

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

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

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

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

This text has shadow with #8A95DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A95DA on black background.


Color preview on white background

This text has color #8A95DA on white background.



Black color preview on #8A95DA background

This text has black color on #8A95DA background.


White color preview on #8A95DA background

This text has white color on #8A95DA background.