COLOR #837ABB

HEX: #837ABB
RGB: (131,122,187)

Color info

#837ABB contains mainly red and blue colors. Web safe color of #837ABB is #9966CC (or #96C).

RGB color model

#837ABB color RGB value is (131,122,187).

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

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 187 of 255 = 73%

131
122
187

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

Portions of RGB colors in percentages

R + G + B =
131 + 122 + 187 = 440 (100%)
R 131 of 440 ~ 29.77%
G 122 of 440 ~ 27.73%
B 187 of 440 ~ 42.5%

%29.77
%27.73
%42.5

CMYK color model

#837ABB color CMYK value is (30,35,0,27).

  • cyan value is 29.95%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(30,35,0,27)
C30M35Y0K27 
(30%,35%,0%,27%)
(0.30/0.35/0.00/0.27)	

CMYK percentages

%29.95
%34.76
%0
%26.67

Codes

Color #837ABB in popluar color models

837ABB
RGB131122187
HSL248°32.34%60.59%
HSB/HSV248°34.76%73.33%
CMYK29.95%34.76%0.00%
26.67%

Color #837ABB in popluar number systems.

HEX837ABB
Decimal131122187
Binary10000011111101010111011
Octal203172273

Shades and tints

Shades of #837ABB

#837ABB
(131,122,187)
#786FAA
(120,111,170)
#6D6499
(109,100,153)
#625988
(98,89,136)
#574E77
(87,78,119)
#4C4366
(76,67,102)
#413855
(65,56,85)
#362D44
(54,45,68)
#2B2233
(43,34,51)
#201722
(32,23,34)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #837ABB

#837ABB
(131,122,187)
#8E86C1
(142,134,193)
#9992C7
(153,146,199)
#A49ECD
(164,158,205)
#AFAAD3
(175,170,211)
#BAB6D9
(186,182,217)
#C5C2DF
(197,194,223)
#D0CEE5
(208,206,229)
#DBDAEB
(219,218,235)
#E6E6F1
(230,230,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837ABB; }

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

This text font color is #837ABB.


Background Color

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

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

This div background color is #837ABB.


Border color

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

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

This div border color is #837ABB.


Opacity

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

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

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

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

This text has shadow with #837ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837ABB on black background.


Color preview on white background

This text has color #837ABB on white background.



Black color preview on #837ABB background

This text has black color on #837ABB background.


White color preview on #837ABB background

This text has white color on #837ABB background.