COLOR #7B7DD2

HEX: #7B7DD2
RGB: (123,125,210)

Color info

#7B7DD2 contains mainly blue color. Web safe color of #7B7DD2 is #6666CC (or #66C).

RGB color model

#7B7DD2 color RGB value is (123,125,210).

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

RGB channels and saturation

R 123 of 255 = 48%
G 125 of 255 = 49%
B 210 of 255 = 82%

123
125
210

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

Portions of RGB colors in percentages

R + G + B =
123 + 125 + 210 = 458 (100%)
R 123 of 458 ~ 26.86%
G 125 of 458 ~ 27.29%
B 210 of 458 ~ 45.85%

%26.86
%27.29
%45.85

CMYK color model

#7B7DD2 color CMYK value is (41,40,0,18).

  • cyan value is 41.43%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(41,40,0,18)
C41M40Y0K18 
(41%,40%,0%,18%)
(0.41/0.40/0.00/0.18)	

CMYK percentages

%41.43
%40.48
%0
%17.65

Codes

Color #7B7DD2 in popluar color models

7B7DD2
RGB123125210
HSL239°49.15%65.29%
HSB/HSV239°41.43%82.35%
CMYK41.43%40.48%0.00%
17.65%

Color #7B7DD2 in popluar number systems.

HEX7B7DD2
Decimal123125210
Binary1111011111110111010010
Octal173175322

Shades and tints

Shades of #7B7DD2

#7B7DD2
(123,125,210)
#7072BF
(112,114,191)
#6567AC
(101,103,172)
#5A5C99
(90,92,153)
#4F5186
(79,81,134)
#444673
(68,70,115)
#393B60
(57,59,96)
#2E304D
(46,48,77)
#23253A
(35,37,58)
#181A27
(24,26,39)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #7B7DD2

#7B7DD2
(123,125,210)
#8788D6
(135,136,214)
#9393DA
(147,147,218)
#9F9EDE
(159,158,222)
#ABA9E2
(171,169,226)
#B7B4E6
(183,180,230)
#C3BFEA
(195,191,234)
#CFCAEE
(207,202,238)
#DBD5F2
(219,213,242)
#E7E0F6
(231,224,246)
#F3EBFA
(243,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7DD2; }

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

This text font color is #7B7DD2.


Background Color

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

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

This div background color is #7B7DD2.


Border color

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

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

This div border color is #7B7DD2.


Opacity

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

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

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

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

This text has shadow with #7B7DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7DD2 on black background.


Color preview on white background

This text has color #7B7DD2 on white background.



Black color preview on #7B7DD2 background

This text has black color on #7B7DD2 background.


White color preview on #7B7DD2 background

This text has white color on #7B7DD2 background.