COLOR #7B7DBE

HEX: #7B7DBE
RGB: (123,125,190)

Color info

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

RGB color model

#7B7DBE color RGB value is (123,125,190).

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

RGB channels and saturation

R 123 of 255 = 48%
G 125 of 255 = 49%
B 190 of 255 = 75%

123
125
190

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

Portions of RGB colors in percentages

R + G + B =
123 + 125 + 190 = 438 (100%)
R 123 of 438 ~ 28.08%
G 125 of 438 ~ 28.54%
B 190 of 438 ~ 43.38%

%28.08
%28.54
%43.38

CMYK color model

#7B7DBE color CMYK value is (35,34,0,25).

  • cyan value is 35.26%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(35,34,0,25)
C35M34Y0K25 
(35%,34%,0%,25%)
(0.35/0.34/0.00/0.25)	

CMYK percentages

%35.26
%34.21
%0
%25.49

Codes

Color #7B7DBE in popluar color models

7B7DBE
RGB123125190
HSL238°34.01%61.37%
HSB/HSV238°35.26%74.51%
CMYK35.26%34.21%0.00%
25.49%

Color #7B7DBE in popluar number systems.

HEX7B7DBE
Decimal123125190
Binary1111011111110110111110
Octal173175276

Shades and tints

Shades of #7B7DBE

#7B7DBE
(123,125,190)
#7072AD
(112,114,173)
#65679C
(101,103,156)
#5A5C8B
(90,92,139)
#4F517A
(79,81,122)
#444669
(68,70,105)
#393B58
(57,59,88)
#2E3047
(46,48,71)
#232536
(35,37,54)
#181A25
(24,26,37)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #7B7DBE

#7B7DBE
(123,125,190)
#8788C3
(135,136,195)
#9393C8
(147,147,200)
#9F9ECD
(159,158,205)
#ABA9D2
(171,169,210)
#B7B4D7
(183,180,215)
#C3BFDC
(195,191,220)
#CFCAE1
(207,202,225)
#DBD5E6
(219,213,230)
#E7E0EB
(231,224,235)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7DBE; }

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

This text font color is #7B7DBE.


Background Color

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

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

This div background color is #7B7DBE.


Border color

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

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

This div border color is #7B7DBE.


Opacity

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

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

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

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

This text has shadow with #7B7DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7DBE on black background.


Color preview on white background

This text has color #7B7DBE on white background.



Black color preview on #7B7DBE background

This text has black color on #7B7DBE background.


White color preview on #7B7DBE background

This text has white color on #7B7DBE background.