COLOR #734DD8

HEX: #734DD8
RGB: (115,77,216)

Color info

#734DD8 contains mainly blue color. Web safe color of #734DD8 is #6633CC (or #63C).

RGB color model

#734DD8 color RGB value is (115,77,216).

  • red value is 115;
  • green value is 77;
  • blue value is 216.
RGB:
(115,77,216)
(45%,30%,85%)

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 216 of 255 = 85%

115
77
216

R + G + B ~ 53%. #734DD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 216 = 408 (100%)
R 115 of 408 ~ 28.19%
G 77 of 408 ~ 18.87%
B 216 of 408 ~ 52.94%

%28.19
%18.87
%52.94

CMYK color model

#734DD8 color CMYK value is (47,64,0,15).

  • cyan value is 46.76%
  • magenta value is 64.35%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(47,64,0,15)
C47M64Y0K15 
(47%,64%,0%,15%)
(0.47/0.64/0.00/0.15)	

CMYK percentages

%46.76
%64.35
%0
%15.29

Codes

Color #734DD8 in popluar color models

734DD8
RGB11577216
HSL256°64.06%57.45%
HSB/HSV256°64.35%84.71%
CMYK46.76%64.35%0.00%
15.29%

Color #734DD8 in popluar number systems.

HEX734DD8
Decimal11577216
Binary1110011100110111011000
Octal163115330

Shades and tints

Shades of #734DD8

#734DD8
(115,77,216)
#6946C5
(105,70,197)
#5F3FB2
(95,63,178)
#55389F
(85,56,159)
#4B318C
(75,49,140)
#412A79
(65,42,121)
#372366
(55,35,102)
#2D1C53
(45,28,83)
#231540
(35,21,64)
#190E2D
(25,14,45)
#0F071A
(15,7,26)
#000000
(0,0,0)

Tints of #734DD8

#734DD8
(115,77,216)
#7F5DDB
(127,93,219)
#8B6DDE
(139,109,222)
#977DE1
(151,125,225)
#A38DE4
(163,141,228)
#AF9DE7
(175,157,231)
#BBADEA
(187,173,234)
#C7BDED
(199,189,237)
#D3CDF0
(211,205,240)
#DFDDF3
(223,221,243)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734DD8 color. Also use rgb(115,77,216) instead hex code.

Text Font Color

.myTextColor { color: #734DD8; }

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

This text font color is #734DD8.


Background Color

.myBgColor { background-color: #734DD8; }

<div style="background-color:#734DD8">Inner text</div>

This div background color is #734DD8.


Border color

.myBorderColor { border: 1px solid #734DD8; }

<div style="border:3px solid #734DD8">Div</div>

This div border color is #734DD8.


Opacity

.myOpacity80 { color: #734DD8; opacity: 0.8; }

<p style="color:#734DD8;opacity:0.8;">80%</p>

Text with #734DD8 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 #734DD8;}

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

This text has shadow with #734DD8 color.

.textShadow {text-shadow: 3px 3px 1px #734DD8, 3px 3px 1px red;}

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

This text has shadow with #734DD8 primary color and red secondary color.


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

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

This text has shadow with #734DD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734DD8 on black background.


Color preview on white background

This text has color #734DD8 on white background.



Black color preview on #734DD8 background

This text has black color on #734DD8 background.


White color preview on #734DD8 background

This text has white color on #734DD8 background.