#8E82D1

Color #8E82D1 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8E82D1

Tints of Moody Blue #8E82D1

Color information

#8E82D1 (or 0x8E82D1) is unknown color: approx Moody Blue. HEX triplet: 8E, 82 and D1. RGB value is (142,130,209). Sum of RGB (Red+Green+Blue) = 142+130+209=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #8E82D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E82D1 is #717D2E. Grayscale: #8E8E8E. Windows color (decimal): -7437615 or 13730446. OLE color: 13730446.

HSL color Cylindrical-coordinate representation of color #8E82D1: hue angle of 249.11º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E82D1 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB142130209-
CMYK0.320.3800.18
HSL249.11º46.2%66.47%-
HSV(B)249.11º37.8%81.96%-
XYZ30.6526.3263.79-
YUV142.59165.48127.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=29.52%
G=27.03%
B=43.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421302090.320.3800.18249.1146.266.47
Hex8E82D12026012f92e42
Octal216202321404602237156102
Binary100011101000001011010001100000100110010010111110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E82D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E82D1; }

 p { color: rgb(142,130,209); }

 H1.HeaderClassName
 {
   color: #8E82D1;
 }
 .AnyTagClassName
 {
   color: #8E82D1;
 }
</style>
background-color css

<style>
 a { background-color: #8E82D1; }

 a { background-color: rgb(142,130,209); }

 div.DivClassName
 {
   background-color: #8E82D1;
 }
 .BgClassName
 {
   background-color: #8E82D1;
 }
</style>
border-color css

<style>
 span { border-color: #8E82D1; }

 span { border-color: rgb(142,130,209); }

 td.TdClassName
 {
   border-color: #8E82D1;
 }
 .TagClassName
 {
   border-color: #8E82D1;
 }
</style>