COLOR #7B90C2

HEX: #7B90C2 RGB: (123,144,194)

Color info

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

RGB color model

#7B90C2 color RGB value is (123,144,194).

RGB: (123,144,194) (48%, 56%, 76%)

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 194 of 255 = 76%

123
144
194

R + G + B ~ 60%. #7B90C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 123 + 144 + 194 = 461 (100%)
R 123 of 461 ~ 26.68%
G 144 of 461 ~ 31.24%
B 194 of 461 ~ 42.08'%

%26.68
%31.24
%42.08

CMYK color model

#7B90C2 color CMYK value is (37,26,0,24).

  • cyan value is 36.60%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (37,26,0,24) C37M26Y0K24 (37%,26%,0%,24%) (0.37/0.26/0.00/0.24) 

CMYK percentages

%36.6
%25.77
%0
%23.92

Codes

Color #7B90C2 in popluar color models

7B 90 C2
RGB 123 144 194
HSL 222° 36.79% 62.16%
HSB/HSV 222° 36.60% 76.08%
CMYK 36.60% 25.77% 0.00%
23.92%

Color #7B90C2 in popluar number systems.

HEX 7B 90 C2
Decimal 123 144 194
Binary 1111011 10010000 11000010
Octal 173 220 302

Shades and tints

Shades of #7B90C2

#7B90C2
(123,144,194)
#7083B1
(112,131,177)
#6576A0
(101,118,160)
#5A698F
(90,105,143)
#4F5C7E
(79,92,126)
#444F6D
(68,79,109)
#39425C
(57,66,92)
#2E354B
(46,53,75)
#23283A
(35,40,58)
#181B29
(24,27,41)
#0D0E18
(13,14,24)
#000000
(0,0,0)

Tints of #7B90C2

#7B90C2
(123,144,194)
#879AC7
(135,154,199)
#93A4CC
(147,164,204)
#9FAED1
(159,174,209)
#ABB8D6
(171,184,214)
#B7C2DB
(183,194,219)
#C3CCE0
(195,204,224)
#CFD6E5
(207,214,229)
#DBE0EA
(219,224,234)
#E7EAEF
(231,234,239)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B90C2 color. Also use rgb(123,144,194) instead hex code.

Text Font Color

.myTextColor { color: #7B90C2; }

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

This text font color is #7B90C2.

Background Color

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

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

This div background color is #7B90C2.

Border color

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

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

This div border color is #7B90C2.

Opacity

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

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

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

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

This text has shadow with #7B90C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B90C2.

Preview

Color preview on black background

This text has color #7B90C2 on black background.


Color preview on white background

This text has color #7B90C2 on white background.


Black color preview on #7B90C2 background

This text has black color on #7B90C2 background.


White color preview on #7B90C2 background

This text has white color on #7B90C2 background.


Related colors

Complementary color

Complementary color for #hex is #846F3D.


I love getcolorcode.com

Triadic colors

1 #C27B90 and #90C27B with #7B90C2 are triadic colors.

2 #C2907B and #907BC2 with #7B90C2 are triadic colors.