COLOR #8F82D5

HEX: #8F82D5 RGB: (143,130,213)

Color info

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

RGB color model

#8F82D5 color RGB value is (143,130,213).

RGB: (143,130,213) (56%, 51%, 84%)

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 213 of 255 = 84%

143
130
213

R + G + B ~ 64%. #8F82D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 130 + 213 = 486 (100%)
R 143 of 486 ~ 29.42%
G 130 of 486 ~ 26.75%
B 213 of 486 ~ 43.83'%

%29.42
%26.75
%43.83

CMYK color model

#8F82D5 color CMYK value is (33,39,0,16).

  • cyan value is 32.86%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (33,39,0,16)
C33M39Y0K16 (33%, 39%, 0%, 16%)
(0.33 / 0.39 / 0.00 / 0.16)

CMYK percentages

%32.86
%38.97
%0
%16.47

Codes

Color #8F82D5 in popluar color models

8F 82 D5
RGB 143 130 213
HSL 249° 49.70% 67.25%
HSB/HSV 249° 38.97% 83.53%
CMYK 32.86% 38.97% 0.00%
16.47%

Color #8F82D5 in popluar number systems.

HEX 8F 82 D5
Decimal 143 130 213
Binary 10001111 10000010 11010101
Octal 217 202 325

Shades and tints

Shades of #8F82D5

#8F82D5
(143,130,213)
#8277C2
(130,119,194)
#756CAF
(117,108,175)
#68619C
(104,97,156)
#5B5689
(91,86,137)
#4E4B76
(78,75,118)
#414063
(65,64,99)
#343550
(52,53,80)
#272A3D
(39,42,61)
#1A1F2A
(26,31,42)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #8F82D5

#8F82D5
(143,130,213)
#998DD8
(153,141,216)
#A398DB
(163,152,219)
#ADA3DE
(173,163,222)
#B7AEE1
(183,174,225)
#C1B9E4
(193,185,228)
#CBC4E7
(203,196,231)
#D5CFEA
(213,207,234)
#DFDAED
(223,218,237)
#E9E5F0
(233,229,240)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F82D5 color. Also use rgb(143,130,213) instead hex code.

Text Font Color

.myTextColor { color: #8F82D5; }

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

This text font color is #8F82D5.

Background Color

.myBgColor { background-color: #8F82D5; }

<div style="background-color:#8F82D5">Inner text</div>

This div background color is #8F82D5.

Border color

.myBorderColor { border: 1px solid #8F82D5; }

<div style="border:3px solid #8F82D5">Div</div>

This div border color is #8F82D5.

Opacity

.myOpacity80 { color: #8F82D5; opacity: 0.8; }

<p style="color:#8F82D5;opacity:0.8;">80%</p>

Text with #8F82D5 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 #8F82D5;}

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

This text has shadow with #8F82D5 color.


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

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

This text has shadow with #8F82D5 primary color and red secondary color.


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

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

This text has shadow with #8F82D5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8F82D5.

Preview

Color preview on black background

This text has color #8F82D5 on black background.


Color preview on white background

This text has color #8F82D5 on white background.


Black color preview on #8F82D5 background

This text has black color on #8F82D5 background.


White color preview on #8F82D5 background

This text has white color on #8F82D5 background.


Related colors

Complementary color

Complementary color for #hex is #707D2A.


I love getcolorcode.com

Triadic colors

1 #D58F82 and #82D58F with #8F82D5 are triadic colors.

2 #D5828F and #828FD5 with #8F82D5 are triadic colors.