COLOR #7E92C2

HEX: #7E92C2 RGB: (126,146,194)

Color info

#7E92C2 contains mainly green and blue colors. Web safe color of #7E92C2 is #6699CC (or #69C).

RGB color model

#7E92C2 color RGB value is (126,146,194).

RGB: (126,146,194) (49%, 57%, 76%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 194 of 255 = 76%

126
146
194

R + G + B ~ 61%. #7E92C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 194 = 466 (100%)
R 126 of 466 ~ 27.04%
G 146 of 466 ~ 31.33%
B 194 of 466 ~ 41.63'%

%27.04
%31.33
%41.63

CMYK color model

#7E92C2 color CMYK value is (35,25,0,24).

  • cyan value is 35.05%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (35,25,0,24)
C35M25Y0K24 (35%, 25%, 0%, 24%)
(0.35 / 0.25 / 0.00 / 0.24)

CMYK percentages

%35.05
%24.74
%0
%23.92

Codes

Color #7E92C2 in popluar color models

7E 92 C2
RGB 126 146 194
HSL 222° 35.79% 62.75%
HSB/HSV 222° 35.05% 76.08%
CMYK 35.05% 24.74% 0.00%
23.92%

Color #7E92C2 in popluar number systems.

HEX 7E 92 C2
Decimal 126 146 194
Binary 1111110 10010010 11000010
Octal 176 222 302

Shades and tints

Shades of #7E92C2

#7E92C2
(126,146,194)
#7385B1
(115,133,177)
#6878A0
(104,120,160)
#5D6B8F
(93,107,143)
#525E7E
(82,94,126)
#47516D
(71,81,109)
#3C445C
(60,68,92)
#31374B
(49,55,75)
#262A3A
(38,42,58)
#1B1D29
(27,29,41)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #7E92C2

#7E92C2
(126,146,194)
#899BC7
(137,155,199)
#94A4CC
(148,164,204)
#9FADD1
(159,173,209)
#AAB6D6
(170,182,214)
#B5BFDB
(181,191,219)
#C0C8E0
(192,200,224)
#CBD1E5
(203,209,229)
#D6DAEA
(214,218,234)
#E1E3EF
(225,227,239)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E92C2 color. Also use rgb(126,146,194) instead hex code.

Text Font Color

.myTextColor { color: #7E92C2; }

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

This text font color is #7E92C2.

Background Color

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

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

This div background color is #7E92C2.

Border color

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

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

This div border color is #7E92C2.

Opacity

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

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

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

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

This text has shadow with #7E92C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E92C2.

Preview

Color preview on black background

This text has color #7E92C2 on black background.


Color preview on white background

This text has color #7E92C2 on white background.


Black color preview on #7E92C2 background

This text has black color on #7E92C2 background.


White color preview on #7E92C2 background

This text has white color on #7E92C2 background.


Related colors

Complementary color

Complementary color for #hex is #816D3D.


I love getcolorcode.com

Triadic colors

1 #C27E92 and #92C27E with #7E92C2 are triadic colors.

2 #C2927E and #927EC2 with #7E92C2 are triadic colors.