#8E80CE

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

Shades of Moody Blue #8E80CE

Tints of Moody Blue #8E80CE

Color information

#8E80CE (or 0x8E80CE) is unknown color: approx Moody Blue. HEX triplet: 8E, 80 and CE. RGB value is (142,128,206). Sum of RGB (Red+Green+Blue) = 142+128+206=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E80CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80CE is #717F31. Grayscale: #8C8C8C. Windows color (decimal): -7438130 or 13533326. OLE color: 13533326.

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

Color convert

RGB142128206-
CMYK0.310.3800.19
HSL250.77º44.32%65.49%-
HSV(B)250.77º37.86%80.78%-
XYZ30.0225.6561.76-
YUV141.08164.64128.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=29.83%
G=26.89%
B=43.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421282060.310.3800.19250.7744.3265.49
Hex8E80CE1F26013fb2c41
Octal216200316374602337354101
Binary10001110100000001100111011111100110010011111110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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