#8D89C0

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

Shades of Moody Blue #8D89C0

Tints of Moody Blue #8D89C0

Color information

#8D89C0 (or 0x8D89C0) is unknown color: approx Moody Blue. HEX triplet: 8D, 89 and C0. RGB value is (141,137,192). Sum of RGB (Red+Green+Blue) = 141+137+192=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D89C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89C0 is #72763F. Grayscale: #909090. Windows color (decimal): -7501376 or 12618125. OLE color: 12618125.

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

Color convert

RGB141137192-
CMYK0.270.2900.25
HSL244.36º30.39%64.51%-
HSV(B)244.36º28.65%75.29%-
XYZ29.4427.3653.6-
YUV144.47154.83125.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=30%
G=29.15%
B=40.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411371920.270.2900.25244.3630.3964.51
Hex8D89C01B1D019f41e41
Octal215211300333503136436101
Binary100011011000100111000000110111110101100111110100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D89C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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