#8D7DD5

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

Shades of Moody Blue #8D7DD5

Tints of Moody Blue #8D7DD5

Color information

#8D7DD5 (or 0x8D7DD5) is unknown color: approx Moody Blue. HEX triplet: 8D, 7D and D5. RGB value is (141,125,213). Sum of RGB (Red+Green+Blue) = 141+125+213=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D7DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DD5 is #72822A. Grayscale: #8B8B8B. Windows color (decimal): -7504427 or 13991309. OLE color: 13991309.

HSL color Cylindrical-coordinate representation of color #8D7DD5: hue angle of 250.91º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D7DD5 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141125213-
CMYK0.340.4100.16
HSL250.91º51.16%66.27%-
HSV(B)250.91º41.31%83.53%-
XYZ30.3325.1366.2-
YUV139.82169.3128.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=29.44%
G=26.10%
B=44.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1411252130.340.4100.16250.9151.1666.27
Hex8D7DD52229010fb3342
Octal215175325425102037363102
Binary10001101111110111010101100010101001010000111110111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,125,213); }

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

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

 a { background-color: rgb(141,125,213); }

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

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

 span { border-color: rgb(141,125,213); }

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