COLOR #838ABB

HEX: #838ABB
RGB: (131,138,187)

Color info

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

RGB color model

#838ABB color RGB value is (131,138,187).

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

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 187 of 255 = 73%

131
138
187

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

Portions of RGB colors in percentages

R + G + B =
131 + 138 + 187 = 456 (100%)
R 131 of 456 ~ 28.73%
G 138 of 456 ~ 30.26%
B 187 of 456 ~ 41.01%

%28.73
%30.26
%41.01

CMYK color model

#838ABB color CMYK value is (30,26,0,27).

  • cyan value is 29.95%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(30,26,0,27)
C30M26Y0K27 
(30%,26%,0%,27%)
(0.30/0.26/0.00/0.27)	

CMYK percentages

%29.95
%26.2
%0
%26.67

Codes

Color #838ABB in popluar color models

838ABB
RGB131138187
HSL233°29.17%62.35%
HSB/HSV233°29.95%73.33%
CMYK29.95%26.20%0.00%
26.67%

Color #838ABB in popluar number systems.

HEX838ABB
Decimal131138187
Binary100000111000101010111011
Octal203212273

Shades and tints

Shades of #838ABB

#838ABB
(131,138,187)
#787EAA
(120,126,170)
#6D7299
(109,114,153)
#626688
(98,102,136)
#575A77
(87,90,119)
#4C4E66
(76,78,102)
#414255
(65,66,85)
#363644
(54,54,68)
#2B2A33
(43,42,51)
#201E22
(32,30,34)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #838ABB

#838ABB
(131,138,187)
#8E94C1
(142,148,193)
#999EC7
(153,158,199)
#A4A8CD
(164,168,205)
#AFB2D3
(175,178,211)
#BABCD9
(186,188,217)
#C5C6DF
(197,198,223)
#D0D0E5
(208,208,229)
#DBDAEB
(219,218,235)
#E6E4F1
(230,228,241)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838ABB color. Also use rgb(131,138,187) instead hex code.

Text Font Color

.myTextColor { color: #838ABB; }

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

This text font color is #838ABB.


Background Color

.myBgColor { background-color: #838ABB; }

<div style="background-color:#838ABB">Inner text</div>

This div background color is #838ABB.


Border color

.myBorderColor { border: 1px solid #838ABB; }

<div style="border:3px solid #838ABB">Div</div>

This div border color is #838ABB.


Opacity

.myOpacity80 { color: #838ABB; opacity: 0.8; }

<p style="color:#838ABB;opacity:0.8;">80%</p>

Text with #838ABB 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 #838ABB;}

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

This text has shadow with #838ABB color.

.textShadow {text-shadow: 3px 3px 1px #838ABB, 3px 3px 1px red;}

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

This text has shadow with #838ABB primary color and red secondary color.


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

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

This text has shadow with #838ABB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838ABB on black background.


Color preview on white background

This text has color #838ABB on white background.



Black color preview on #838ABB background

This text has black color on #838ABB background.


White color preview on #838ABB background

This text has white color on #838ABB background.