#8E88CC

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

Shades of Moody Blue #8E88CC

Tints of Moody Blue #8E88CC

Color information

#8E88CC (or 0x8E88CC) is unknown color: approx Moody Blue. HEX triplet: 8E, 88 and CC. RGB value is (142,136,204). Sum of RGB (Red+Green+Blue) = 142+136+204=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E88CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88CC is #717733. Grayscale: #919191. Windows color (decimal): -7436084 or 13404302. OLE color: 13404302.

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

Color convert

RGB142136204-
CMYK0.300.3300.2
HSL245.29º40%66.67%-
HSV(B)245.29º33.33%80%-
XYZ30.8627.7260.85-
YUV145.55160.99125.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=29.46%
G=28.22%
B=42.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421362040.300.3300.2245.294066.67
Hex8E88CC1E21014f52843
Octal216210314364102436550103
Binary10001110100010001100110011110100001010100111101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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