#8E7CD1

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

Shades of Moody Blue #8E7CD1

Tints of Moody Blue #8E7CD1

Color information

#8E7CD1 (or 0x8E7CD1) is unknown color: approx Moody Blue. HEX triplet: 8E, 7C and D1. RGB value is (142,124,209). Sum of RGB (Red+Green+Blue) = 142+124+209=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #8E7CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CD1 is #71832E. Grayscale: #8A8A8A. Windows color (decimal): -7439151 or 13728910. OLE color: 13728910.

HSL color Cylindrical-coordinate representation of color #8E7CD1: hue angle of 252.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E7CD1 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB142124209-
CMYK0.320.4100.18
HSL252.71º48.02%65.29%-
HSV(B)252.71º40.67%81.96%-
XYZ29.8724.7763.53-
YUV139.07167.46130.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 209 (82.03% from 255) = 44%
R=29.89%
G=26.11%
B=44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421242090.320.4100.18252.7148.0265.29
Hex8E7CD12029012fd3041
Octal216174321405102237560101
Binary10001110111110011010001100000101001010010111111011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,124,209); }

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

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

 a { background-color: rgb(142,124,209); }

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

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

 span { border-color: rgb(142,124,209); }

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