#8E82CC

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

Shades of Moody Blue #8E82CC

Tints of Moody Blue #8E82CC

Color information

#8E82CC (or 0x8E82CC) is unknown color: approx Moody Blue. HEX triplet: 8E, 82 and CC. RGB value is (142,130,204). Sum of RGB (Red+Green+Blue) = 142+130+204=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E82CC is #717D33. Grayscale: #8D8D8D. Windows color (decimal): -7437620 or 13402766. OLE color: 13402766.

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

Color convert

RGB142130204-
CMYK0.300.3600.2
HSL249.73º42.05%65.49%-
HSV(B)249.73º36.27%80%-
XYZ30.0426.0860.58-
YUV142.02162.98127.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=29.83%
G=27.31%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421302040.300.3600.2249.7342.0565.49
Hex8E82CC1E24014fa2a41
Octal216202314364402437252101
Binary10001110100000101100110011110100100010100111110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E82CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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