COLOR #736FB9

HEX: #736FB9 RGB: (115,111,185)

Color info

#736FB9 contains mainly blue color. Web safe color of #736FB9 is #6666CC (or #66C).

RGB color model

#736FB9 color RGB value is (115,111,185).

RGB: (115,111,185) (45%, 44%, 73%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 185 of 255 = 73%

115
111
185

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

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 185 = 411 (100%)
R 115 of 411 ~ 27.98%
G 111 of 411 ~ 27.01%
B 185 of 411 ~ 45.01'%

%27.98
%27.01
%45.01

CMYK color model

#736FB9 color CMYK value is (38,40,0,27).

  • cyan value is 37.84%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (38,40,0,27)
C38M40Y0K27 (38%, 40%, 0%, 27%)
(0.38 / 0.40 / 0.00 / 0.27)

CMYK percentages

%37.84
%40
%0
%27.45

Codes

Color #736FB9 in popluar color models

73 6F B9
RGB 115 111 185
HSL 243° 34.58% 58.04%
HSB/HSV 243° 40.00% 72.55%
CMYK 37.84% 40.00% 0.00%
27.45%

Color #736FB9 in popluar number systems.

HEX 73 6F B9
Decimal 115 111 185
Binary 1110011 1101111 10111001
Octal 163 157 271

Shades and tints

Shades of #736FB9

#736FB9
(115,111,185)
#6965A9
(105,101,169)
#5F5B99
(95,91,153)
#555189
(85,81,137)
#4B4779
(75,71,121)
#413D69
(65,61,105)
#373359
(55,51,89)
#2D2949
(45,41,73)
#231F39
(35,31,57)
#191529
(25,21,41)
#0F0B19
(15,11,25)
#000000
(0,0,0)

Tints of #736FB9

#736FB9
(115,111,185)
#7F7CBF
(127,124,191)
#8B89C5
(139,137,197)
#9796CB
(151,150,203)
#A3A3D1
(163,163,209)
#AFB0D7
(175,176,215)
#BBBDDD
(187,189,221)
#C7CAE3
(199,202,227)
#D3D7E9
(211,215,233)
#DFE4EF
(223,228,239)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736FB9; }

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

This text font color is #736FB9.

Background Color

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

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

This div background color is #736FB9.

Border color

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

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

This div border color is #736FB9.

Opacity

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

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

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

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

This text has shadow with #736FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736FB9.

Preview

Color preview on black background

This text has color #736FB9 on black background.


Color preview on white background

This text has color #736FB9 on white background.


Black color preview on #736FB9 background

This text has black color on #736FB9 background.


White color preview on #736FB9 background

This text has white color on #736FB9 background.


Related colors

Complementary color

Complementary color for #hex is #8C9046.


I love getcolorcode.com

Triadic colors

1 #B9736F and #6FB973 with #736FB9 are triadic colors.

2 #B96F73 and #6F73B9 with #736FB9 are triadic colors.