#8080DE

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

Shades of Moody Blue #8080DE

Tints of Moody Blue #8080DE

Color information

#8080DE (or 0x8080DE) is unknown color: approx Moody Blue. HEX triplet: 80, 80 and DE. RGB value is (128,128,222). Sum of RGB (Red+Green+Blue) = 128+128+222=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #8080DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080DE is #7F7F21. Grayscale: #8A8A8A. Windows color (decimal): -8355618 or 14581888. OLE color: 14581888.

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

Color convert

RGB128128222-
CMYK0.420.4200.13
HSL240º58.75%68.63%-
HSV(B)240º42.34%87.06%-
XYZ29.8125.372.42-
YUV138.72175120.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=26.78%
G=26.78%
B=46.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281282220.420.4200.1324058.7568.63
Hex8080DE2A2A0Df03b45
Octal200200336525201536073105
Binary10000000100000001101111010101010101001101111100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8080DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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