#8D89C4

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

Shades of Moody Blue #8D89C4

Tints of Moody Blue #8D89C4

Color information

#8D89C4 (or 0x8D89C4) is unknown color: approx Moody Blue. HEX triplet: 8D, 89 and C4. RGB value is (141,137,196). Sum of RGB (Red+Green+Blue) = 141+137+196=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D89C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89C4 is #72763B. Grayscale: #909090. Windows color (decimal): -7501372 or 12880269. OLE color: 12880269.

HSL color Cylindrical-coordinate representation of color #8D89C4: hue angle of 244.07º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D89C4 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB141137196-
CMYK0.280.3000.23
HSL244.07º33.33%65.29%-
HSV(B)244.07º30.1%76.86%-
XYZ29.8927.5455.96-
YUV144.92156.83125.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 137 (53.91% from 255) = 28.90%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=29.75%
G=28.90%
B=41.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411371960.280.3000.23244.0733.3365.29
Hex8D89C41C1E017f42141
Octal215211304343602736441101
Binary1000110110001001110001001110011110010111111101001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D89C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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