#8E88BF

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

Shades of Moody Blue #8E88BF

Tints of Moody Blue #8E88BF

Color information

#8E88BF (or 0x8E88BF) is unknown color: approx Moody Blue. HEX triplet: 8E, 88 and BF. RGB value is (142,136,191). Sum of RGB (Red+Green+Blue) = 142+136+191=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88BF is #717740. Grayscale: #8F8F8F. Windows color (decimal): -7436097 or 12552334. OLE color: 12552334.

HSL color Cylindrical-coordinate representation of color #8E88BF: hue angle of 246.55º 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 #8E88BF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142136191-
CMYK0.260.2900.25
HSL246.55º30.05%64.12%-
HSV(B)246.55º28.8%74.9%-
XYZ29.3627.1252.98-
YUV144.06154.49126.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.28%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 191 (75% from 255) = 40.72%
R=30.28%
G=29.00%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421361910.260.2900.25246.5530.0564.12
Hex8E88BF1A1D019f71e40
Octal216210277323503136736100
Binary100011101000100010111111110101110101100111110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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