#8080DA

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

Shades of Moody Blue #8080DA

Tints of Moody Blue #8080DA

Color information

#8080DA (or 0x8080DA) is unknown color: approx Moody Blue. HEX triplet: 80, 80 and DA. RGB value is (128,128,218). Sum of RGB (Red+Green+Blue) = 128+128+218=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #8080DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080DA is #7F7F25. Grayscale: #898989. Windows color (decimal): -8355622 or 14319744. OLE color: 14319744.

HSL color Cylindrical-coordinate representation of color #8080DA: hue angle of 240º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8080DA is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128128218-
CMYK0.410.4100.15
HSL240º54.88%67.84%-
HSV(B)240º41.28%85.49%-
XYZ29.2825.0969.63-
YUV138.26173120.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=27.00%
G=27.00%
B=45.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281282180.410.4100.1524054.8867.84
Hex8080DA29290Ff03744
Octal200200332515101736067104
Binary10000000100000001101101010100110100101111111100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8080DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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