#8D7DC3

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

Shades of Moody Blue #8D7DC3

Tints of Moody Blue #8D7DC3

Color information

#8D7DC3 (or 0x8D7DC3) is unknown color: approx Moody Blue. HEX triplet: 8D, 7D and C3. RGB value is (141,125,195). Sum of RGB (Red+Green+Blue) = 141+125+195=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #8D7DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DC3 is #72823C. Grayscale: #898989. Windows color (decimal): -7504445 or 12811661. OLE color: 12811661.

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

Color convert

RGB141125195-
CMYK0.280.3600.24
HSL253.71º36.84%62.75%-
HSV(B)253.71º35.9%76.47%-
XYZ28.1724.2754.83-
YUV137.76160.3130.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 195 (76.56% from 255) = 42.30%
R=30.59%
G=27.11%
B=42.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411251950.280.3600.24253.7136.8462.75
Hex8D7DC31C24018fe253f
Octal21517530334440303764577
Binary100011011111101110000111110010010001100011111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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