#8E87C3

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

Shades of Moody Blue #8E87C3

Tints of Moody Blue #8E87C3

Color information

#8E87C3 (or 0x8E87C3) is unknown color: approx Moody Blue. HEX triplet: 8E, 87 and C3. RGB value is (142,135,195). Sum of RGB (Red+Green+Blue) = 142+135+195=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #8E87C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E87C3 is #71783C. Grayscale: #8F8F8F. Windows color (decimal): -7436349 or 12814222. OLE color: 12814222.

HSL color Cylindrical-coordinate representation of color #8E87C3: hue angle of 247º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E87C3 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142135195-
CMYK0.270.3100.24
HSL247º33.33%64.71%-
HSV(B)247º30.77%76.47%-
XYZ29.6727.0255.28-
YUV143.93156.82126.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.08%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=30.08%
G=28.60%
B=41.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421351950.270.3100.2424733.3364.71
Hex8E87C31B1F018f72141
Octal216207303333703036741101
Binary1000111010000111110000111101111111011000111101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E87C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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