COLOR #8289BC

HEX: #8289BC
RGB: (130,137,188)

Color info

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

RGB color model

#8289BC color RGB value is (130,137,188).

  • red value is 130;
  • green value is 137;
  • blue value is 188.
RGB:
(130,137,188)
(51%,54%,74%)

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 188 of 255 = 74%

130
137
188

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 188 = 455 (100%)
R 130 of 455 ~ 28.57%
G 137 of 455 ~ 30.11%
B 188 of 455 ~ 41.32%

%28.57
%30.11
%41.32

CMYK color model

#8289BC color CMYK value is (31,27,0,26).

  • cyan value is 30.85%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(31,27,0,26)
C31M27Y0K26 
(31%,27%,0%,26%)
(0.31/0.27/0.00/0.26)	

CMYK percentages

%30.85
%27.13
%0
%26.27

Codes

Color #8289BC in popluar color models

8289BC
RGB130137188
HSL233°30.21%62.35%
HSB/HSV233°30.85%73.73%
CMYK30.85%27.13%0.00%
26.27%

Color #8289BC in popluar number systems.

HEX8289BC
Decimal130137188
Binary100000101000100110111100
Octal202211274

Shades and tints

Shades of #8289BC

#8289BC
(130,137,188)
#777DAB
(119,125,171)
#6C719A
(108,113,154)
#616589
(97,101,137)
#565978
(86,89,120)
#4B4D67
(75,77,103)
#404156
(64,65,86)
#353545
(53,53,69)
#2A2934
(42,41,52)
#1F1D23
(31,29,35)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #8289BC

#8289BC
(130,137,188)
#8D93C2
(141,147,194)
#989DC8
(152,157,200)
#A3A7CE
(163,167,206)
#AEB1D4
(174,177,212)
#B9BBDA
(185,187,218)
#C4C5E0
(196,197,224)
#CFCFE6
(207,207,230)
#DAD9EC
(218,217,236)
#E5E3F2
(229,227,242)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8289BC color. Also use rgb(130,137,188) instead hex code.

Text Font Color

.myTextColor { color: #8289BC; }

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

This text font color is #8289BC.


Background Color

.myBgColor { background-color: #8289BC; }

<div style="background-color:#8289BC">Inner text</div>

This div background color is #8289BC.


Border color

.myBorderColor { border: 1px solid #8289BC; }

<div style="border:3px solid #8289BC">Div</div>

This div border color is #8289BC.


Opacity

.myOpacity80 { color: #8289BC; opacity: 0.8; }

<p style="color:#8289BC;opacity:0.8;">80%</p>

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

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

This text has shadow with #8289BC color.

.textShadow {text-shadow: 3px 3px 1px #8289BC, 3px 3px 1px red;}

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

This text has shadow with #8289BC primary color and red secondary color.


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

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

This text has shadow with #8289BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8289BC on black background.


Color preview on white background

This text has color #8289BC on white background.



Black color preview on #8289BC background

This text has black color on #8289BC background.


White color preview on #8289BC background

This text has white color on #8289BC background.