#8D7FCD

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

Shades of Moody Blue #8D7FCD

Tints of Moody Blue #8D7FCD

Color information

#8D7FCD (or 0x8D7FCD) is unknown color: approx Moody Blue. HEX triplet: 8D, 7F and CD. RGB value is (141,127,205). Sum of RGB (Red+Green+Blue) = 141+127+205=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7FCD is #728032. Grayscale: #8B8B8B. Windows color (decimal): -7503923 or 13467533. OLE color: 13467533.

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

Color convert

RGB141127205-
CMYK0.310.3800.20
HSL250.77º43.82%65.1%-
HSV(B)250.77º38.05%80.39%-
XYZ29.5925.2561.07-
YUV140.08164.64128.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=29.81%
G=26.85%
B=43.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411272050.310.3800.20250.7743.8265.1
Hex8D7FCD1F26014fb2c41
Octal215177315374602437354101
Binary1000110111111111100110111111100110010100111110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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