#8880DA

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

Shades of Moody Blue #8880DA

Tints of Moody Blue #8880DA

Color information

#8880DA (or 0x8880DA) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and DA. RGB value is (136,128,218). Sum of RGB (Red+Green+Blue) = 136+128+218=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #8880DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880DA is #777F25. Grayscale: #8C8C8C. Windows color (decimal): -7831334 or 14319752. OLE color: 14319752.

HSL color Cylindrical-coordinate representation of color #8880DA: hue angle of 245.33º 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 #8880DA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136128218-
CMYK0.380.4100.15
HSL245.33º54.88%67.84%-
HSV(B)245.33º41.28%85.49%-
XYZ30.5325.7369.69-
YUV140.65171.65124.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 218 (85.55% from 255) = 45.23%
R=28.22%
G=26.56%
B=45.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361282180.380.4100.15245.3354.8867.84
Hex8880DA26290Ff53744
Octal210200332465101736567104
Binary10001000100000001101101010011010100101111111101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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