#8978BE

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

Shades of Moody Blue #8978BE

Tints of Moody Blue #8978BE

Color information

#8978BE (or 0x8978BE) is unknown color: approx Moody Blue. HEX triplet: 89, 78 and BE. RGB value is (137,120,190). Sum of RGB (Red+Green+Blue) = 137+120+190=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #8978BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978BE is #768741. Grayscale: #848484. Windows color (decimal): -7767874 or 12482697. OLE color: 12482697.

HSL color Cylindrical-coordinate representation of color #8978BE: hue angle of 254.57º degrees, saturation: 0.35, 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 #8978BE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137120190-
CMYK0.280.3700.25
HSL254.57º35%60.78%-
HSV(B)254.57º36.84%74.51%-
XYZ26.3322.4751.66-
YUV133.06160.13130.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.65%
GREEN value IS 120 (47.27% from 255) = 26.85%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=30.65%
G=26.85%
B=42.51%

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
Decimal1371201900.280.3700.25254.573560.78
Hex8978BE1C25019ff233d
Octal21117027634450313774375
Binary100010011111000101111101110010010101100111111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8978BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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