#8777AC

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

Shades of Deluge #8777AC

Tints of Deluge #8777AC

Color information

#8777AC (or 0x8777AC) is unknown color: approx Deluge. HEX triplet: 87, 77 and AC. RGB value is (135,119,172). Sum of RGB (Red+Green+Blue) = 135+119+172=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #8777AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8777AC is #788853. Grayscale: #818181. Windows color (decimal): -7899220 or 11302791. OLE color: 11302791.

HSL color Cylindrical-coordinate representation of color #8777AC: hue angle of 258.11º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8777AC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135119172-
CMYK0.220.3100.33
HSL258.11º24.2%57.06%-
HSV(B)258.11º30.81%67.45%-
XYZ24.0321.3241.88-
YUV129.83151.8131.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=31.69%
G=27.93%
B=40.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351191720.220.3100.33258.1124.257.06
Hex8777AC161F0211021839
Octal20716725426370414023071
Binary100001111110111101011001011011111010000110000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8777AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8777AC; }

 p { color: rgb(135,119,172); }

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

<style>
 a { background-color: #8777AC; }

 a { background-color: rgb(135,119,172); }

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

<style>
 span { border-color: #8777AC; }

 span { border-color: rgb(135,119,172); }

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