#8780DA

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

Shades of Moody Blue #8780DA

Tints of Moody Blue #8780DA

Color information

#8780DA (or 0x8780DA) is unknown color: approx Moody Blue. HEX triplet: 87, 80 and DA. RGB value is (135,128,218). Sum of RGB (Red+Green+Blue) = 135+128+218=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8780DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780DA is #787F25. Grayscale: #8C8C8C. Windows color (decimal): -7896870 or 14319751. OLE color: 14319751.

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

Color convert

RGB135128218-
CMYK0.380.4100.15
HSL244.67º54.88%67.84%-
HSV(B)244.67º41.28%85.49%-
XYZ30.3725.6569.68-
YUV140.35171.82124.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.07%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=28.07%
G=26.61%
B=45.32%

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
Decimal1351282180.380.4100.15244.6754.8867.84
Hex8780DA26290Ff53744
Octal207200332465101736567104
Binary10000111100000001101101010011010100101111111101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8780DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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