COLOR #7484C5

HEX: #7484C5 RGB: (116,132,197)

Color info

#7484C5 contains mainly blue color. Web safe color of #7484C5 is #6699CC (or #69C).

RGB color model

#7484C5 color RGB value is (116,132,197).

RGB: (116,132,197) (45%, 52%, 77%)

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 197 of 255 = 77%

116
132
197

R + G + B ~ 58%. #7484C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 132 + 197 = 445 (100%)
R 116 of 445 ~ 26.07%
G 132 of 445 ~ 29.66%
B 197 of 445 ~ 44.27'%

%26.07
%29.66
%44.27

CMYK color model

#7484C5 color CMYK value is (41,33,0,23).

  • cyan value is 41.12%
  • magenta value is 32.99%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (41,33,0,23)
C41M33Y0K23 (41%, 33%, 0%, 23%)
(0.41 / 0.33 / 0.00 / 0.23)

CMYK percentages

%41.12
%32.99
%0
%22.75

Codes

Color #7484C5 in popluar color models

74 84 C5
RGB 116 132 197
HSL 228° 41.12% 61.37%
HSB/HSV 228° 41.12% 77.25%
CMYK 41.12% 32.99% 0.00%
22.75%

Color #7484C5 in popluar number systems.

HEX 74 84 C5
Decimal 116 132 197
Binary 1110100 10000100 11000101
Octal 164 204 305

Shades and tints

Shades of #7484C5

#7484C5
(116,132,197)
#6A78B4
(106,120,180)
#606CA3
(96,108,163)
#566092
(86,96,146)
#4C5481
(76,84,129)
#424870
(66,72,112)
#383C5F
(56,60,95)
#2E304E
(46,48,78)
#24243D
(36,36,61)
#1A182C
(26,24,44)
#100C1B
(16,12,27)
#000000
(0,0,0)

Tints of #7484C5

#7484C5
(116,132,197)
#808FCA
(128,143,202)
#8C9ACF
(140,154,207)
#98A5D4
(152,165,212)
#A4B0D9
(164,176,217)
#B0BBDE
(176,187,222)
#BCC6E3
(188,198,227)
#C8D1E8
(200,209,232)
#D4DCED
(212,220,237)
#E0E7F2
(224,231,242)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7484C5 color. Also use rgb(116,132,197) instead hex code.

Text Font Color

.myTextColor { color: #7484C5; }

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

This text font color is #7484C5.

Background Color

.myBgColor { background-color: #7484C5; }

<div style="background-color:#7484C5">Inner text</div>

This div background color is #7484C5.

Border color

.myBorderColor { border: 1px solid #7484C5; }

<div style="border:3px solid #7484C5">Div</div>

This div border color is #7484C5.

Opacity

.myOpacity80 { color: #7484C5; opacity: 0.8; }

<p style="color:#7484C5;opacity:0.8;">80%</p>

Text with #7484C5 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 #7484C5;}

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

This text has shadow with #7484C5 color.


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

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

This text has shadow with #7484C5 primary color and red secondary color.


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

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

This text has shadow with #7484C5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7484C5.

Preview

Color preview on black background

This text has color #7484C5 on black background.


Color preview on white background

This text has color #7484C5 on white background.


Black color preview on #7484C5 background

This text has black color on #7484C5 background.


White color preview on #7484C5 background

This text has white color on #7484C5 background.


Related colors

Complementary color

Complementary color for #hex is #8B7B3A.


I love getcolorcode.com

Triadic colors

1 #C57484 and #84C574 with #7484C5 are triadic colors.

2 #C58474 and #8474C5 with #7484C5 are triadic colors.