#8977CA

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

Shades of Moody Blue #8977CA

Tints of Moody Blue #8977CA

Color information

#8977CA (or 0x8977CA) is unknown color: approx Moody Blue. HEX triplet: 89, 77 and CA. RGB value is (137,119,202). Sum of RGB (Red+Green+Blue) = 137+119+202=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #8977CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977CA is #768835. Grayscale: #858585. Windows color (decimal): -7768118 or 13268873. OLE color: 13268873.

HSL color Cylindrical-coordinate representation of color #8977CA: hue angle of 253.01º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8977CA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137119202-
CMYK0.320.4100.21
HSL253.01º43.92%62.94%-
HSV(B)253.01º41.09%79.22%-
XYZ27.5722.7858.82-
YUV133.84166.46130.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=29.91%
G=25.98%
B=44.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371192020.320.4100.21253.0143.9262.94
Hex8977CA2029015fd2c3f
Octal21116731240510253755477
Binary1000100111101111100101010000010100101010111111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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