#8E88CB

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

Shades of Moody Blue #8E88CB

Tints of Moody Blue #8E88CB

Color information

#8E88CB (or 0x8E88CB) is unknown color: approx Moody Blue. HEX triplet: 8E, 88 and CB. RGB value is (142,136,203). Sum of RGB (Red+Green+Blue) = 142+136+203=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88CB is #717734. Grayscale: #919191. Windows color (decimal): -7436085 or 13338766. OLE color: 13338766.

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

Color convert

RGB142136203-
CMYK0.300.3300.20
HSL245.37º39.18%66.47%-
HSV(B)245.37º33%79.61%-
XYZ30.7427.6760.22-
YUV145.43160.49125.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=29.52%
G=28.27%
B=42.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421362030.300.3300.20245.3739.1866.47
Hex8E88CB1E21014f52742
Octal216210313364102436547102
Binary10001110100010001100101111110100001010100111101011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,203); }

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

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

 a { background-color: rgb(142,136,203); }

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

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

 span { border-color: rgb(142,136,203); }

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