COLOR #828DBB

HEX: #828DBB RGB: (130,141,187)

Color info

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

RGB color model

#828DBB color RGB value is (130,141,187).

RGB: (130,141,187) (51%, 55%, 73%)

RGB channels and saturation

R 130 of 255 = 51%
G 141 of 255 = 55%
B 187 of 255 = 73%

130
141
187

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

Portions of RGB colors in percentages

R + G + B = 130 + 141 + 187 = 458 (100%)
R 130 of 458 ~ 28.38%
G 141 of 458 ~ 30.79%
B 187 of 458 ~ 40.83'%

%28.38
%30.79
%40.83

CMYK color model

#828DBB color CMYK value is (30,25,0,27).

  • cyan value is 30.48%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (30,25,0,27)
C30M25Y0K27 (30%, 25%, 0%, 27%)
(0.30 / 0.25 / 0.00 / 0.27)

CMYK percentages

%30.48
%24.6
%0
%26.67

Codes

Color #828DBB in popluar color models

82 8D BB
RGB 130 141 187
HSL 228° 29.53% 62.16%
HSB/HSV 228° 30.48% 73.33%
CMYK 30.48% 24.60% 0.00%
26.67%

Color #828DBB in popluar number systems.

HEX 82 8D BB
Decimal 130 141 187
Binary 10000010 10001101 10111011
Octal 202 215 273

Shades and tints

Shades of #828DBB

#828DBB
(130,141,187)
#7781AA
(119,129,170)
#6C7599
(108,117,153)
#616988
(97,105,136)
#565D77
(86,93,119)
#4B5166
(75,81,102)
#404555
(64,69,85)
#353944
(53,57,68)
#2A2D33
(42,45,51)
#1F2122
(31,33,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #828DBB

#828DBB
(130,141,187)
#8D97C1
(141,151,193)
#98A1C7
(152,161,199)
#A3ABCD
(163,171,205)
#AEB5D3
(174,181,211)
#B9BFD9
(185,191,217)
#C4C9DF
(196,201,223)
#CFD3E5
(207,211,229)
#DADDEB
(218,221,235)
#E5E7F1
(229,231,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828DBB color. Also use rgb(130,141,187) instead hex code.

Text Font Color

.myTextColor { color: #828DBB; }

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

This text font color is #828DBB.

Background Color

.myBgColor { background-color: #828DBB; }

<div style="background-color:#828DBB">Inner text</div>

This div background color is #828DBB.

Border color

.myBorderColor { border: 1px solid #828DBB; }

<div style="border:3px solid #828DBB">Div</div>

This div border color is #828DBB.

Opacity

.myOpacity80 { color: #828DBB; opacity: 0.8; }

<p style="color:#828DBB;opacity:0.8;">80%</p>

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

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

This text has shadow with #828DBB color.


.textShadow {text-shadow: 3px 3px 1px #828DBB', 3px 3px 1px red;}

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

This text has shadow with #828DBB primary color and red secondary color.


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

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

This text has shadow with #828DBB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #828DBB; -webkit-box-shadow: 1px 1px 3px 2px #828DBB; box-shadow:1px 1px 3px 2px #828DBB;">
Div content here
</div>

This div box has shadow with color #828DBB.

Preview

Color preview on black background

This text has color #828DBB on black background.


Color preview on white background

This text has color #828DBB on white background.


Black color preview on #828DBB background

This text has black color on #828DBB background.


White color preview on #828DBB background

This text has white color on #828DBB background.


Related colors

Complementary color

Complementary color for #hex is #7D7244.


I love getcolorcode.com

Triadic colors

1 #BB828D and #8DBB82 with #828DBB are triadic colors.

2 #BB8D82 and #8D82BB with #828DBB are triadic colors.