COLOR #8790BD

HEX: #8790BD
RGB: (135,144,189)

Color info

#8790BD contains red, green and blue colors in about the same proportion. Web safe color of #8790BD is #9999CC (or #99C).

RGB color model

#8790BD color RGB value is (135,144,189).

  • red value is 135;
  • green value is 144;
  • blue value is 189.
RGB:
(135,144,189)
(53%,56%,74%)

RGB channels and saturation

R 135 of 255 = 53%
G 144 of 255 = 56%
B 189 of 255 = 74%

135
144
189

R + G + B ~ 61%. #8790BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 144 + 189 = 468 (100%)
R 135 of 468 ~ 28.85%
G 144 of 468 ~ 30.77%
B 189 of 468 ~ 40.38%

%28.85
%30.77
%40.38

CMYK color model

#8790BD color CMYK value is (29,24,0,26).

  • cyan value is 28.57%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(29,24,0,26)
C29M24Y0K26 
(29%,24%,0%,26%)
(0.29/0.24/0.00/0.26)	

CMYK percentages

%28.57
%23.81
%0
%25.88

Codes

Color #8790BD in popluar color models

8790BD
RGB135144189
HSL230°29.03%63.53%
HSB/HSV230°28.57%74.12%
CMYK28.57%23.81%0.00%
25.88%

Color #8790BD in popluar number systems.

HEX8790BD
Decimal135144189
Binary100001111001000010111101
Octal207220275

Shades and tints

Shades of #8790BD

#8790BD
(135,144,189)
#7B83AC
(123,131,172)
#6F769B
(111,118,155)
#63698A
(99,105,138)
#575C79
(87,92,121)
#4B4F68
(75,79,104)
#3F4257
(63,66,87)
#333546
(51,53,70)
#272835
(39,40,53)
#1B1B24
(27,27,36)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #8790BD

#8790BD
(135,144,189)
#919AC3
(145,154,195)
#9BA4C9
(155,164,201)
#A5AECF
(165,174,207)
#AFB8D5
(175,184,213)
#B9C2DB
(185,194,219)
#C3CCE1
(195,204,225)
#CDD6E7
(205,214,231)
#D7E0ED
(215,224,237)
#E1EAF3
(225,234,243)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8790BD color. Also use rgb(135,144,189) instead hex code.

Text Font Color

.myTextColor { color: #8790BD; }

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

This text font color is #8790BD.


Background Color

.myBgColor { background-color: #8790BD; }

<div style="background-color:#8790BD">Inner text</div>

This div background color is #8790BD.


Border color

.myBorderColor { border: 1px solid #8790BD; }

<div style="border:3px solid #8790BD">Div</div>

This div border color is #8790BD.


Opacity

.myOpacity80 { color: #8790BD; opacity: 0.8; }

<p style="color:#8790BD;opacity:0.8;">80%</p>

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

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

This text has shadow with #8790BD color.

.textShadow {text-shadow: 3px 3px 1px #8790BD, 3px 3px 1px red;}

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

This text has shadow with #8790BD primary color and red secondary color.


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

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

This text has shadow with #8790BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8790BD on black background.


Color preview on white background

This text has color #8790BD on white background.



Black color preview on #8790BD background

This text has black color on #8790BD background.


White color preview on #8790BD background

This text has white color on #8790BD background.