#8980BE

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

Shades of Moody Blue #8980BE

Tints of Moody Blue #8980BE

Color information

#8980BE (or 0x8980BE) is unknown color: approx Moody Blue. HEX triplet: 89, 80 and BE. RGB value is (137,128,190). Sum of RGB (Red+Green+Blue) = 137+128+190=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #8980BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980BE is #767F41. Grayscale: #898989. Windows color (decimal): -7765826 or 12484745. OLE color: 12484745.

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

Color convert

RGB137128190-
CMYK0.280.3300.25
HSL248.71º32.29%62.35%-
HSV(B)248.71º32.63%74.51%-
XYZ27.3324.4752-
YUV137.76157.48127.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.11%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=30.11%
G=28.13%
B=41.76%

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
Decimal1371281900.280.3300.25248.7132.2962.35
Hex8980BE1C21019f9203e
Octal21120027634410313714076
Binary1000100110000000101111101110010000101100111111001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8980BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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