COLOR #8289D9

HEX: #8289D9
RGB: (130,137,217)

Color info

#8289D9 contains mainly blue color. Web safe color of #8289D9 is #9999CC (or #99C).

RGB color model

#8289D9 color RGB value is (130,137,217).

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

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 217 of 255 = 85%

130
137
217

R + G + B ~ 63%. #8289D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 217 = 484 (100%)
R 130 of 484 ~ 26.86%
G 137 of 484 ~ 28.31%
B 217 of 484 ~ 44.83%

%26.86
%28.31
%44.83

CMYK color model

#8289D9 color CMYK value is (40,37,0,15).

  • cyan value is 40.09%
  • magenta value is 36.87%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(40,37,0,15)
C40M37Y0K15 
(40%,37%,0%,15%)
(0.40/0.37/0.00/0.15)	

CMYK percentages

%40.09
%36.87
%0
%14.9

Codes

Color #8289D9 in popluar color models

8289D9
RGB130137217
HSL235°53.37%68.04%
HSB/HSV235°40.09%85.10%
CMYK40.09%36.87%0.00%
14.90%

Color #8289D9 in popluar number systems.

HEX8289D9
Decimal130137217
Binary100000101000100111011001
Octal202211331

Shades and tints

Shades of #8289D9

#8289D9
(130,137,217)
#777DC6
(119,125,198)
#6C71B3
(108,113,179)
#6165A0
(97,101,160)
#56598D
(86,89,141)
#4B4D7A
(75,77,122)
#404167
(64,65,103)
#353554
(53,53,84)
#2A2941
(42,41,65)
#1F1D2E
(31,29,46)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #8289D9

#8289D9
(130,137,217)
#8D93DC
(141,147,220)
#989DDF
(152,157,223)
#A3A7E2
(163,167,226)
#AEB1E5
(174,177,229)
#B9BBE8
(185,187,232)
#C4C5EB
(196,197,235)
#CFCFEE
(207,207,238)
#DAD9F1
(218,217,241)
#E5E3F4
(229,227,244)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8289D9; }

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

This text font color is #8289D9.


Background Color

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

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

This div background color is #8289D9.


Border color

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

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

This div border color is #8289D9.


Opacity

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

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

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

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

This text has shadow with #8289D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8289D9 on black background.


Color preview on white background

This text has color #8289D9 on white background.



Black color preview on #8289D9 background

This text has black color on #8289D9 background.


White color preview on #8289D9 background

This text has white color on #8289D9 background.