#8767AC

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

Shades of Deluge #8767AC

Tints of Deluge #8767AC

Color information

#8767AC (or 0x8767AC) is unknown color: approx Deluge. HEX triplet: 87, 67 and AC. RGB value is (135,103,172). Sum of RGB (Red+Green+Blue) = 135+103+172=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #8767AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8767AC is #789853. Grayscale: #787878. Windows color (decimal): -7903316 or 11298695. OLE color: 11298695.

HSL color Cylindrical-coordinate representation of color #8767AC: hue angle of 267.83º 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 #8767AC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135103172-
CMYK0.220.4000.33
HSL267.83º29.36%53.92%-
HSV(B)267.83º40.12%67.45%-
XYZ22.2917.8341.3-
YUV120.43157.1138.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=32.93%
G=25.12%
B=41.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351031720.220.4000.33267.8329.3653.92
Hex8767AC162802110c1d36
Octal20714725426500414143566
Binary1000011111001111010110010110101000010000110000110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8767AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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