#8780D2

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

Shades of Moody Blue #8780D2

Tints of Moody Blue #8780D2

Color information

#8780D2 (or 0x8780D2) is unknown color: approx Moody Blue. HEX triplet: 87, 80 and D2. RGB value is (135,128,210). Sum of RGB (Red+Green+Blue) = 135+128+210=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #8780D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780D2 is #787F2D. Grayscale: #8B8B8B. Windows color (decimal): -7896878 or 13795463. OLE color: 13795463.

HSL color Cylindrical-coordinate representation of color #8780D2: hue angle of 245.12º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8780D2 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135128210-
CMYK0.360.3900.18
HSL245.12º47.67%66.27%-
HSV(B)245.12º39.05%82.35%-
XYZ29.3425.2464.3-
YUV139.44167.82124.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.54%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 210 (82.42% from 255) = 44.40%
R=28.54%
G=27.06%
B=44.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351282100.360.3900.18245.1247.6766.27
Hex8780D22427012f53042
Octal207200322444702236560102
Binary100001111000000011010010100100100111010010111101011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8780D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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