COLOR #736E9B

HEX: #736E9B
RGB: (115,110,155)

Color info

#736E9B contains red, green and blue colors in about the same proportion. Web safe color of #736E9B is #666699 (or #669).

RGB color model

#736E9B color RGB value is (115,110,155).

  • red value is 115;
  • green value is 110;
  • blue value is 155.
RGB:
(115,110,155)
(45%,43%,61%)

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 155 of 255 = 61%

115
110
155

R + G + B ~ 50%. #736E9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 110 + 155 = 380 (100%)
R 115 of 380 ~ 30.26%
G 110 of 380 ~ 28.95%
B 155 of 380 ~ 40.79%

%30.26
%28.95
%40.79

CMYK color model

#736E9B color CMYK value is (26,29,0,39).

  • cyan value is 25.81%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,29,0,39)
C26M29Y0K39 
(26%,29%,0%,39%)
(0.26/0.29/0.00/0.39)	

CMYK percentages

%25.81
%29.03
%0
%39.22

Codes

Color #736E9B in popluar color models

736E9B
RGB115110155
HSL247°18.37%51.96%
HSB/HSV247°29.03%60.78%
CMYK25.81%29.03%0.00%
39.22%

Color #736E9B in popluar number systems.

HEX736E9B
Decimal115110155
Binary1110011110111010011011
Octal163156233

Shades and tints

Shades of #736E9B

#736E9B
(115,110,155)
#69648D
(105,100,141)
#5F5A7F
(95,90,127)
#555071
(85,80,113)
#4B4663
(75,70,99)
#413C55
(65,60,85)
#373247
(55,50,71)
#2D2839
(45,40,57)
#231E2B
(35,30,43)
#19141D
(25,20,29)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #736E9B

#736E9B
(115,110,155)
#7F7BA4
(127,123,164)
#8B88AD
(139,136,173)
#9795B6
(151,149,182)
#A3A2BF
(163,162,191)
#AFAFC8
(175,175,200)
#BBBCD1
(187,188,209)
#C7C9DA
(199,201,218)
#D3D6E3
(211,214,227)
#DFE3EC
(223,227,236)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736E9B color. Also use rgb(115,110,155) instead hex code.

Text Font Color

.myTextColor { color: #736E9B; }

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

This text font color is #736E9B.


Background Color

.myBgColor { background-color: #736E9B; }

<div style="background-color:#736E9B">Inner text</div>

This div background color is #736E9B.


Border color

.myBorderColor { border: 1px solid #736E9B; }

<div style="border:3px solid #736E9B">Div</div>

This div border color is #736E9B.


Opacity

.myOpacity80 { color: #736E9B; opacity: 0.8; }

<p style="color:#736E9B;opacity:0.8;">80%</p>

Text with #736E9B 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 #736E9B;}

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

This text has shadow with #736E9B color.

.textShadow {text-shadow: 3px 3px 1px #736E9B, 3px 3px 1px red;}

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

This text has shadow with #736E9B primary color and red secondary color.


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

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

This text has shadow with #736E9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736E9B on black background.


Color preview on white background

This text has color #736E9B on white background.



Black color preview on #736E9B background

This text has black color on #736E9B background.


White color preview on #736E9B background

This text has white color on #736E9B background.