#8979BA

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

Shades of Moody Blue #8979BA

Tints of Moody Blue #8979BA

Color information

#8979BA (or 0x8979BA) is unknown color: approx Moody Blue. HEX triplet: 89, 79 and BA. RGB value is (137,121,186). Sum of RGB (Red+Green+Blue) = 137+121+186=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #8979BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979BA is #768645. Grayscale: #848484. Windows color (decimal): -7767622 or 12220809. OLE color: 12220809.

HSL color Cylindrical-coordinate representation of color #8979BA: hue angle of 254.77º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8979BA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137121186-
CMYK0.260.3500.27
HSL254.77º32.02%60.2%-
HSV(B)254.77º34.95%72.94%-
XYZ26.0222.5449.43-
YUV133.19157.8130.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.86%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=30.86%
G=27.25%
B=41.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371211860.260.3500.27254.7732.0260.2
Hex8979BA1A2301Bff203c
Octal21117127232430333774074
Binary100010011111001101110101101010001101101111111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8979BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8979BA; }

 p { color: rgb(137,121,186); }

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

<style>
 a { background-color: #8979BA; }

 a { background-color: rgb(137,121,186); }

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

<style>
 span { border-color: #8979BA; }

 span { border-color: rgb(137,121,186); }

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