#8977CC

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

Shades of Moody Blue #8977CC

Tints of Moody Blue #8977CC

Color information

#8977CC (or 0x8977CC) is unknown color: approx Moody Blue. HEX triplet: 89, 77 and CC. RGB value is (137,119,204). Sum of RGB (Red+Green+Blue) = 137+119+204=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #8977CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977CC is #768833. Grayscale: #858585. Windows color (decimal): -7768116 or 13399945. OLE color: 13399945.

HSL color Cylindrical-coordinate representation of color #8977CC: hue angle of 252.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8977CC is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB137119204-
CMYK0.330.4200.2
HSL252.71º45.45%63.33%-
HSV(B)252.71º41.67%80%-
XYZ27.8122.8760.08-
YUV134.07167.46130.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.78%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=29.78%
G=25.87%
B=44.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371192040.330.4200.2252.7145.4563.33
Hex8977CC212A014fd2d3f
Octal21116731441520243755577
Binary1000100111101111100110010000110101001010011111101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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