COLOR #818DFB

HEX: #818DFB RGB: (129,141,251)

Color info

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

RGB color model

#818DFB color RGB value is (129,141,251).

RGB: (129,141,251) (51%, 55%, 98%)

RGB channels and saturation

R 129 of 255 = 51%
G 141 of 255 = 55%
B 251 of 255 = 98%

129
141
251

R + G + B ~ 68%. #818DFB is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 141 + 251 = 521 (100%)
R 129 of 521 ~ 24.76%
G 141 of 521 ~ 27.06%
B 251 of 521 ~ 48.18'%

%24.76
%27.06
%48.18

CMYK color model

#818DFB color CMYK value is (49,44,0,2).

  • cyan value is 48.61%
  • magenta value is 43.82%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (49,44,0,2)
C49M44Y0K2 (49%, 44%, 0%, 2%)
(0.49 / 0.44 / 0.00 / 0.02)

CMYK percentages

%48.61
%43.82
%0
%1.57

Codes

Color #818DFB in popluar color models

81 8D FB
RGB 129 141 251
HSL 234° 93.85% 74.51%
HSB/HSV 234° 48.61% 98.43%
CMYK 48.61% 43.82% 0.00%
1.57%

Color #818DFB in popluar number systems.

HEX 81 8D FB
Decimal 129 141 251
Binary 10000001 10001101 11111011
Octal 201 215 373

Shades and tints

Shades of #818DFB

#818DFB
(129,141,251)
#7681E5
(118,129,229)
#6B75CF
(107,117,207)
#6069B9
(96,105,185)
#555DA3
(85,93,163)
#4A518D
(74,81,141)
#3F4577
(63,69,119)
#343961
(52,57,97)
#292D4B
(41,45,75)
#1E2135
(30,33,53)
#13151F
(19,21,31)
#000000
(0,0,0)

Tints of #818DFB

#818DFB
(129,141,251)
#8C97FB
(140,151,251)
#97A1FB
(151,161,251)
#A2ABFB
(162,171,251)
#ADB5FB
(173,181,251)
#B8BFFB
(184,191,251)
#C3C9FB
(195,201,251)
#CED3FB
(206,211,251)
#D9DDFB
(217,221,251)
#E4E7FB
(228,231,251)
#EFF1FB
(239,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818DFB color. Also use rgb(129,141,251) instead hex code.

Text Font Color

.myTextColor { color: #818DFB; }

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

This text font color is #818DFB.

Background Color

.myBgColor { background-color: #818DFB; }

<div style="background-color:#818DFB">Inner text</div>

This div background color is #818DFB.

Border color

.myBorderColor { border: 1px solid #818DFB; }

<div style="border:3px solid #818DFB">Div</div>

This div border color is #818DFB.

Opacity

.myOpacity80 { color: #818DFB; opacity: 0.8; }

<p style="color:#818DFB;opacity:0.8;">80%</p>

Text with #818DFB 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 #818DFB;}

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

This text has shadow with #818DFB color.


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

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

This text has shadow with #818DFB primary color and red secondary color.


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

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

This text has shadow with #818DFB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #818DFB.

Preview

Color preview on black background

This text has color #818DFB on black background.


Color preview on white background

This text has color #818DFB on white background.


Black color preview on #818DFB background

This text has black color on #818DFB background.


White color preview on #818DFB background

This text has white color on #818DFB background.


Related colors

Complementary color

Complementary color for #hex is #7E7204.


I love getcolorcode.com

Triadic colors

1 #FB818D and #8DFB81 with #818DFB are triadic colors.

2 #FB8D81 and #8D81FB with #818DFB are triadic colors.