#8780A4

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

Shades of Deluge #8780A4

Tints of Deluge #8780A4

Color information

#8780A4 (or 0x8780A4) is unknown color: approx Deluge. HEX triplet: 87, 80 and A4. RGB value is (135,128,164). Sum of RGB (Red+Green+Blue) = 135+128+164=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 164 - color contains mainly: blue. Hex color #8780A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8780A4 is #787F5B. Grayscale: #868686. Windows color (decimal): -7896924 or 10780807. OLE color: 10780807.

HSL color Cylindrical-coordinate representation of color #8780A4: hue angle of 251.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8780A4 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB135128164-
CMYK0.180.2200.36
HSL251.67º16.51%57.25%-
HSV(B)251.67º21.95%64.31%-
XYZ24.4123.2738.33-
YUV134.2144.82128.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 164 (64.45% from 255) = 38.41%
R=31.62%
G=29.98%
B=38.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351281640.180.2200.36251.6716.5157.25
Hex8780A41216024fc1139
Octal20720024422260443742171
Binary100001111000000010100100100101011001001001111110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8780A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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