#8E7DCE

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

Shades of Moody Blue #8E7DCE

Tints of Moody Blue #8E7DCE

Color information

#8E7DCE (or 0x8E7DCE) is unknown color: approx Moody Blue. HEX triplet: 8E, 7D and CE. RGB value is (142,125,206). Sum of RGB (Red+Green+Blue) = 142+125+206=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DCE is #718231. Grayscale: #8B8B8B. Windows color (decimal): -7438898 or 13532558. OLE color: 13532558.

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

Color convert

RGB142125206-
CMYK0.310.3900.19
HSL252.59º45.25%64.9%-
HSV(B)252.59º39.32%80.78%-
XYZ29.6324.8761.63-
YUV139.32165.63129.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=30.02%
G=26.43%
B=43.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421252060.310.3900.19252.5945.2564.9
Hex8E7DCE1F27013fd2d41
Octal216175316374702337555101
Binary1000111011111011100111011111100111010011111111011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,125,206); }

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

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

 a { background-color: rgb(142,125,206); }

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

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

 span { border-color: rgb(142,125,206); }

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