#8E88CA

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

Shades of Moody Blue #8E88CA

Tints of Moody Blue #8E88CA

Color information

#8E88CA (or 0x8E88CA) is unknown color: approx Moody Blue. HEX triplet: 8E, 88 and CA. RGB value is (142,136,202). Sum of RGB (Red+Green+Blue) = 142+136+202=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E88CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88CA is #717735. Grayscale: #919191. Windows color (decimal): -7436086 or 13273230. OLE color: 13273230.

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

Color convert

RGB142136202-
CMYK0.300.3300.21
HSL245.45º38.37%66.27%-
HSV(B)245.45º32.67%79.22%-
XYZ30.6227.6259.6-
YUV145.32159.99125.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=29.58%
G=28.33%
B=42.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421362020.300.3300.21245.4538.3766.27
Hex8E88CA1E21015f52642
Octal216210312364102536546102
Binary10001110100010001100101011110100001010101111101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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