#8980DC

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

Shades of Moody Blue #8980DC

Tints of Moody Blue #8980DC

Color information

#8980DC (or 0x8980DC) is unknown color: approx Moody Blue. HEX triplet: 89, 80 and DC. RGB value is (137,128,220). Sum of RGB (Red+Green+Blue) = 137+128+220=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8980DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980DC is #767F23. Grayscale: #8C8C8C. Windows color (decimal): -7765796 or 14450825. OLE color: 14450825.

HSL color Cylindrical-coordinate representation of color #8980DC: hue angle of 245.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8980DC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137128220-
CMYK0.380.4200.14
HSL245.87º56.79%68.24%-
HSV(B)245.87º41.82%86.27%-
XYZ30.9525.9271.08-
YUV141.18172.48125.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=28.25%
G=26.39%
B=45.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371282200.380.4200.14245.8756.7968.24
Hex8980DC262A0Ef63944
Octal211200334465201636671104
Binary10001001100000001101110010011010101001110111101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8980DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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