COLOR #736F9B

HEX: #736F9B
RGB: (115,111,155)

Color info

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

RGB color model

#736F9B color RGB value is (115,111,155).

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

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 155 of 255 = 61%

115
111
155

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

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 155 = 381 (100%)
R 115 of 381 ~ 30.18%
G 111 of 381 ~ 29.13%
B 155 of 381 ~ 40.68%

%30.18
%29.13
%40.68

CMYK color model

#736F9B color CMYK value is (26,28,0,39).

  • cyan value is 25.81%
  • magenta value is 28.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,28,0,39)
C26M28Y0K39 
(26%,28%,0%,39%)
(0.26/0.28/0.00/0.39)	

CMYK percentages

%25.81
%28.39
%0
%39.22

Codes

Color #736F9B in popluar color models

736F9B
RGB115111155
HSL245°18.03%52.16%
HSB/HSV245°28.39%60.78%
CMYK25.81%28.39%0.00%
39.22%

Color #736F9B in popluar number systems.

HEX736F9B
Decimal115111155
Binary1110011110111110011011
Octal163157233

Shades and tints

Shades of #736F9B

#736F9B
(115,111,155)
#69658D
(105,101,141)
#5F5B7F
(95,91,127)
#555171
(85,81,113)
#4B4763
(75,71,99)
#413D55
(65,61,85)
#373347
(55,51,71)
#2D2939
(45,41,57)
#231F2B
(35,31,43)
#19151D
(25,21,29)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #736F9B

#736F9B
(115,111,155)
#7F7CA4
(127,124,164)
#8B89AD
(139,137,173)
#9796B6
(151,150,182)
#A3A3BF
(163,163,191)
#AFB0C8
(175,176,200)
#BBBDD1
(187,189,209)
#C7CADA
(199,202,218)
#D3D7E3
(211,215,227)
#DFE4EC
(223,228,236)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F9B; }

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

This text font color is #736F9B.


Background Color

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

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

This div background color is #736F9B.


Border color

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

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

This div border color is #736F9B.


Opacity

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

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

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

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

This text has shadow with #736F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736F9B on black background.


Color preview on white background

This text has color #736F9B on white background.



Black color preview on #736F9B background

This text has black color on #736F9B background.


White color preview on #736F9B background

This text has white color on #736F9B background.