#8780D9

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

Shades of Moody Blue #8780D9

Tints of Moody Blue #8780D9

Color information

#8780D9 (or 0x8780D9) is unknown color: approx Moody Blue. HEX triplet: 87, 80 and D9. RGB value is (135,128,217). Sum of RGB (Red+Green+Blue) = 135+128+217=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #8780D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780D9 is #787F26. Grayscale: #8B8B8B. Windows color (decimal): -7896871 or 14254215. OLE color: 14254215.

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

Color convert

RGB135128217-
CMYK0.380.4100.15
HSL244.72º53.94%67.65%-
HSV(B)244.72º41.01%85.1%-
XYZ30.2425.668.99-
YUV140.24171.32124.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 217 (85.16% from 255) = 45.21%
R=28.12%
G=26.67%
B=45.21%

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
Decimal1351282170.380.4100.15244.7253.9467.65
Hex8780D926290Ff53644
Octal207200331465101736566104
Binary10000111100000001101100110011010100101111111101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8780D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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