COLOR #8A83CB

HEX: #8A83CB
RGB: (138,131,203)

Color info

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

RGB color model

#8A83CB color RGB value is (138,131,203).

  • red value is 138;
  • green value is 131;
  • blue value is 203.
RGB:
(138,131,203)
(54%,51%,80%)

RGB channels and saturation

R 138 of 255 = 54%
G 131 of 255 = 51%
B 203 of 255 = 80%

138
131
203

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

Portions of RGB colors in percentages

R + G + B =
138 + 131 + 203 = 472 (100%)
R 138 of 472 ~ 29.24%
G 131 of 472 ~ 27.75%
B 203 of 472 ~ 43.01%

%29.24
%27.75
%43.01

CMYK color model

#8A83CB color CMYK value is (32,35,0,20).

  • cyan value is 32.02%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(32,35,0,20)
C32M35Y0K20 
(32%,35%,0%,20%)
(0.32/0.35/0.00/0.20)	

CMYK percentages

%32.02
%35.47
%0
%20.39

Codes

Color #8A83CB in popluar color models

8A83CB
RGB138131203
HSL246°40.91%65.49%
HSB/HSV246°35.47%79.61%
CMYK32.02%35.47%0.00%
20.39%

Color #8A83CB in popluar number systems.

HEX8A83CB
Decimal138131203
Binary100010101000001111001011
Octal212203313

Shades and tints

Shades of #8A83CB

#8A83CB
(138,131,203)
#7E78B9
(126,120,185)
#726DA7
(114,109,167)
#666295
(102,98,149)
#5A5783
(90,87,131)
#4E4C71
(78,76,113)
#42415F
(66,65,95)
#36364D
(54,54,77)
#2A2B3B
(42,43,59)
#1E2029
(30,32,41)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #8A83CB

#8A83CB
(138,131,203)
#948ECF
(148,142,207)
#9E99D3
(158,153,211)
#A8A4D7
(168,164,215)
#B2AFDB
(178,175,219)
#BCBADF
(188,186,223)
#C6C5E3
(198,197,227)
#D0D0E7
(208,208,231)
#DADBEB
(218,219,235)
#E4E6EF
(228,230,239)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A83CB; }

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

This text font color is #8A83CB.


Background Color

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

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

This div background color is #8A83CB.


Border color

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

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

This div border color is #8A83CB.


Opacity

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

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

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

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

This text has shadow with #8A83CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A83CB on black background.


Color preview on white background

This text has color #8A83CB on white background.



Black color preview on #8A83CB background

This text has black color on #8A83CB background.


White color preview on #8A83CB background

This text has white color on #8A83CB background.