COLOR #829EF4

HEX: #829EF4 RGB: (130,158,244)

Color info

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

RGB color model

#829EF4 color RGB value is (130,158,244).

RGB: (130,158,244) (51%, 62%, 96%)

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 244 of 255 = 96%

130
158
244

R + G + B ~ 70%. #829EF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 158 + 244 = 532 (100%)
R 130 of 532 ~ 24.44%
G 158 of 532 ~ 29.7%
B 244 of 532 ~ 45.86'%

%24.44
%29.7
%45.86

CMYK color model

#829EF4 color CMYK value is (47,35,0,4).

  • cyan value is 46.72%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (47,35,0,4) C47M35Y0K4 (47%,35%,0%,4%) (0.47/0.35/0.00/0.04) 

CMYK percentages

%46.72
%35.25
%0
%4.31

Codes

Color #829EF4 in popluar color models

82 9E F4
RGB 130 158 244
HSL 225° 83.82% 73.33%
HSB/HSV 225° 46.72% 95.69%
CMYK 46.72% 35.25% 0.00%
4.31%

Color #829EF4 in popluar number systems.

HEX 82 9E F4
Decimal 130 158 244
Binary 10000010 10011110 11110100
Octal 202 236 364

Shades and tints

Shades of #829EF4

#829EF4
(130,158,244)
#7790DE
(119,144,222)
#6C82C8
(108,130,200)
#6174B2
(97,116,178)
#56669C
(86,102,156)
#4B5886
(75,88,134)
#404A70
(64,74,112)
#353C5A
(53,60,90)
#2A2E44
(42,46,68)
#1F202E
(31,32,46)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #829EF4

#829EF4
(130,158,244)
#8DA6F5
(141,166,245)
#98AEF6
(152,174,246)
#A3B6F7
(163,182,247)
#AEBEF8
(174,190,248)
#B9C6F9
(185,198,249)
#C4CEFA
(196,206,250)
#CFD6FB
(207,214,251)
#DADEFC
(218,222,252)
#E5E6FD
(229,230,253)
#F0EEFE
(240,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829EF4 color. Also use rgb(130,158,244) instead hex code.

Text Font Color

.myTextColor { color: #829EF4; }

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

This text font color is #829EF4.

Background Color

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

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

This div background color is #829EF4.

Border color

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

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

This div border color is #829EF4.

Opacity

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

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

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

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

This text has shadow with #829EF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829EF4.

Preview

Color preview on black background

This text has color #829EF4 on black background.


Color preview on white background

This text has color #829EF4 on white background.


Black color preview on #829EF4 background

This text has black color on #829EF4 background.


White color preview on #829EF4 background

This text has white color on #829EF4 background.


Related colors

Complementary color

Complementary color for #hex is #7D610B.


I love getcolorcode.com

Triadic colors

1 #F4829E and #9EF482 with #829EF4 are triadic colors.

2 #F49E82 and #9E82F4 with #829EF4 are triadic colors.