COLOR #829FF0

HEX: #829FF0 RGB: (130,159,240)

Color info

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

RGB color model

#829FF0 color RGB value is (130,159,240).

RGB: (130,159,240) (51%, 62%, 94%)

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 240 of 255 = 94%

130
159
240

R + G + B ~ 69%. #829FF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 159 + 240 = 529 (100%)
R 130 of 529 ~ 24.57%
G 159 of 529 ~ 30.06%
B 240 of 529 ~ 45.37'%

%24.57
%30.06
%45.37

CMYK color model

#829FF0 color CMYK value is (46,34,0,6).

  • cyan value is 45.83%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (46,34,0,6)
C46M34Y0K6 (46%, 34%, 0%, 6%)
(0.46 / 0.34 / 0.00 / 0.06)

CMYK percentages

%45.83
%33.75
%0
%5.88

Codes

Color #829FF0 in popluar color models

82 9F F0
RGB 130 159 240
HSL 224° 78.57% 72.55%
HSB/HSV 224° 45.83% 94.12%
CMYK 45.83% 33.75% 0.00%
5.88%

Color #829FF0 in popluar number systems.

HEX 82 9F F0
Decimal 130 159 240
Binary 10000010 10011111 11110000
Octal 202 237 360

Shades and tints

Shades of #829FF0

#829FF0
(130,159,240)
#7791DB
(119,145,219)
#6C83C6
(108,131,198)
#6175B1
(97,117,177)
#56679C
(86,103,156)
#4B5987
(75,89,135)
#404B72
(64,75,114)
#353D5D
(53,61,93)
#2A2F48
(42,47,72)
#1F2133
(31,33,51)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #829FF0

#829FF0
(130,159,240)
#8DA7F1
(141,167,241)
#98AFF2
(152,175,242)
#A3B7F3
(163,183,243)
#AEBFF4
(174,191,244)
#B9C7F5
(185,199,245)
#C4CFF6
(196,207,246)
#CFD7F7
(207,215,247)
#DADFF8
(218,223,248)
#E5E7F9
(229,231,249)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829FF0 color. Also use rgb(130,159,240) instead hex code.

Text Font Color

.myTextColor { color: #829FF0; }

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

This text font color is #829FF0.

Background Color

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

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

This div background color is #829FF0.

Border color

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

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

This div border color is #829FF0.

Opacity

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

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

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

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

This text has shadow with #829FF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829FF0.

Preview

Color preview on black background

This text has color #829FF0 on black background.


Color preview on white background

This text has color #829FF0 on white background.


Black color preview on #829FF0 background

This text has black color on #829FF0 background.


White color preview on #829FF0 background

This text has white color on #829FF0 background.


Related colors

Complementary color

Complementary color for #hex is #7D600F.


I love getcolorcode.com

Triadic colors

1 #F0829F and #9FF082 with #829FF0 are triadic colors.

2 #F09F82 and #9F82F0 with #829FF0 are triadic colors.