#8E87D4

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

Shades of Moody Blue #8E87D4

Tints of Moody Blue #8E87D4

Color information

#8E87D4 (or 0x8E87D4) is unknown color: approx Moody Blue. HEX triplet: 8E, 87 and D4. RGB value is (142,135,212). Sum of RGB (Red+Green+Blue) = 142+135+212=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #8E87D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E87D4 is #71782B. Grayscale: #919191. Windows color (decimal): -7436332 or 13928334. OLE color: 13928334.

HSL color Cylindrical-coordinate representation of color #8E87D4: hue angle of 245.45º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E87D4 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142135212-
CMYK0.330.3600.17
HSL245.45º47.24%68.04%-
HSV(B)245.45º36.32%83.14%-
XYZ31.727.8365.99-
YUV145.87165.32125.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 212 (83.20% from 255) = 43.35%
R=29.04%
G=27.61%
B=43.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421352120.330.3600.17245.4547.2468.04
Hex8E87D42124011f52f44
Octal216207324414402136557104
Binary100011101000011111010100100001100100010001111101011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E87D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,212); }

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

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

 a { background-color: rgb(142,135,212); }

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

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

 span { border-color: rgb(142,135,212); }

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