#8D89BF

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

Shades of Moody Blue #8D89BF

Tints of Moody Blue #8D89BF

Color information

#8D89BF (or 0x8D89BF) is unknown color: approx Moody Blue. HEX triplet: 8D, 89 and BF. RGB value is (141,137,191). Sum of RGB (Red+Green+Blue) = 141+137+191=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 137 (53.91% from 255 or 29.21% 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 #8D89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89BF is #727640. Grayscale: #909090. Windows color (decimal): -7501377 or 12552589. OLE color: 12552589.

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

Color convert

RGB141137191-
CMYK0.260.2800.25
HSL244.44º29.67%64.31%-
HSV(B)244.44º28.27%74.9%-
XYZ29.3327.3253.02-
YUV144.35154.33125.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.06%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 191 (75% from 255) = 40.72%
R=30.06%
G=29.21%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411371910.260.2800.25244.4429.6764.31
Hex8D89BF1A1C019f41e40
Octal215211277323403136436100
Binary100011011000100110111111110101110001100111110100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,191); }

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

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

 a { background-color: rgb(141,137,191); }

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

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

 span { border-color: rgb(141,137,191); }

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