#8E87BE

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

Shades of Moody Blue #8E87BE

Tints of Moody Blue #8E87BE

Color information

#8E87BE (or 0x8E87BE) is unknown color: approx Moody Blue. HEX triplet: 8E, 87 and BE. RGB value is (142,135,190). Sum of RGB (Red+Green+Blue) = 142+135+190=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E87BE is #717841. Grayscale: #8F8F8F. Windows color (decimal): -7436354 or 12486542. OLE color: 12486542.

HSL color Cylindrical-coordinate representation of color #8E87BE: hue angle of 247.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E87BE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142135190-
CMYK0.250.2900.25
HSL247.64º29.73%63.73%-
HSV(B)247.64º28.95%74.51%-
XYZ29.1126.852.35-
YUV143.36154.32127.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=30.41%
G=28.91%
B=40.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421351900.250.2900.25247.6429.7363.73
Hex8E87BE191D019f81e40
Octal216207276313503137036100
Binary100011101000011110111110110011110101100111111000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,190); }

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

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

 a { background-color: rgb(142,135,190); }

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

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

 span { border-color: rgb(142,135,190); }

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