#8D7CCE

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

Shades of Moody Blue #8D7CCE

Tints of Moody Blue #8D7CCE

Color information

#8D7CCE (or 0x8D7CCE) is unknown color: approx Moody Blue. HEX triplet: 8D, 7C and CE. RGB value is (141,124,206). Sum of RGB (Red+Green+Blue) = 141+124+206=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D7CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CCE is #728331. Grayscale: #8A8A8A. Windows color (decimal): -7504690 or 13532301. OLE color: 13532301.

HSL color Cylindrical-coordinate representation of color #8D7CCE: hue angle of 252.44º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7CCE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141124206-
CMYK0.320.4000.19
HSL252.44º45.56%64.71%-
HSV(B)252.44º39.81%80.78%-
XYZ29.3324.5361.58-
YUV138.43166.13129.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 124 (48.83% from 255) = 26.33%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=29.94%
G=26.33%
B=43.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411242060.320.4000.19252.4445.5664.71
Hex8D7CCE2028013fc2e41
Octal215174316405002337456101
Binary10001101111110011001110100000101000010011111111001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,206); }

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

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

 a { background-color: rgb(141,124,206); }

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

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

 span { border-color: rgb(141,124,206); }

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