#8E85CC

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

Shades of Moody Blue #8E85CC

Tints of Moody Blue #8E85CC

Color information

#8E85CC (or 0x8E85CC) is unknown color: approx Moody Blue. HEX triplet: 8E, 85 and CC. RGB value is (142,133,204). Sum of RGB (Red+Green+Blue) = 142+133+204=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E85CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85CC is #717A33. Grayscale: #8F8F8F. Windows color (decimal): -7436852 or 13403534. OLE color: 13403534.

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

Color convert

RGB142133204-
CMYK0.300.3500.2
HSL247.61º41.04%66.08%-
HSV(B)247.61º34.8%80%-
XYZ30.4426.8960.71-
YUV143.78161.98126.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.65%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=29.65%
G=27.77%
B=42.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421332040.300.3500.2247.6141.0466.08
Hex8E85CC1E23014f82942
Octal216205314364302437051102
Binary10001110100001011100110011110100011010100111110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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