#8080E0

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

Shades of Moody Blue #8080E0

Tints of Moody Blue #8080E0

Color information

#8080E0 (or 0x8080E0) is unknown color: approx Moody Blue. HEX triplet: 80, 80 and E0. RGB value is (128,128,224). Sum of RGB (Red+Green+Blue) = 128+128+224=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #8080E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080E0 is #7F7F1F. Grayscale: #8A8A8A. Windows color (decimal): -8355616 or 14712960. OLE color: 14712960.

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

Color convert

RGB128128224-
CMYK0.430.4300.12
HSL240º60.76%69.02%-
HSV(B)240º42.86%87.84%-
XYZ30.0825.4173.84-
YUV138.94176120.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 224 (87.89% from 255) = 46.67%
R=26.67%
G=26.67%
B=46.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281282240.430.4300.1224060.7669.02
Hex8080E02B2B0Cf03d45
Octal200200340535301436075105
Binary10000000100000001110000010101110101101100111100001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8080E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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