#8D7DCD

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

Shades of Moody Blue #8D7DCD

Tints of Moody Blue #8D7DCD

Color information

#8D7DCD (or 0x8D7DCD) is unknown color: approx Moody Blue. HEX triplet: 8D, 7D and CD. RGB value is (141,125,205). Sum of RGB (Red+Green+Blue) = 141+125+205=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DCD is #728232. Grayscale: #8A8A8A. Windows color (decimal): -7504435 or 13467021. OLE color: 13467021.

HSL color Cylindrical-coordinate representation of color #8D7DCD: hue angle of 252º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D7DCD is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141125205-
CMYK0.310.3900.20
HSL252º44.44%64.71%-
HSV(B)252º39.02%80.39%-
XYZ29.3424.7460.99-
YUV138.9165.3129.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=29.94%
G=26.54%
B=43.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411252050.310.3900.2025244.4464.71
Hex8D7DCD1F27014fc2c41
Octal215175315374702437454101
Binary1000110111111011100110111111100111010100111111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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