COLOR #8A92BE

HEX: #8A92BE
RGB: (138,146,190)

Color info

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

RGB color model

#8A92BE color RGB value is (138,146,190).

  • red value is 138;
  • green value is 146;
  • blue value is 190.
RGB:
(138,146,190)
(54%,57%,75%)

RGB channels and saturation

R 138 of 255 = 54%
G 146 of 255 = 57%
B 190 of 255 = 75%

138
146
190

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

Portions of RGB colors in percentages

R + G + B =
138 + 146 + 190 = 474 (100%)
R 138 of 474 ~ 29.11%
G 146 of 474 ~ 30.8%
B 190 of 474 ~ 40.08%

%29.11
%30.8
%40.08

CMYK color model

#8A92BE color CMYK value is (27,23,0,25).

  • cyan value is 27.37%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,23,0,25)
C27M23Y0K25 
(27%,23%,0%,25%)
(0.27/0.23/0.00/0.25)	

CMYK percentages

%27.37
%23.16
%0
%25.49

Codes

Color #8A92BE in popluar color models

8A92BE
RGB138146190
HSL231°28.57%64.31%
HSB/HSV231°27.37%74.51%
CMYK27.37%23.16%0.00%
25.49%

Color #8A92BE in popluar number systems.

HEX8A92BE
Decimal138146190
Binary100010101001001010111110
Octal212222276

Shades and tints

Shades of #8A92BE

#8A92BE
(138,146,190)
#7E85AD
(126,133,173)
#72789C
(114,120,156)
#666B8B
(102,107,139)
#5A5E7A
(90,94,122)
#4E5169
(78,81,105)
#424458
(66,68,88)
#363747
(54,55,71)
#2A2A36
(42,42,54)
#1E1D25
(30,29,37)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #8A92BE

#8A92BE
(138,146,190)
#949BC3
(148,155,195)
#9EA4C8
(158,164,200)
#A8ADCD
(168,173,205)
#B2B6D2
(178,182,210)
#BCBFD7
(188,191,215)
#C6C8DC
(198,200,220)
#D0D1E1
(208,209,225)
#DADAE6
(218,218,230)
#E4E3EB
(228,227,235)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A92BE color. Also use rgb(138,146,190) instead hex code.

Text Font Color

.myTextColor { color: #8A92BE; }

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

This text font color is #8A92BE.


Background Color

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

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

This div background color is #8A92BE.


Border color

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

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

This div border color is #8A92BE.


Opacity

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

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

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

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

This text has shadow with #8A92BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A92BE on black background.


Color preview on white background

This text has color #8A92BE on white background.



Black color preview on #8A92BE background

This text has black color on #8A92BE background.


White color preview on #8A92BE background

This text has white color on #8A92BE background.