#8779AE

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

Shades of Deluge #8779AE

Tints of Deluge #8779AE

Color information

#8779AE (or 0x8779AE) is unknown color: approx Deluge. HEX triplet: 87, 79 and AE. RGB value is (135,121,174). Sum of RGB (Red+Green+Blue) = 135+121+174=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #8779AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8779AE is #788651. Grayscale: #838383. Windows color (decimal): -7898706 or 11434375. OLE color: 11434375.

HSL color Cylindrical-coordinate representation of color #8779AE: hue angle of 255.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8779AE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135121174-
CMYK0.220.3000.32
HSL255.85º24.65%57.84%-
HSV(B)255.85º30.46%68.24%-
XYZ24.4721.8842.98-
YUV131.23152.14130.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=31.40%
G=28.14%
B=40.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351211740.220.3000.32255.8524.6557.84
Hex8779AE161E020100193a
Octal20717125626360404003172
Binary100001111111001101011101011011110010000010000000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8779AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8779AE; }

 p { color: rgb(135,121,174); }

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

<style>
 a { background-color: #8779AE; }

 a { background-color: rgb(135,121,174); }

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

<style>
 span { border-color: #8779AE; }

 span { border-color: rgb(135,121,174); }

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