#8080DF

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

Shades of Moody Blue #8080DF

Tints of Moody Blue #8080DF

Color information

#8080DF (or 0x8080DF) is unknown color: approx Moody Blue. HEX triplet: 80, 80 and DF. RGB value is (128,128,223). Sum of RGB (Red+Green+Blue) = 128+128+223=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #8080DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080DF is #7F7F20. Grayscale: #8A8A8A. Windows color (decimal): -8355617 or 14647424. OLE color: 14647424.

HSL color Cylindrical-coordinate representation of color #8080DF: hue angle of 240º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8080DF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128128223-
CMYK0.430.4300.13
HSL240º59.75%68.82%-
HSV(B)240º42.6%87.45%-
XYZ29.9425.3673.13-
YUV138.83175.5120.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 223 (87.5% from 255) = 46.56%
R=26.72%
G=26.72%
B=46.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281282230.430.4300.1324059.7568.82
Hex8080DF2B2B0Df03c45
Octal200200337535301536074105
Binary10000000100000001101111110101110101101101111100001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8080DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8080DF; }

 p { color: rgb(128,128,223); }

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

<style>
 a { background-color: #8080DF; }

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

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

<style>
 span { border-color: #8080DF; }

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

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