#8E85BA

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

Shades of Moody Blue #8E85BA

Tints of Moody Blue #8E85BA

Color information

#8E85BA (or 0x8E85BA) is unknown color: approx Moody Blue. HEX triplet: 8E, 85 and BA. RGB value is (142,133,186). Sum of RGB (Red+Green+Blue) = 142+133+186=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85BA is #717A45. Grayscale: #8D8D8D. Windows color (decimal): -7436870 or 12223886. OLE color: 12223886.

HSL color Cylindrical-coordinate representation of color #8E85BA: hue angle of 250.19º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E85BA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142133186-
CMYK0.240.2800.27
HSL250.19º27.75%62.55%-
HSV(B)250.19º28.49%72.94%-
XYZ28.4126.0749.99-
YUV141.73152.98128.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=30.80%
G=28.85%
B=40.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421331860.240.2800.27250.1927.7562.55
Hex8E85BA181C01Bfa1c3f
Octal21620527230340333723477
Binary10001110100001011011101011000111000110111111101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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