#8E85CF

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

Shades of Moody Blue #8E85CF

Tints of Moody Blue #8E85CF

Color information

#8E85CF (or 0x8E85CF) is unknown color: approx Moody Blue. HEX triplet: 8E, 85 and CF. RGB value is (142,133,207). Sum of RGB (Red+Green+Blue) = 142+133+207=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E85CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85CF is #717A30. Grayscale: #8F8F8F. Windows color (decimal): -7436849 or 13600142. OLE color: 13600142.

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

Color convert

RGB142133207-
CMYK0.310.3600.19
HSL247.3º43.53%66.67%-
HSV(B)247.3º35.75%81.18%-
XYZ30.8127.0362.63-
YUV144.13163.48126.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=29.46%
G=27.59%
B=42.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421332070.310.3600.19247.343.5366.67
Hex8E85CF1F24013f72c43
Octal216205317374402336754103
Binary10001110100001011100111111111100100010011111101111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E85CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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