#8979BC

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

Shades of Moody Blue #8979BC

Tints of Moody Blue #8979BC

Color information

#8979BC (or 0x8979BC) is unknown color: approx Moody Blue. HEX triplet: 89, 79 and BC. RGB value is (137,121,188). Sum of RGB (Red+Green+Blue) = 137+121+188=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #8979BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979BC is #768643. Grayscale: #858585. Windows color (decimal): -7767620 or 12351881. OLE color: 12351881.

HSL color Cylindrical-coordinate representation of color #8979BC: hue angle of 254.33º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8979BC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137121188-
CMYK0.270.3600.26
HSL254.33º33.33%60.59%-
HSV(B)254.33º35.64%73.73%-
XYZ26.2322.6250.56-
YUV133.42158.8130.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=30.72%
G=27.13%
B=42.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371211880.270.3600.26254.3333.3360.59
Hex8979BC1B2401Afe213d
Octal21117127433440323764175
Binary100010011111001101111001101110010001101011111110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8979BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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