#8E87C1

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

Shades of Moody Blue #8E87C1

Tints of Moody Blue #8E87C1

Color information

#8E87C1 (or 0x8E87C1) is unknown color: approx Moody Blue. HEX triplet: 8E, 87 and C1. RGB value is (142,135,193). Sum of RGB (Red+Green+Blue) = 142+135+193=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E87C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E87C1 is #71783E. Grayscale: #8F8F8F. Windows color (decimal): -7436351 or 12683150. OLE color: 12683150.

HSL color Cylindrical-coordinate representation of color #8E87C1: hue angle of 247.24º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E87C1 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142135193-
CMYK0.260.3000.24
HSL247.24º31.87%64.31%-
HSV(B)247.24º30.05%75.69%-
XYZ29.4426.9354.1-
YUV143.7155.82126.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.21%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=30.21%
G=28.72%
B=41.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421351930.260.3000.24247.2431.8764.31
Hex8E87C11A1E018f72040
Octal216207301323603036740100
Binary1000111010000111110000011101011110011000111101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E87C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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