COLOR #7B88C9

HEX: #7B88C9
RGB: (123,136,201)

Color info

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

RGB color model

#7B88C9 color RGB value is (123,136,201).

  • red value is 123;
  • green value is 136;
  • blue value is 201.
RGB:
(123,136,201)
(48%,53%,79%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 201 of 255 = 79%

123
136
201

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

Portions of RGB colors in percentages

R + G + B =
123 + 136 + 201 = 460 (100%)
R 123 of 460 ~ 26.74%
G 136 of 460 ~ 29.57%
B 201 of 460 ~ 43.7%

%26.74
%29.57
%43.7

CMYK color model

#7B88C9 color CMYK value is (39,32,0,21).

  • cyan value is 38.81%
  • magenta value is 32.34%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(39,32,0,21)
C39M32Y0K21 
(39%,32%,0%,21%)
(0.39/0.32/0.00/0.21)	

CMYK percentages

%38.81
%32.34
%0
%21.18

Codes

Color #7B88C9 in popluar color models

7B88C9
RGB123136201
HSL230°41.94%63.53%
HSB/HSV230°38.81%78.82%
CMYK38.81%32.34%0.00%
21.18%

Color #7B88C9 in popluar number systems.

HEX7B88C9
Decimal123136201
Binary11110111000100011001001
Octal173210311

Shades and tints

Shades of #7B88C9

#7B88C9
(123,136,201)
#707CB7
(112,124,183)
#6570A5
(101,112,165)
#5A6493
(90,100,147)
#4F5881
(79,88,129)
#444C6F
(68,76,111)
#39405D
(57,64,93)
#2E344B
(46,52,75)
#232839
(35,40,57)
#181C27
(24,28,39)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #7B88C9

#7B88C9
(123,136,201)
#8792CD
(135,146,205)
#939CD1
(147,156,209)
#9FA6D5
(159,166,213)
#ABB0D9
(171,176,217)
#B7BADD
(183,186,221)
#C3C4E1
(195,196,225)
#CFCEE5
(207,206,229)
#DBD8E9
(219,216,233)
#E7E2ED
(231,226,237)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B88C9 color. Also use rgb(123,136,201) instead hex code.

Text Font Color

.myTextColor { color: #7B88C9; }

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

This text font color is #7B88C9.


Background Color

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

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

This div background color is #7B88C9.


Border color

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

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

This div border color is #7B88C9.


Opacity

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

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

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

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

This text has shadow with #7B88C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B88C9 on black background.


Color preview on white background

This text has color #7B88C9 on white background.



Black color preview on #7B88C9 background

This text has black color on #7B88C9 background.


White color preview on #7B88C9 background

This text has white color on #7B88C9 background.