#8D7CCC

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

Shades of Moody Blue #8D7CCC

Tints of Moody Blue #8D7CCC

Color information

#8D7CCC (or 0x8D7CCC) is unknown color: approx Moody Blue. HEX triplet: 8D, 7C and CC. RGB value is (141,124,204). Sum of RGB (Red+Green+Blue) = 141+124+204=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CCC is #728333. Grayscale: #898989. Windows color (decimal): -7504692 or 13401229. OLE color: 13401229.

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

Color convert

RGB141124204-
CMYK0.310.3900.2
HSL252.75º43.96%64.31%-
HSV(B)252.75º39.22%80%-
XYZ29.0924.4460.31-
YUV138.2165.13130-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.06%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=30.06%
G=26.44%
B=43.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411242040.310.3900.2252.7543.9664.31
Hex8D7CCC1F27014fd2c40
Octal215174314374702437554100
Binary1000110111111001100110011111100111010100111111011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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