COLOR #736FC8

HEX: #736FC8
RGB: (115,111,200)

Color info

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

RGB color model

#736FC8 color RGB value is (115,111,200).

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

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 200 of 255 = 78%

115
111
200

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

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 200 = 426 (100%)
R 115 of 426 ~ 27%
G 111 of 426 ~ 26.06%
B 200 of 426 ~ 46.95%

%27
%26.06
%46.95

CMYK color model

#736FC8 color CMYK value is (43,45,0,22).

  • cyan value is 42.50%
  • magenta value is 44.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(43,45,0,22)
C43M45Y0K22 
(43%,45%,0%,22%)
(0.43/0.45/0.00/0.22)	

CMYK percentages

%42.5
%44.5
%0
%21.57

Codes

Color #736FC8 in popluar color models

736FC8
RGB115111200
HSL243°44.72%60.98%
HSB/HSV243°44.50%78.43%
CMYK42.50%44.50%0.00%
21.57%

Color #736FC8 in popluar number systems.

HEX736FC8
Decimal115111200
Binary1110011110111111001000
Octal163157310

Shades and tints

Shades of #736FC8

#736FC8
(115,111,200)
#6965B6
(105,101,182)
#5F5BA4
(95,91,164)
#555192
(85,81,146)
#4B4780
(75,71,128)
#413D6E
(65,61,110)
#37335C
(55,51,92)
#2D294A
(45,41,74)
#231F38
(35,31,56)
#191526
(25,21,38)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #736FC8

#736FC8
(115,111,200)
#7F7CCD
(127,124,205)
#8B89D2
(139,137,210)
#9796D7
(151,150,215)
#A3A3DC
(163,163,220)
#AFB0E1
(175,176,225)
#BBBDE6
(187,189,230)
#C7CAEB
(199,202,235)
#D3D7F0
(211,215,240)
#DFE4F5
(223,228,245)
#EBF1FA
(235,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736FC8; }

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

This text font color is #736FC8.


Background Color

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

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

This div background color is #736FC8.


Border color

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

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

This div border color is #736FC8.


Opacity

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

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

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

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

This text has shadow with #736FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736FC8 on black background.


Color preview on white background

This text has color #736FC8 on white background.



Black color preview on #736FC8 background

This text has black color on #736FC8 background.


White color preview on #736FC8 background

This text has white color on #736FC8 background.