#8767AB

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

Shades of Deluge #8767AB

Tints of Deluge #8767AB

Color information

#8767AB (or 0x8767AB) is unknown color: approx Deluge. HEX triplet: 87, 67 and AB. RGB value is (135,103,171). Sum of RGB (Red+Green+Blue) = 135+103+171=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #8767AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8767AB is #789854. Grayscale: #787878. Windows color (decimal): -7903317 or 11233159. OLE color: 11233159.

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

Color convert

RGB135103171-
CMYK0.210.4000.33
HSL268.24º28.81%53.73%-
HSV(B)268.24º39.77%67.06%-
XYZ22.1917.7940.79-
YUV120.32156.6138.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=33.01%
G=25.18%
B=41.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351031710.210.4000.33268.2428.8153.73
Hex8767AB152802110c1d36
Octal20714725325500414143566
Binary1000011111001111010101110101101000010000110000110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8767AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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