#8E85BD

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

Shades of Moody Blue #8E85BD

Tints of Moody Blue #8E85BD

Color information

#8E85BD (or 0x8E85BD) is unknown color: approx Moody Blue. HEX triplet: 8E, 85 and BD. RGB value is (142,133,189). Sum of RGB (Red+Green+Blue) = 142+133+189=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85BD is #717A42. Grayscale: #8D8D8D. Windows color (decimal): -7436867 or 12420494. OLE color: 12420494.

HSL color Cylindrical-coordinate representation of color #8E85BD: hue angle of 249.64º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E85BD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142133189-
CMYK0.250.3000.26
HSL249.64º29.79%63.14%-
HSV(B)249.64º29.63%74.12%-
XYZ28.7326.251.69-
YUV142.07154.48127.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=30.60%
G=28.66%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421331890.250.3000.26249.6429.7963.14
Hex8E85BD191E01Afa1e3f
Octal21620527531360323723677
Binary10001110100001011011110111001111100110101111101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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