COLOR #83749B

HEX: #83749B RGB: (131,116,155)

Color info

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

RGB color model

#83749B color RGB value is (131,116,155).

RGB: (131,116,155) (51%, 45%, 61%)

RGB channels and saturation

R 131 of 255 = 51%
G 116 of 255 = 45%
B 155 of 255 = 61%

131
116
155

R + G + B ~ 52%. #83749B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 116 + 155 = 402 (100%)
R 131 of 402 ~ 32.59%
G 116 of 402 ~ 28.86%
B 155 of 402 ~ 38.56'%

%32.59
%28.86
%38.56

CMYK color model

#83749B color CMYK value is (15,25,0,39).

  • cyan value is 15.48%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (15,25,0,39)
C15M25Y0K39 (15%, 25%, 0%, 39%)
(0.15 / 0.25 / 0.00 / 0.39)

CMYK percentages

%15.48
%25.16
%0
%39.22

Codes

Color #83749B in popluar color models

83 74 9B
RGB 131 116 155
HSL 263° 16.32% 53.14%
HSB/HSV 263° 25.16% 60.78%
CMYK 15.48% 25.16% 0.00%
39.22%

Color #83749B in popluar number systems.

HEX 83 74 9B
Decimal 131 116 155
Binary 10000011 1110100 10011011
Octal 203 164 233

Shades and tints

Shades of #83749B

#83749B
(131,116,155)
#786A8D
(120,106,141)
#6D607F
(109,96,127)
#625671
(98,86,113)
#574C63
(87,76,99)
#4C4255
(76,66,85)
#413847
(65,56,71)
#362E39
(54,46,57)
#2B242B
(43,36,43)
#201A1D
(32,26,29)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #83749B

#83749B
(131,116,155)
#8E80A4
(142,128,164)
#998CAD
(153,140,173)
#A498B6
(164,152,182)
#AFA4BF
(175,164,191)
#BAB0C8
(186,176,200)
#C5BCD1
(197,188,209)
#D0C8DA
(208,200,218)
#DBD4E3
(219,212,227)
#E6E0EC
(230,224,236)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83749B color. Also use rgb(131,116,155) instead hex code.

Text Font Color

.myTextColor { color: #83749B; }

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

This text font color is #83749B.

Background Color

.myBgColor { background-color: #83749B; }

<div style="background-color:#83749B">Inner text</div>

This div background color is #83749B.

Border color

.myBorderColor { border: 1px solid #83749B; }

<div style="border:3px solid #83749B">Div</div>

This div border color is #83749B.

Opacity

.myOpacity80 { color: #83749B; opacity: 0.8; }

<p style="color:#83749B;opacity:0.8;">80%</p>

Text with #83749B 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 #83749B;}

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

This text has shadow with #83749B color.


.textShadow {text-shadow: 3px 3px 1px #83749B', 3px 3px 1px red;}

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

This text has shadow with #83749B primary color and red secondary color.


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

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

This text has shadow with #83749B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83749B; -webkit-box-shadow: 1px 1px 3px 2px #83749B; box-shadow:1px 1px 3px 2px #83749B;">
Div content here
</div>

This div box has shadow with color #83749B.

Preview

Color preview on black background

This text has color #83749B on black background.


Color preview on white background

This text has color #83749B on white background.


Black color preview on #83749B background

This text has black color on #83749B background.


White color preview on #83749B background

This text has white color on #83749B background.


Related colors

Complementary color

Complementary color for #hex is #7C8B64.


I love getcolorcode.com

Triadic colors

1 #9B8374 and #749B83 with #83749B are triadic colors.

2 #9B7483 and #74839B with #83749B are triadic colors.