#8768AB

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

Shades of Deluge #8768AB

Tints of Deluge #8768AB

Color information

#8768AB (or 0x8768AB) is unknown color: approx Deluge. HEX triplet: 87, 68 and AB. RGB value is (135,104,171). Sum of RGB (Red+Green+Blue) = 135+104+171=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #8768AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8768AB is #789754. Grayscale: #787878. Windows color (decimal): -7903061 or 11233415. OLE color: 11233415.

HSL color Cylindrical-coordinate representation of color #8768AB: hue angle of 267.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8768AB is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135104171-
CMYK0.210.3900.33
HSL267.76º28.51%53.92%-
HSV(B)267.76º39.18%67.06%-
XYZ22.2917.9940.83-
YUV120.91156.27138.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=32.93%
G=25.37%
B=41.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351041710.210.3900.33267.7628.5153.92
Hex8768AB152702110c1d36
Octal20715025325470414143566
Binary1000011111010001010101110101100111010000110000110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8768AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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