#8D7FD2

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

Shades of Moody Blue #8D7FD2

Tints of Moody Blue #8D7FD2

Color information

#8D7FD2 (or 0x8D7FD2) is unknown color: approx Moody Blue. HEX triplet: 8D, 7F and D2. RGB value is (141,127,210). Sum of RGB (Red+Green+Blue) = 141+127+210=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #8D7FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7FD2 is #72802D. Grayscale: #8C8C8C. Windows color (decimal): -7503918 or 13795213. OLE color: 13795213.

HSL color Cylindrical-coordinate representation of color #8D7FD2: hue angle of 250.12º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7FD2 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141127210-
CMYK0.330.4000.18
HSL250.12º47.98%66.08%-
HSV(B)250.12º39.52%82.35%-
XYZ30.2125.4964.3-
YUV140.65167.14128.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 210 (82.42% from 255) = 43.93%
R=29.50%
G=26.57%
B=43.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411272100.330.4000.18250.1247.9866.08
Hex8D7FD22128012fa3042
Octal215177322415002237260102
Binary10001101111111111010010100001101000010010111110101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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