COLOR #8A95BF

HEX: #8A95BF
RGB: (138,149,191)

Color info

#8A95BF contains red, green and blue colors in about the same proportion. Web safe color of #8A95BF is #9999CC (or #99C).

RGB color model

#8A95BF color RGB value is (138,149,191).

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

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 191 of 255 = 75%

138
149
191

R + G + B ~ 62%. #8A95BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 149 + 191 = 478 (100%)
R 138 of 478 ~ 28.87%
G 149 of 478 ~ 31.17%
B 191 of 478 ~ 39.96%

%28.87
%31.17
%39.96

CMYK color model

#8A95BF color CMYK value is (28,22,0,25).

  • cyan value is 27.75%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(28,22,0,25)
C28M22Y0K25 
(28%,22%,0%,25%)
(0.28/0.22/0.00/0.25)	

CMYK percentages

%27.75
%21.99
%0
%25.1

Codes

Color #8A95BF in popluar color models

8A95BF
RGB138149191
HSL228°29.28%64.51%
HSB/HSV228°27.75%74.90%
CMYK27.75%21.99%0.00%
25.10%

Color #8A95BF in popluar number systems.

HEX8A95BF
Decimal138149191
Binary100010101001010110111111
Octal212225277

Shades and tints

Shades of #8A95BF

#8A95BF
(138,149,191)
#7E88AE
(126,136,174)
#727B9D
(114,123,157)
#666E8C
(102,110,140)
#5A617B
(90,97,123)
#4E546A
(78,84,106)
#424759
(66,71,89)
#363A48
(54,58,72)
#2A2D37
(42,45,55)
#1E2026
(30,32,38)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #8A95BF

#8A95BF
(138,149,191)
#949EC4
(148,158,196)
#9EA7C9
(158,167,201)
#A8B0CE
(168,176,206)
#B2B9D3
(178,185,211)
#BCC2D8
(188,194,216)
#C6CBDD
(198,203,221)
#D0D4E2
(208,212,226)
#DADDE7
(218,221,231)
#E4E6EC
(228,230,236)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A95BF; }

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

This text font color is #8A95BF.


Background Color

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

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

This div background color is #8A95BF.


Border color

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

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

This div border color is #8A95BF.


Opacity

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

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

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

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

This text has shadow with #8A95BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A95BF on black background.


Color preview on white background

This text has color #8A95BF on white background.



Black color preview on #8A95BF background

This text has black color on #8A95BF background.


White color preview on #8A95BF background

This text has white color on #8A95BF background.