COLOR #8A8BAE

HEX: #8A8BAE RGB: (138,139,174)

Color info

#8A8BAE contains red, green and blue colors in about the same proportion. Web safe color of #8A8BAE is #999999 (or #999).

RGB color model

#8A8BAE color RGB value is (138,139,174).

RGB: (138,139,174) (54%, 55%, 68%)

RGB channels and saturation

R 138 of 255 = 54%
G 139 of 255 = 55%
B 174 of 255 = 68%

138
139
174

R + G + B ~ 59%. #8A8BAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 139 + 174 = 451 (100%)
R 138 of 451 ~ 30.6%
G 139 of 451 ~ 30.82%
B 174 of 451 ~ 38.58'%

%30.6
%30.82
%38.58

CMYK color model

#8A8BAE color CMYK value is (21,20,0,32).

  • cyan value is 20.69%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (21,20,0,32)
C21M20Y0K32 (21%, 20%, 0%, 32%)
(0.21 / 0.20 / 0.00 / 0.32)

CMYK percentages

%20.69
%20.11
%0
%31.76

Codes

Color #8A8BAE in popluar color models

8A 8B AE
RGB 138 139 174
HSL 238° 18.18% 61.18%
HSB/HSV 238° 20.69% 68.24%
CMYK 20.69% 20.11% 0.00%
31.76%

Color #8A8BAE in popluar number systems.

HEX 8A 8B AE
Decimal 138 139 174
Binary 10001010 10001011 10101110
Octal 212 213 256

Shades and tints

Shades of #8A8BAE

#8A8BAE
(138,139,174)
#7E7F9F
(126,127,159)
#727390
(114,115,144)
#666781
(102,103,129)
#5A5B72
(90,91,114)
#4E4F63
(78,79,99)
#424354
(66,67,84)
#363745
(54,55,69)
#2A2B36
(42,43,54)
#1E1F27
(30,31,39)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #8A8BAE

#8A8BAE
(138,139,174)
#9495B5
(148,149,181)
#9E9FBC
(158,159,188)
#A8A9C3
(168,169,195)
#B2B3CA
(178,179,202)
#BCBDD1
(188,189,209)
#C6C7D8
(198,199,216)
#D0D1DF
(208,209,223)
#DADBE6
(218,219,230)
#E4E5ED
(228,229,237)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8BAE color. Also use rgb(138,139,174) instead hex code.

Text Font Color

.myTextColor { color: #8A8BAE; }

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

This text font color is #8A8BAE.

Background Color

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

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

This div background color is #8A8BAE.

Border color

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

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

This div border color is #8A8BAE.

Opacity

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

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

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

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

This text has shadow with #8A8BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8BAE.

Preview

Color preview on black background

This text has color #8A8BAE on black background.


Color preview on white background

This text has color #8A8BAE on white background.


Black color preview on #8A8BAE background

This text has black color on #8A8BAE background.


White color preview on #8A8BAE background

This text has white color on #8A8BAE background.


Related colors

Complementary color

Complementary color for #hex is #757451.


I love getcolorcode.com

Triadic colors

1 #AE8A8B and #8BAE8A with #8A8BAE are triadic colors.

2 #AE8B8A and #8B8AAE with #8A8BAE are triadic colors.