#8776AE

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

Shades of Deluge #8776AE

Tints of Deluge #8776AE

Color information

#8776AE (or 0x8776AE) is unknown color: approx Deluge. HEX triplet: 87, 76 and AE. RGB value is (135,118,174). Sum of RGB (Red+Green+Blue) = 135+118+174=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #8776AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8776AE is #788951. Grayscale: #818181. Windows color (decimal): -7899474 or 11433607. OLE color: 11433607.

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

Color convert

RGB135118174-
CMYK0.220.3200.32
HSL258.21º25.69%57.25%-
HSV(B)258.21º32.18%68.24%-
XYZ24.1121.1642.86-
YUV129.47153.13131.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=31.62%
G=27.63%
B=40.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351181740.220.3200.32258.2125.6957.25
Hex8776AE16200201021a39
Octal20716625626400404023271
Binary1000011111101101010111010110100000010000010000001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8776AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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