#8E86DC

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

Shades of Moody Blue #8E86DC

Tints of Moody Blue #8E86DC

Color information

#8E86DC (or 0x8E86DC) is unknown color: approx Moody Blue. HEX triplet: 8E, 86 and DC. RGB value is (142,134,220). Sum of RGB (Red+Green+Blue) = 142+134+220=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E86DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E86DC is #717923. Grayscale: #919191. Windows color (decimal): -7436580 or 14452366. OLE color: 14452366.

HSL color Cylindrical-coordinate representation of color #8E86DC: hue angle of 245.58º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E86DC is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142134220-
CMYK0.350.3900.14
HSL245.58º55.13%69.41%-
HSV(B)245.58º39.09%86.27%-
XYZ32.627.9771.39-
YUV146.2169.65125.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=28.63%
G=27.02%
B=44.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421342200.350.3900.14245.5855.1369.41
Hex8E86DC23270Ef63745
Octal216206334434701636667105
Binary10001110100001101101110010001110011101110111101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,134,220); }

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

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

 a { background-color: rgb(142,134,220); }

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

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

 span { border-color: rgb(142,134,220); }

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