#8978BF

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

Shades of Moody Blue #8978BF

Tints of Moody Blue #8978BF

Color information

#8978BF (or 0x8978BF) is unknown color: approx Moody Blue. HEX triplet: 89, 78 and BF. RGB value is (137,120,191). Sum of RGB (Red+Green+Blue) = 137+120+191=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #8978BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978BF is #768740. Grayscale: #848484. Windows color (decimal): -7767873 or 12548233. OLE color: 12548233.

HSL color Cylindrical-coordinate representation of color #8978BF: hue angle of 254.37º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8978BF is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137120191-
CMYK0.280.3700.25
HSL254.37º35.68%60.98%-
HSV(B)254.37º37.17%74.9%-
XYZ26.4422.5152.24-
YUV133.18160.63130.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.58%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 191 (75% from 255) = 42.63%
R=30.58%
G=26.79%
B=42.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371201910.280.3700.25254.3735.6860.98
Hex8978BF1C25019fe243d
Octal21117027734450313764475
Binary100010011111000101111111110010010101100111111110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8978BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8978BF; }

 p { color: rgb(137,120,191); }

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

<style>
 a { background-color: #8978BF; }

 a { background-color: rgb(137,120,191); }

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

<style>
 span { border-color: #8978BF; }

 span { border-color: rgb(137,120,191); }

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