#8979BE

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

Shades of Moody Blue #8979BE

Tints of Moody Blue #8979BE

Color information

#8979BE (or 0x8979BE) is unknown color: approx Moody Blue. HEX triplet: 89, 79 and BE. RGB value is (137,121,190). Sum of RGB (Red+Green+Blue) = 137+121+190=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #8979BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979BE is #768641. Grayscale: #858585. Windows color (decimal): -7767618 or 12482953. OLE color: 12482953.

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

Color convert

RGB137121190-
CMYK0.280.3600.25
HSL253.91º34.67%60.98%-
HSV(B)253.91º36.32%74.51%-
XYZ26.4522.7151.7-
YUV133.65159.8130.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.58%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=30.58%
G=27.01%
B=42.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371211900.280.3600.25253.9134.6760.98
Hex8979BE1C24019fe233d
Octal21117127634440313764375
Binary100010011111001101111101110010010001100111111110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8979BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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