COLOR #7C91D4

HEX: #7C91D4 RGB: (124,145,212)

Color info

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

RGB color model

#7C91D4 color RGB value is (124,145,212).

RGB: (124,145,212) (49%, 57%, 83%)

RGB channels and saturation

R 124 of 255 = 49%
G 145 of 255 = 57%
B 212 of 255 = 83%

124
145
212

R + G + B ~ 63%. #7C91D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 145 + 212 = 481 (100%)
R 124 of 481 ~ 25.78%
G 145 of 481 ~ 30.15%
B 212 of 481 ~ 44.07'%

%25.78
%30.15
%44.07

CMYK color model

#7C91D4 color CMYK value is (42,32,0,17).

  • cyan value is 41.51%
  • magenta value is 31.60%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (42,32,0,17)
C42M32Y0K17 (42%, 32%, 0%, 17%)
(0.42 / 0.32 / 0.00 / 0.17)

CMYK percentages

%41.51
%31.6
%0
%16.86

Codes

Color #7C91D4 in popluar color models

7C 91 D4
RGB 124 145 212
HSL 226° 50.57% 65.88%
HSB/HSV 226° 41.51% 83.14%
CMYK 41.51% 31.60% 0.00%
16.86%

Color #7C91D4 in popluar number systems.

HEX 7C 91 D4
Decimal 124 145 212
Binary 1111100 10010001 11010100
Octal 174 221 324

Shades and tints

Shades of #7C91D4

#7C91D4
(124,145,212)
#7184C1
(113,132,193)
#6677AE
(102,119,174)
#5B6A9B
(91,106,155)
#505D88
(80,93,136)
#455075
(69,80,117)
#3A4362
(58,67,98)
#2F364F
(47,54,79)
#24293C
(36,41,60)
#191C29
(25,28,41)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #7C91D4

#7C91D4
(124,145,212)
#879BD7
(135,155,215)
#92A5DA
(146,165,218)
#9DAFDD
(157,175,221)
#A8B9E0
(168,185,224)
#B3C3E3
(179,195,227)
#BECDE6
(190,205,230)
#C9D7E9
(201,215,233)
#D4E1EC
(212,225,236)
#DFEBEF
(223,235,239)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C91D4 color. Also use rgb(124,145,212) instead hex code.

Text Font Color

.myTextColor { color: #7C91D4; }

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

This text font color is #7C91D4.

Background Color

.myBgColor { background-color: #7C91D4; }

<div style="background-color:#7C91D4">Inner text</div>

This div background color is #7C91D4.

Border color

.myBorderColor { border: 1px solid #7C91D4; }

<div style="border:3px solid #7C91D4">Div</div>

This div border color is #7C91D4.

Opacity

.myOpacity80 { color: #7C91D4; opacity: 0.8; }

<p style="color:#7C91D4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C91D4 color.


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

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

This text has shadow with #7C91D4 primary color and red secondary color.


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

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

This text has shadow with #7C91D4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7C91D4.

Preview

Color preview on black background

This text has color #7C91D4 on black background.


Color preview on white background

This text has color #7C91D4 on white background.


Black color preview on #7C91D4 background

This text has black color on #7C91D4 background.


White color preview on #7C91D4 background

This text has white color on #7C91D4 background.


Related colors

Complementary color

Complementary color for #hex is #836E2B.


I love getcolorcode.com

Triadic colors

1 #D47C91 and #91D47C with #7C91D4 are triadic colors.

2 #D4917C and #917CD4 with #7C91D4 are triadic colors.