COLOR #7B8DDA

HEX: #7B8DDA RGB: (123,141,218)

Color info

#7B8DDA contains mainly blue color. Web safe color of #7B8DDA is #6699CC (or #69C).

RGB color model

#7B8DDA color RGB value is (123,141,218).

RGB: (123,141,218) (48%, 55%, 85%)

RGB channels and saturation

R 123 of 255 = 48%
G 141 of 255 = 55%
B 218 of 255 = 85%

123
141
218

R + G + B ~ 63%. #7B8DDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 141 + 218 = 482 (100%)
R 123 of 482 ~ 25.52%
G 141 of 482 ~ 29.25%
B 218 of 482 ~ 45.23'%

%25.52
%29.25
%45.23

CMYK color model

#7B8DDA color CMYK value is (44,35,0,15).

  • cyan value is 43.58%
  • magenta value is 35.32%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (44,35,0,15)
C44M35Y0K15 (44%, 35%, 0%, 15%)
(0.44 / 0.35 / 0.00 / 0.15)

CMYK percentages

%43.58
%35.32
%0
%14.51

Codes

Color #7B8DDA in popluar color models

7B 8D DA
RGB 123 141 218
HSL 229° 56.21% 66.86%
HSB/HSV 229° 43.58% 85.49%
CMYK 43.58% 35.32% 0.00%
14.51%

Color #7B8DDA in popluar number systems.

HEX 7B 8D DA
Decimal 123 141 218
Binary 1111011 10001101 11011010
Octal 173 215 332

Shades and tints

Shades of #7B8DDA

#7B8DDA
(123,141,218)
#7081C7
(112,129,199)
#6575B4
(101,117,180)
#5A69A1
(90,105,161)
#4F5D8E
(79,93,142)
#44517B
(68,81,123)
#394568
(57,69,104)
#2E3955
(46,57,85)
#232D42
(35,45,66)
#18212F
(24,33,47)
#0D151C
(13,21,28)
#000000
(0,0,0)

Tints of #7B8DDA

#7B8DDA
(123,141,218)
#8797DD
(135,151,221)
#93A1E0
(147,161,224)
#9FABE3
(159,171,227)
#ABB5E6
(171,181,230)
#B7BFE9
(183,191,233)
#C3C9EC
(195,201,236)
#CFD3EF
(207,211,239)
#DBDDF2
(219,221,242)
#E7E7F5
(231,231,245)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8DDA color. Also use rgb(123,141,218) instead hex code.

Text Font Color

.myTextColor { color: #7B8DDA; }

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

This text font color is #7B8DDA.

Background Color

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

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

This div background color is #7B8DDA.

Border color

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

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

This div border color is #7B8DDA.

Opacity

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

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

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

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

This text has shadow with #7B8DDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8DDA.

Preview

Color preview on black background

This text has color #7B8DDA on black background.


Color preview on white background

This text has color #7B8DDA on white background.


Black color preview on #7B8DDA background

This text has black color on #7B8DDA background.


White color preview on #7B8DDA background

This text has white color on #7B8DDA background.


Related colors

Complementary color

Complementary color for #hex is #847225.


I love getcolorcode.com

Triadic colors

1 #DA7B8D and #8DDA7B with #7B8DDA are triadic colors.

2 #DA8D7B and #8D7BDA with #7B8DDA are triadic colors.