COLOR #83769C

HEX: #83769C
RGB: (131,118,156)

Color info

#83769C contains red, green and blue colors in about the same proportion. Web safe color of #83769C is #996699 (or #969).

RGB color model

#83769C color RGB value is (131,118,156).

  • red value is 131;
  • green value is 118;
  • blue value is 156.
RGB:
(131,118,156)
(51%,46%,61%)

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 156 of 255 = 61%

131
118
156

R + G + B ~ 53%. #83769C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 118 + 156 = 405 (100%)
R 131 of 405 ~ 32.35%
G 118 of 405 ~ 29.14%
B 156 of 405 ~ 38.52%

%32.35
%29.14
%38.52

CMYK color model

#83769C color CMYK value is (16,24,0,39).

  • cyan value is 16.03%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(16,24,0,39)
C16M24Y0K39 
(16%,24%,0%,39%)
(0.16/0.24/0.00/0.39)	

CMYK percentages

%16.03
%24.36
%0
%38.82

Codes

Color #83769C in popluar color models

83769C
RGB131118156
HSL261°16.10%53.73%
HSB/HSV261°24.36%61.18%
CMYK16.03%24.36%0.00%
38.82%

Color #83769C in popluar number systems.

HEX83769C
Decimal131118156
Binary10000011111011010011100
Octal203166234

Shades and tints

Shades of #83769C

#83769C
(131,118,156)
#786C8E
(120,108,142)
#6D6280
(109,98,128)
#625872
(98,88,114)
#574E64
(87,78,100)
#4C4456
(76,68,86)
#413A48
(65,58,72)
#36303A
(54,48,58)
#2B262C
(43,38,44)
#201C1E
(32,28,30)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #83769C

#83769C
(131,118,156)
#8E82A5
(142,130,165)
#998EAE
(153,142,174)
#A49AB7
(164,154,183)
#AFA6C0
(175,166,192)
#BAB2C9
(186,178,201)
#C5BED2
(197,190,210)
#D0CADB
(208,202,219)
#DBD6E4
(219,214,228)
#E6E2ED
(230,226,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83769C color. Also use rgb(131,118,156) instead hex code.

Text Font Color

.myTextColor { color: #83769C; }

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

This text font color is #83769C.


Background Color

.myBgColor { background-color: #83769C; }

<div style="background-color:#83769C">Inner text</div>

This div background color is #83769C.


Border color

.myBorderColor { border: 1px solid #83769C; }

<div style="border:3px solid #83769C">Div</div>

This div border color is #83769C.


Opacity

.myOpacity80 { color: #83769C; opacity: 0.8; }

<p style="color:#83769C;opacity:0.8;">80%</p>

Text with #83769C 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 #83769C;}

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

This text has shadow with #83769C color.

.textShadow {text-shadow: 3px 3px 1px #83769C, 3px 3px 1px red;}

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

This text has shadow with #83769C primary color and red secondary color.


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

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

This text has shadow with #83769C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83769C on black background.


Color preview on white background

This text has color #83769C on white background.



Black color preview on #83769C background

This text has black color on #83769C background.


White color preview on #83769C background

This text has white color on #83769C background.