#8767AE

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

Shades of Deluge #8767AE

Tints of Deluge #8767AE

Color information

#8767AE (or 0x8767AE) is unknown color: approx Deluge. HEX triplet: 87, 67 and AE. RGB value is (135,103,174). Sum of RGB (Red+Green+Blue) = 135+103+174=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #8767AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8767AE is #789851. Grayscale: #787878. Windows color (decimal): -7903314 or 11429767. OLE color: 11429767.

HSL color Cylindrical-coordinate representation of color #8767AE: hue angle of 267.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8767AE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135103174-
CMYK0.220.4100.32
HSL267.04º30.47%54.31%-
HSV(B)267.04º40.8%68.24%-
XYZ22.4817.9142.32-
YUV120.66158.1138.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=32.77%
G=25%
B=42.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351031740.220.4100.32267.0430.4754.31
Hex8767AE162902010b1e36
Octal20714725626510404133666
Binary1000011111001111010111010110101001010000010000101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8767AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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