COLOR #7B7DA4

HEX: #7B7DA4
RGB: (123,125,164)

Color info

#7B7DA4 contains red, green and blue colors in about the same proportion. Web safe color of #7B7DA4 is #666699 (or #669).

RGB color model

#7B7DA4 color RGB value is (123,125,164).

  • red value is 123;
  • green value is 125;
  • blue value is 164.
RGB:
(123,125,164)
(48%,49%,64%)

RGB channels and saturation

R 123 of 255 = 48%
G 125 of 255 = 49%
B 164 of 255 = 64%

123
125
164

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

Portions of RGB colors in percentages

R + G + B =
123 + 125 + 164 = 412 (100%)
R 123 of 412 ~ 29.85%
G 125 of 412 ~ 30.34%
B 164 of 412 ~ 39.81%

%29.85
%30.34
%39.81

CMYK color model

#7B7DA4 color CMYK value is (25,24,0,36).

  • cyan value is 25.00%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(25,24,0,36)
C25M24Y0K36 
(25%,24%,0%,36%)
(0.25/0.24/0.00/0.36)	

CMYK percentages

%25
%23.78
%0
%35.69

Codes

Color #7B7DA4 in popluar color models

7B7DA4
RGB123125164
HSL237°18.39%56.27%
HSB/HSV237°25.00%64.31%
CMYK25.00%23.78%0.00%
35.69%

Color #7B7DA4 in popluar number systems.

HEX7B7DA4
Decimal123125164
Binary1111011111110110100100
Octal173175244

Shades and tints

Shades of #7B7DA4

#7B7DA4
(123,125,164)
#707296
(112,114,150)
#656788
(101,103,136)
#5A5C7A
(90,92,122)
#4F516C
(79,81,108)
#44465E
(68,70,94)
#393B50
(57,59,80)
#2E3042
(46,48,66)
#232534
(35,37,52)
#181A26
(24,26,38)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #7B7DA4

#7B7DA4
(123,125,164)
#8788AC
(135,136,172)
#9393B4
(147,147,180)
#9F9EBC
(159,158,188)
#ABA9C4
(171,169,196)
#B7B4CC
(183,180,204)
#C3BFD4
(195,191,212)
#CFCADC
(207,202,220)
#DBD5E4
(219,213,228)
#E7E0EC
(231,224,236)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7DA4 color. Also use rgb(123,125,164) instead hex code.

Text Font Color

.myTextColor { color: #7B7DA4; }

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

This text font color is #7B7DA4.


Background Color

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

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

This div background color is #7B7DA4.


Border color

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

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

This div border color is #7B7DA4.


Opacity

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

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

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

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

This text has shadow with #7B7DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7DA4 on black background.


Color preview on white background

This text has color #7B7DA4 on white background.



Black color preview on #7B7DA4 background

This text has black color on #7B7DA4 background.


White color preview on #7B7DA4 background

This text has white color on #7B7DA4 background.