#8E7ECD

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

Shades of Moody Blue #8E7ECD

Tints of Moody Blue #8E7ECD

Color information

#8E7ECD (or 0x8E7ECD) is unknown color: approx Moody Blue. HEX triplet: 8E, 7E and CD. RGB value is (142,126,205). Sum of RGB (Red+Green+Blue) = 142+126+205=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ECD is #718132. Grayscale: #8B8B8B. Windows color (decimal): -7438643 or 13467278. OLE color: 13467278.

HSL color Cylindrical-coordinate representation of color #8E7ECD: hue angle of 252.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E7ECD is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142126205-
CMYK0.310.3900.20
HSL252.15º44.13%64.9%-
HSV(B)252.15º38.54%80.39%-
XYZ29.6425.0861.04-
YUV139.79164.8129.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=30.02%
G=26.64%
B=43.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421262050.310.3900.20252.1544.1364.9
Hex8E7ECD1F27014fc2c41
Octal216176315374702437454101
Binary1000111011111101100110111111100111010100111111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,126,205); }

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

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

 a { background-color: rgb(142,126,205); }

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

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

 span { border-color: rgb(142,126,205); }

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