#8E87C6

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

Shades of Moody Blue #8E87C6

Tints of Moody Blue #8E87C6

Color information

#8E87C6 (or 0x8E87C6) is unknown color: approx Moody Blue. HEX triplet: 8E, 87 and C6. RGB value is (142,135,198). Sum of RGB (Red+Green+Blue) = 142+135+198=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E87C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E87C6 is #717839. Grayscale: #909090. Windows color (decimal): -7436346 or 13010830. OLE color: 13010830.

HSL color Cylindrical-coordinate representation of color #8E87C6: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E87C6 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB142135198-
CMYK0.280.3200.22
HSL246.67º35.59%65.29%-
HSV(B)246.67º31.82%77.65%-
XYZ30.0127.1657.09-
YUV144.27158.32126.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=29.89%
G=28.42%
B=41.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421351980.280.3200.22246.6735.5965.29
Hex8E87C61C20016f72441
Octal216207306344002636744101
Binary10001110100001111100011011100100000010110111101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E87C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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