COLOR #828AFB

HEX: #828AFB
RGB: (130,138,251)

Color info

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

RGB color model

#828AFB color RGB value is (130,138,251).

  • red value is 130;
  • green value is 138;
  • blue value is 251.
RGB:
(130,138,251)
(51%,54%,98%)

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 251 of 255 = 98%

130
138
251

R + G + B ~ 68%. #828AFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 138 + 251 = 519 (100%)
R 130 of 519 ~ 25.05%
G 138 of 519 ~ 26.59%
B 251 of 519 ~ 48.36%

%25.05
%26.59
%48.36

CMYK color model

#828AFB color CMYK value is (48,45,0,2).

  • cyan value is 48.21%
  • magenta value is 45.02%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(48,45,0,2)
C48M45Y0K2 
(48%,45%,0%,2%)
(0.48/0.45/0.00/0.02)	

CMYK percentages

%48.21
%45.02
%0
%1.57

Codes

Color #828AFB in popluar color models

828AFB
RGB130138251
HSL236°93.80%74.71%
HSB/HSV236°48.21%98.43%
CMYK48.21%45.02%0.00%
1.57%

Color #828AFB in popluar number systems.

HEX828AFB
Decimal130138251
Binary100000101000101011111011
Octal202212373

Shades and tints

Shades of #828AFB

#828AFB
(130,138,251)
#777EE5
(119,126,229)
#6C72CF
(108,114,207)
#6166B9
(97,102,185)
#565AA3
(86,90,163)
#4B4E8D
(75,78,141)
#404277
(64,66,119)
#353661
(53,54,97)
#2A2A4B
(42,42,75)
#1F1E35
(31,30,53)
#14121F
(20,18,31)
#000000
(0,0,0)

Tints of #828AFB

#828AFB
(130,138,251)
#8D94FB
(141,148,251)
#989EFB
(152,158,251)
#A3A8FB
(163,168,251)
#AEB2FB
(174,178,251)
#B9BCFB
(185,188,251)
#C4C6FB
(196,198,251)
#CFD0FB
(207,208,251)
#DADAFB
(218,218,251)
#E5E4FB
(229,228,251)
#F0EEFB
(240,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828AFB color. Also use rgb(130,138,251) instead hex code.

Text Font Color

.myTextColor { color: #828AFB; }

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

This text font color is #828AFB.


Background Color

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

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

This div background color is #828AFB.


Border color

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

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

This div border color is #828AFB.


Opacity

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

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

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

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

This text has shadow with #828AFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828AFB on black background.


Color preview on white background

This text has color #828AFB on white background.



Black color preview on #828AFB background

This text has black color on #828AFB background.


White color preview on #828AFB background

This text has white color on #828AFB background.