#8977D6

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

Shades of Moody Blue #8977D6

Tints of Moody Blue #8977D6

Color information

#8977D6 (or 0x8977D6) is unknown color: approx Moody Blue. HEX triplet: 89, 77 and D6. RGB value is (137,119,214). Sum of RGB (Red+Green+Blue) = 137+119+214=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #8977D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977D6 is #768829. Grayscale: #868686. Windows color (decimal): -7768106 or 14055305. OLE color: 14055305.

HSL color Cylindrical-coordinate representation of color #8977D6: hue angle of 251.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8977D6 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137119214-
CMYK0.360.4400.16
HSL251.37º53.67%65.29%-
HSV(B)251.37º44.39%83.92%-
XYZ29.0523.3766.6-
YUV135.21172.46129.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 214 (83.98% from 255) = 45.53%
R=29.15%
G=25.32%
B=45.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371192140.360.4400.16251.3753.6765.29
Hex8977D6242C010fb3641
Octal211167326445402037366101
Binary10001001111011111010110100100101100010000111110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8977D6; }

 p { color: rgb(137,119,214); }

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

<style>
 a { background-color: #8977D6; }

 a { background-color: rgb(137,119,214); }

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

<style>
 span { border-color: #8977D6; }

 span { border-color: rgb(137,119,214); }

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