COLOR #7B7DB3

HEX: #7B7DB3 RGB: (123,125,179)

Color info

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

RGB color model

#7B7DB3 color RGB value is (123,125,179).

RGB: (123,125,179) (48%, 49%, 70%)

RGB channels and saturation

R 123 of 255 = 48%
G 125 of 255 = 49%
B 179 of 255 = 70%

123
125
179

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

Portions of RGB colors in percentages

R + G + B = 123 + 125 + 179 = 427 (100%)
R 123 of 427 ~ 28.81%
G 125 of 427 ~ 29.27%
B 179 of 427 ~ 41.92'%

%28.81
%29.27
%41.92

CMYK color model

#7B7DB3 color CMYK value is (31,30,0,30).

  • cyan value is 31.28%
  • magenta value is 30.17%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (31,30,0,30)
C31M30Y0K30 (31%, 30%, 0%, 30%)
(0.31 / 0.30 / 0.00 / 0.30)

CMYK percentages

%31.28
%30.17
%0
%29.8

Codes

Color #7B7DB3 in popluar color models

7B 7D B3
RGB 123 125 179
HSL 238° 26.92% 59.22%
HSB/HSV 238° 31.28% 70.20%
CMYK 31.28% 30.17% 0.00%
29.80%

Color #7B7DB3 in popluar number systems.

HEX 7B 7D B3
Decimal 123 125 179
Binary 1111011 1111101 10110011
Octal 173 175 263

Shades and tints

Shades of #7B7DB3

#7B7DB3
(123,125,179)
#7072A3
(112,114,163)
#656793
(101,103,147)
#5A5C83
(90,92,131)
#4F5173
(79,81,115)
#444663
(68,70,99)
#393B53
(57,59,83)
#2E3043
(46,48,67)
#232533
(35,37,51)
#181A23
(24,26,35)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #7B7DB3

#7B7DB3
(123,125,179)
#8788B9
(135,136,185)
#9393BF
(147,147,191)
#9F9EC5
(159,158,197)
#ABA9CB
(171,169,203)
#B7B4D1
(183,180,209)
#C3BFD7
(195,191,215)
#CFCADD
(207,202,221)
#DBD5E3
(219,213,227)
#E7E0E9
(231,224,233)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7DB3; }

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

This text font color is #7B7DB3.

Background Color

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

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

This div background color is #7B7DB3.

Border color

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

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

This div border color is #7B7DB3.

Opacity

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

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

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

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

This text has shadow with #7B7DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7DB3.

Preview

Color preview on black background

This text has color #7B7DB3 on black background.


Color preview on white background

This text has color #7B7DB3 on white background.


Black color preview on #7B7DB3 background

This text has black color on #7B7DB3 background.


White color preview on #7B7DB3 background

This text has white color on #7B7DB3 background.


Related colors

Complementary color

Complementary color for #hex is #84824C.


I love getcolorcode.com

Triadic colors

1 #B37B7D and #7DB37B with #7B7DB3 are triadic colors.

2 #B37D7B and #7D7BB3 with #7B7DB3 are triadic colors.