#8D7DC5

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

Shades of Moody Blue #8D7DC5

Tints of Moody Blue #8D7DC5

Color information

#8D7DC5 (or 0x8D7DC5) is unknown color: approx Moody Blue. HEX triplet: 8D, 7D and C5. RGB value is (141,125,197). Sum of RGB (Red+Green+Blue) = 141+125+197=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #8D7DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DC5 is #72823A. Grayscale: #898989. Windows color (decimal): -7504443 or 12942733. OLE color: 12942733.

HSL color Cylindrical-coordinate representation of color #8D7DC5: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D7DC5 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB141125197-
CMYK0.280.3700.23
HSL253.33º38.3%63.14%-
HSV(B)253.33º36.55%77.25%-
XYZ28.424.3656.03-
YUV137.99161.3130.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.45%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 197 (77.34% from 255) = 42.55%
R=30.45%
G=27.00%
B=42.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411251970.280.3700.23253.3338.363.14
Hex8D7DC51C25017fd263f
Octal21517530534450273754677
Binary100011011111101110001011110010010101011111111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,125,197); }

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

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

 a { background-color: rgb(141,125,197); }

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

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

 span { border-color: rgb(141,125,197); }

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