COLOR #8290B1

HEX: #8290B1
RGB: (130,144,177)

Color info

#8290B1 contains red, green and blue colors in about the same proportion. Web safe color of #8290B1 is #999999 (or #999).

RGB color model

#8290B1 color RGB value is (130,144,177).

  • red value is 130;
  • green value is 144;
  • blue value is 177.
RGB:
(130,144,177)
(51%,56%,69%)

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 177 of 255 = 69%

130
144
177

R + G + B ~ 59%. #8290B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 177 = 451 (100%)
R 130 of 451 ~ 28.82%
G 144 of 451 ~ 31.93%
B 177 of 451 ~ 39.25%

%28.82
%31.93
%39.25

CMYK color model

#8290B1 color CMYK value is (27,19,0,31).

  • cyan value is 26.55%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(27,19,0,31)
C27M19Y0K31 
(27%,19%,0%,31%)
(0.27/0.19/0.00/0.31)	

CMYK percentages

%26.55
%18.64
%0
%30.59

Codes

Color #8290B1 in popluar color models

8290B1
RGB130144177
HSL222°23.15%60.20%
HSB/HSV222°26.55%69.41%
CMYK26.55%18.64%0.00%
30.59%

Color #8290B1 in popluar number systems.

HEX8290B1
Decimal130144177
Binary100000101001000010110001
Octal202220261

Shades and tints

Shades of #8290B1

#8290B1
(130,144,177)
#7783A1
(119,131,161)
#6C7691
(108,118,145)
#616981
(97,105,129)
#565C71
(86,92,113)
#4B4F61
(75,79,97)
#404251
(64,66,81)
#353541
(53,53,65)
#2A2831
(42,40,49)
#1F1B21
(31,27,33)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #8290B1

#8290B1
(130,144,177)
#8D9AB8
(141,154,184)
#98A4BF
(152,164,191)
#A3AEC6
(163,174,198)
#AEB8CD
(174,184,205)
#B9C2D4
(185,194,212)
#C4CCDB
(196,204,219)
#CFD6E2
(207,214,226)
#DAE0E9
(218,224,233)
#E5EAF0
(229,234,240)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8290B1 color. Also use rgb(130,144,177) instead hex code.

Text Font Color

.myTextColor { color: #8290B1; }

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

This text font color is #8290B1.


Background Color

.myBgColor { background-color: #8290B1; }

<div style="background-color:#8290B1">Inner text</div>

This div background color is #8290B1.


Border color

.myBorderColor { border: 1px solid #8290B1; }

<div style="border:3px solid #8290B1">Div</div>

This div border color is #8290B1.


Opacity

.myOpacity80 { color: #8290B1; opacity: 0.8; }

<p style="color:#8290B1;opacity:0.8;">80%</p>

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

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

This text has shadow with #8290B1 color.

.textShadow {text-shadow: 3px 3px 1px #8290B1, 3px 3px 1px red;}

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

This text has shadow with #8290B1 primary color and red secondary color.


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

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

This text has shadow with #8290B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8290B1 on black background.


Color preview on white background

This text has color #8290B1 on white background.



Black color preview on #8290B1 background

This text has black color on #8290B1 background.


White color preview on #8290B1 background

This text has white color on #8290B1 background.