COLOR #829DE8

HEX: #829DE8 RGB: (130,157,232)

Color info

#829DE8 contains mainly blue color. Web safe color of #829DE8 is #9999FF (or #99F).

RGB color model

#829DE8 color RGB value is (130,157,232).

RGB: (130,157,232) (51%, 62%, 91%)

RGB channels and saturation

R 130 of 255 = 51%
G 157 of 255 = 62%
B 232 of 255 = 91%

130
157
232

R + G + B ~ 68%. #829DE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 157 + 232 = 519 (100%)
R 130 of 519 ~ 25.05%
G 157 of 519 ~ 30.25%
B 232 of 519 ~ 44.7'%

%25.05
%30.25
%44.7

CMYK color model

#829DE8 color CMYK value is (44,32,0,9).

  • cyan value is 43.97%
  • magenta value is 32.33%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (44,32,0,9)
C44M32Y0K9 (44%, 32%, 0%, 9%)
(0.44 / 0.32 / 0.00 / 0.09)

CMYK percentages

%43.97
%32.33
%0
%9.02

Codes

Color #829DE8 in popluar color models

82 9D E8
RGB 130 157 232
HSL 224° 68.92% 70.98%
HSB/HSV 224° 43.97% 90.98%
CMYK 43.97% 32.33% 0.00%
9.02%

Color #829DE8 in popluar number systems.

HEX 82 9D E8
Decimal 130 157 232
Binary 10000010 10011101 11101000
Octal 202 235 350

Shades and tints

Shades of #829DE8

#829DE8
(130,157,232)
#778FD3
(119,143,211)
#6C81BE
(108,129,190)
#6173A9
(97,115,169)
#566594
(86,101,148)
#4B577F
(75,87,127)
#40496A
(64,73,106)
#353B55
(53,59,85)
#2A2D40
(42,45,64)
#1F1F2B
(31,31,43)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #829DE8

#829DE8
(130,157,232)
#8DA5EA
(141,165,234)
#98ADEC
(152,173,236)
#A3B5EE
(163,181,238)
#AEBDF0
(174,189,240)
#B9C5F2
(185,197,242)
#C4CDF4
(196,205,244)
#CFD5F6
(207,213,246)
#DADDF8
(218,221,248)
#E5E5FA
(229,229,250)
#F0EDFC
(240,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829DE8 color. Also use rgb(130,157,232) instead hex code.

Text Font Color

.myTextColor { color: #829DE8; }

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

This text font color is #829DE8.

Background Color

.myBgColor { background-color: #829DE8; }

<div style="background-color:#829DE8">Inner text</div>

This div background color is #829DE8.

Border color

.myBorderColor { border: 1px solid #829DE8; }

<div style="border:3px solid #829DE8">Div</div>

This div border color is #829DE8.

Opacity

.myOpacity80 { color: #829DE8; opacity: 0.8; }

<p style="color:#829DE8;opacity:0.8;">80%</p>

Text with #829DE8 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 #829DE8;}

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

This text has shadow with #829DE8 color.


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

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

This text has shadow with #829DE8 primary color and red secondary color.


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

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

This text has shadow with #829DE8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #829DE8.

Preview

Color preview on black background

This text has color #829DE8 on black background.


Color preview on white background

This text has color #829DE8 on white background.


Black color preview on #829DE8 background

This text has black color on #829DE8 background.


White color preview on #829DE8 background

This text has white color on #829DE8 background.


Related colors

Complementary color

Complementary color for #hex is #7D6217.


I love getcolorcode.com

Triadic colors

1 #E8829D and #9DE882 with #829DE8 are triadic colors.

2 #E89D82 and #9D82E8 with #829DE8 are triadic colors.