#8C7DC5

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

Shades of Moody Blue #8C7DC5

Tints of Moody Blue #8C7DC5

Color information

#8C7DC5 (or 0x8C7DC5) is unknown color: approx Moody Blue. HEX triplet: 8C, 7D and C5. RGB value is (140,125,197). Sum of RGB (Red+Green+Blue) = 140+125+197=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #8C7DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DC5 is #73823A. Grayscale: #898989. Windows color (decimal): -7569979 or 12942732. OLE color: 12942732.

HSL color Cylindrical-coordinate representation of color #8C7DC5: hue angle of 252.5º 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 #8C7DC5 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB140125197-
CMYK0.290.3700.23
HSL252.5º38.3%63.14%-
HSV(B)252.5º36.55%77.25%-
XYZ28.2324.2756.02-
YUV137.69161.47129.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 197 (77.34% from 255) = 42.64%
R=30.30%
G=27.06%
B=42.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401251970.290.3700.23252.538.363.14
Hex8C7DC51D25017fc263f
Octal21417530535450273744677
Binary100011001111101110001011110110010101011111111100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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