#8E7ED0

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

Shades of Moody Blue #8E7ED0

Tints of Moody Blue #8E7ED0

Color information

#8E7ED0 (or 0x8E7ED0) is unknown color: approx Moody Blue. HEX triplet: 8E, 7E and D0. RGB value is (142,126,208). Sum of RGB (Red+Green+Blue) = 142+126+208=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E7ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ED0 is #71812F. Grayscale: #8B8B8B. Windows color (decimal): -7438640 or 13663886. OLE color: 13663886.

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

Color convert

RGB142126208-
CMYK0.320.3900.18
HSL251.71º46.59%65.49%-
HSV(B)251.71º39.42%81.57%-
XYZ3025.2362.96-
YUV140.13166.3129.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 208 (81.64% from 255) = 43.70%
R=29.83%
G=26.47%
B=43.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421262080.320.3900.18251.7146.5965.49
Hex8E7ED02027012fc2f41
Octal216176320404702237457101
Binary10001110111111011010000100000100111010010111111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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