#8776AB

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

Shades of Deluge #8776AB

Tints of Deluge #8776AB

Color information

#8776AB (or 0x8776AB) is unknown color: approx Deluge. HEX triplet: 87, 76 and AB. RGB value is (135,118,171). Sum of RGB (Red+Green+Blue) = 135+118+171=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #8776AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8776AB is #788954. Grayscale: #808080. Windows color (decimal): -7899477 or 11236999. OLE color: 11236999.

HSL color Cylindrical-coordinate representation of color #8776AB: hue angle of 259.25º 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 #8776AB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135118171-
CMYK0.210.3100.33
HSL259.25º23.98%56.67%-
HSV(B)259.25º30.99%67.06%-
XYZ23.8221.0541.34-
YUV129.12151.63132.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=31.84%
G=27.83%
B=40.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351181710.210.3100.33259.2523.9856.67
Hex8776AB151F0211031839
Octal20716625325370414033071
Binary100001111110110101010111010111111010000110000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8776AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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