COLOR #7B95E0

HEX: #7B95E0
RGB: (123,149,224)

Color info

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

RGB color model

#7B95E0 color RGB value is (123,149,224).

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

RGB channels and saturation

R 123 of 255 = 48%
G 149 of 255 = 58%
B 224 of 255 = 88%

123
149
224

R + G + B ~ 65%. #7B95E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 149 + 224 = 496 (100%)
R 123 of 496 ~ 24.8%
G 149 of 496 ~ 30.04%
B 224 of 496 ~ 45.16%

%24.8
%30.04
%45.16

CMYK color model

#7B95E0 color CMYK value is (45,33,0,12).

  • cyan value is 45.09%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(45,33,0,12)
C45M33Y0K12 
(45%,33%,0%,12%)
(0.45/0.33/0.00/0.12)	

CMYK percentages

%45.09
%33.48
%0
%12.16

Codes

Color #7B95E0 in popluar color models

7B95E0
RGB123149224
HSL225°61.96%68.04%
HSB/HSV225°45.09%87.84%
CMYK45.09%33.48%0.00%
12.16%

Color #7B95E0 in popluar number systems.

HEX7B95E0
Decimal123149224
Binary11110111001010111100000
Octal173225340

Shades and tints

Shades of #7B95E0

#7B95E0
(123,149,224)
#7088CC
(112,136,204)
#657BB8
(101,123,184)
#5A6EA4
(90,110,164)
#4F6190
(79,97,144)
#44547C
(68,84,124)
#394768
(57,71,104)
#2E3A54
(46,58,84)
#232D40
(35,45,64)
#18202C
(24,32,44)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #7B95E0

#7B95E0
(123,149,224)
#879EE2
(135,158,226)
#93A7E4
(147,167,228)
#9FB0E6
(159,176,230)
#ABB9E8
(171,185,232)
#B7C2EA
(183,194,234)
#C3CBEC
(195,203,236)
#CFD4EE
(207,212,238)
#DBDDF0
(219,221,240)
#E7E6F2
(231,230,242)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B95E0; }

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

This text font color is #7B95E0.


Background Color

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

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

This div background color is #7B95E0.


Border color

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

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

This div border color is #7B95E0.


Opacity

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

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

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

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

This text has shadow with #7B95E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B95E0 on black background.


Color preview on white background

This text has color #7B95E0 on white background.



Black color preview on #7B95E0 background

This text has black color on #7B95E0 background.


White color preview on #7B95E0 background

This text has white color on #7B95E0 background.