#8976D1

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

Shades of Moody Blue #8976D1

Tints of Moody Blue #8976D1

Color information

#8976D1 (or 0x8976D1) is unknown color: approx Moody Blue. HEX triplet: 89, 76 and D1. RGB value is (137,118,209). Sum of RGB (Red+Green+Blue) = 137+118+209=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #8976D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976D1 is #76892E. Grayscale: #858585. Windows color (decimal): -7768367 or 13727369. OLE color: 13727369.

HSL color Cylindrical-coordinate representation of color #8976D1: hue angle of 252.53º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8976D1 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137118209-
CMYK0.340.4400.18
HSL252.53º49.73%64.12%-
HSV(B)252.53º43.54%81.96%-
XYZ28.322.8863.25-
YUV134.05170.29130.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.53%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=29.53%
G=25.43%
B=45.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371182090.340.4400.18252.5349.7364.12
Hex8976D1222C012fd3240
Octal211166321425402237562100
Binary10001001111011011010001100010101100010010111111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8976D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8976D1; }

 p { color: rgb(137,118,209); }

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

<style>
 a { background-color: #8976D1; }

 a { background-color: rgb(137,118,209); }

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

<style>
 span { border-color: #8976D1; }

 span { border-color: rgb(137,118,209); }

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