COLOR #828FE4

HEX: #828FE4 RGB: (130,143,228)

Color info

#828FE4 contains mainly blue color. Web safe color of #828FE4 is #9999CC (or #99C).

RGB color model

#828FE4 color RGB value is (130,143,228).

RGB: (130,143,228) (51%, 56%, 89%)

RGB channels and saturation

R 130 of 255 = 51%
G 143 of 255 = 56%
B 228 of 255 = 89%

130
143
228

R + G + B ~ 65%. #828FE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 143 + 228 = 501 (100%)
R 130 of 501 ~ 25.95%
G 143 of 501 ~ 28.54%
B 228 of 501 ~ 45.51'%

%25.95
%28.54
%45.51

CMYK color model

#828FE4 color CMYK value is (43,37,0,11).

  • cyan value is 42.98%
  • magenta value is 37.28%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (43,37,0,11)
C43M37Y0K11 (43%, 37%, 0%, 11%)
(0.43 / 0.37 / 0.00 / 0.11)

CMYK percentages

%42.98
%37.28
%0
%10.59

Codes

Color #828FE4 in popluar color models

82 8F E4
RGB 130 143 228
HSL 232° 64.47% 70.20%
HSB/HSV 232° 42.98% 89.41%
CMYK 42.98% 37.28% 0.00%
10.59%

Color #828FE4 in popluar number systems.

HEX 82 8F E4
Decimal 130 143 228
Binary 10000010 10001111 11100100
Octal 202 217 344

Shades and tints

Shades of #828FE4

#828FE4
(130,143,228)
#7782D0
(119,130,208)
#6C75BC
(108,117,188)
#6168A8
(97,104,168)
#565B94
(86,91,148)
#4B4E80
(75,78,128)
#40416C
(64,65,108)
#353458
(53,52,88)
#2A2744
(42,39,68)
#1F1A30
(31,26,48)
#140D1C
(20,13,28)
#000000
(0,0,0)

Tints of #828FE4

#828FE4
(130,143,228)
#8D99E6
(141,153,230)
#98A3E8
(152,163,232)
#A3ADEA
(163,173,234)
#AEB7EC
(174,183,236)
#B9C1EE
(185,193,238)
#C4CBF0
(196,203,240)
#CFD5F2
(207,213,242)
#DADFF4
(218,223,244)
#E5E9F6
(229,233,246)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828FE4 color. Also use rgb(130,143,228) instead hex code.

Text Font Color

.myTextColor { color: #828FE4; }

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

This text font color is #828FE4.

Background Color

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

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

This div background color is #828FE4.

Border color

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

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

This div border color is #828FE4.

Opacity

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

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

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

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

This text has shadow with #828FE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828FE4.

Preview

Color preview on black background

This text has color #828FE4 on black background.


Color preview on white background

This text has color #828FE4 on white background.


Black color preview on #828FE4 background

This text has black color on #828FE4 background.


White color preview on #828FE4 background

This text has white color on #828FE4 background.


Related colors

Complementary color

Complementary color for #hex is #7D701B.


I love getcolorcode.com

Triadic colors

1 #E4828F and #8FE482 with #828FE4 are triadic colors.

2 #E48F82 and #8F82E4 with #828FE4 are triadic colors.