COLOR #7B95BD

HEX: #7B95BD
RGB: (123,149,189)

Color info

#7B95BD contains mainly green and blue colors. Web safe color of #7B95BD is #6699CC (or #69C).

RGB color model

#7B95BD color RGB value is (123,149,189).

  • red value is 123;
  • green value is 149;
  • blue value is 189.
RGB:
(123,149,189)
(48%,58%,74%)

RGB channels and saturation

R 123 of 255 = 48%
G 149 of 255 = 58%
B 189 of 255 = 74%

123
149
189

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

Portions of RGB colors in percentages

R + G + B =
123 + 149 + 189 = 461 (100%)
R 123 of 461 ~ 26.68%
G 149 of 461 ~ 32.32%
B 189 of 461 ~ 41%

%26.68
%32.32
%41

CMYK color model

#7B95BD color CMYK value is (35,21,0,26).

  • cyan value is 34.92%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(35,21,0,26)
C35M21Y0K26 
(35%,21%,0%,26%)
(0.35/0.21/0.00/0.26)	

CMYK percentages

%34.92
%21.16
%0
%25.88

Codes

Color #7B95BD in popluar color models

7B95BD
RGB123149189
HSL216°33.33%61.18%
HSB/HSV216°34.92%74.12%
CMYK34.92%21.16%0.00%
25.88%

Color #7B95BD in popluar number systems.

HEX7B95BD
Decimal123149189
Binary11110111001010110111101
Octal173225275

Shades and tints

Shades of #7B95BD

#7B95BD
(123,149,189)
#7088AC
(112,136,172)
#657B9B
(101,123,155)
#5A6E8A
(90,110,138)
#4F6179
(79,97,121)
#445468
(68,84,104)
#394757
(57,71,87)
#2E3A46
(46,58,70)
#232D35
(35,45,53)
#182024
(24,32,36)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #7B95BD

#7B95BD
(123,149,189)
#879EC3
(135,158,195)
#93A7C9
(147,167,201)
#9FB0CF
(159,176,207)
#ABB9D5
(171,185,213)
#B7C2DB
(183,194,219)
#C3CBE1
(195,203,225)
#CFD4E7
(207,212,231)
#DBDDED
(219,221,237)
#E7E6F3
(231,230,243)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B95BD color. Also use rgb(123,149,189) instead hex code.

Text Font Color

.myTextColor { color: #7B95BD; }

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

This text font color is #7B95BD.


Background Color

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

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

This div background color is #7B95BD.


Border color

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

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

This div border color is #7B95BD.


Opacity

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

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

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

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

This text has shadow with #7B95BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B95BD on black background.


Color preview on white background

This text has color #7B95BD on white background.



Black color preview on #7B95BD background

This text has black color on #7B95BD background.


White color preview on #7B95BD background

This text has white color on #7B95BD background.