#8E80CC

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

Shades of Moody Blue #8E80CC

Tints of Moody Blue #8E80CC

Color information

#8E80CC (or 0x8E80CC) is unknown color: approx Moody Blue. HEX triplet: 8E, 80 and CC. RGB value is (142,128,204). Sum of RGB (Red+Green+Blue) = 142+128+204=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80CC is #717F33. Grayscale: #8C8C8C. Windows color (decimal): -7438132 or 13402254. OLE color: 13402254.

HSL color Cylindrical-coordinate representation of color #8E80CC: hue angle of 251.05º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E80CC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142128204-
CMYK0.300.3700.2
HSL251.05º42.7%65.1%-
HSV(B)251.05º37.25%80%-
XYZ29.7725.5560.49-
YUV140.85163.64128.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=29.96%
G=27.00%
B=43.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421282040.300.3700.2251.0542.765.1
Hex8E80CC1E25014fb2b41
Octal216200314364502437353101
Binary10001110100000001100110011110100101010100111110111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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