#8D89C6

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

Shades of Moody Blue #8D89C6

Tints of Moody Blue #8D89C6

Color information

#8D89C6 (or 0x8D89C6) is unknown color: approx Moody Blue. HEX triplet: 8D, 89 and C6. RGB value is (141,137,198). Sum of RGB (Red+Green+Blue) = 141+137+198=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D89C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89C6 is #727639. Grayscale: #909090. Windows color (decimal): -7501370 or 13011341. OLE color: 13011341.

HSL color Cylindrical-coordinate representation of color #8D89C6: hue angle of 243.93º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D89C6 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB141137198-
CMYK0.290.3100.22
HSL243.93º34.86%65.69%-
HSV(B)243.93º30.81%77.65%-
XYZ30.1227.6357.17-
YUV145.15157.83125.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 198 (77.73% from 255) = 41.60%
R=29.62%
G=28.78%
B=41.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411371980.290.3100.22243.9334.8665.69
Hex8D89C61D1F016f42342
Octal215211306353702636443102
Binary1000110110001001110001101110111111010110111101001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D89C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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