#8980BF

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

Shades of Moody Blue #8980BF

Tints of Moody Blue #8980BF

Color information

#8980BF (or 0x8980BF) is unknown color: approx Moody Blue. HEX triplet: 89, 80 and BF. RGB value is (137,128,191). Sum of RGB (Red+Green+Blue) = 137+128+191=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #8980BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980BF is #767F40. Grayscale: #898989. Windows color (decimal): -7765825 or 12550281. OLE color: 12550281.

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

Color convert

RGB137128191-
CMYK0.280.3300.25
HSL248.57º32.98%62.55%-
HSV(B)248.57º32.98%74.9%-
XYZ27.4424.5252.58-
YUV137.87157.98127.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.04%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 191 (75% from 255) = 41.89%
R=30.04%
G=28.07%
B=41.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371281910.280.3300.25248.5732.9862.55
Hex8980BF1C21019f9213f
Octal21120027734410313714177
Binary1000100110000000101111111110010000101100111111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8980BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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