COLOR #8A8AC7

HEX: #8A8AC7
RGB: (138,138,199)

Color info

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

RGB color model

#8A8AC7 color RGB value is (138,138,199).

  • red value is 138;
  • green value is 138;
  • blue value is 199.
RGB:
(138,138,199)
(54%,54%,78%)

RGB channels and saturation

R 138 of 255 = 54%
G 138 of 255 = 54%
B 199 of 255 = 78%

138
138
199

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

Portions of RGB colors in percentages

R + G + B =
138 + 138 + 199 = 475 (100%)
R 138 of 475 ~ 29.05%
G 138 of 475 ~ 29.05%
B 199 of 475 ~ 41.89%

%29.05
%29.05
%41.89

CMYK color model

#8A8AC7 color CMYK value is (31,31,0,22).

  • cyan value is 30.65%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(31,31,0,22)
C31M31Y0K22 
(31%,31%,0%,22%)
(0.31/0.31/0.00/0.22)	

CMYK percentages

%30.65
%30.65
%0
%21.96

Codes

Color #8A8AC7 in popluar color models

8A8AC7
RGB138138199
HSL240°35.26%66.08%
HSB/HSV240°30.65%78.04%
CMYK30.65%30.65%0.00%
21.96%

Color #8A8AC7 in popluar number systems.

HEX8A8AC7
Decimal138138199
Binary100010101000101011000111
Octal212212307

Shades and tints

Shades of #8A8AC7

#8A8AC7
(138,138,199)
#7E7EB5
(126,126,181)
#7272A3
(114,114,163)
#666691
(102,102,145)
#5A5A7F
(90,90,127)
#4E4E6D
(78,78,109)
#42425B
(66,66,91)
#363649
(54,54,73)
#2A2A37
(42,42,55)
#1E1E25
(30,30,37)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #8A8AC7

#8A8AC7
(138,138,199)
#9494CC
(148,148,204)
#9E9ED1
(158,158,209)
#A8A8D6
(168,168,214)
#B2B2DB
(178,178,219)
#BCBCE0
(188,188,224)
#C6C6E5
(198,198,229)
#D0D0EA
(208,208,234)
#DADAEF
(218,218,239)
#E4E4F4
(228,228,244)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8AC7; }

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

This text font color is #8A8AC7.


Background Color

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

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

This div background color is #8A8AC7.


Border color

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

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

This div border color is #8A8AC7.


Opacity

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

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

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

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

This text has shadow with #8A8AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8AC7 on black background.


Color preview on white background

This text has color #8A8AC7 on white background.



Black color preview on #8A8AC7 background

This text has black color on #8A8AC7 background.


White color preview on #8A8AC7 background

This text has white color on #8A8AC7 background.