#8769AE

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

Shades of Deluge #8769AE

Tints of Deluge #8769AE

Color information

#8769AE (or 0x8769AE) is unknown color: approx Deluge. HEX triplet: 87, 69 and AE. RGB value is (135,105,174). Sum of RGB (Red+Green+Blue) = 135+105+174=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #8769AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8769AE is #789651. Grayscale: #797979. Windows color (decimal): -7902802 or 11430279. OLE color: 11430279.

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

Color convert

RGB135105174-
CMYK0.220.4000.32
HSL266.09º29.87%54.71%-
HSV(B)266.09º39.66%68.24%-
XYZ22.6818.3142.38-
YUV121.84157.44137.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.61%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=32.61%
G=25.36%
B=42.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351051740.220.4000.32266.0929.8754.71
Hex8769AE162802010a1e37
Octal20715125626500404123667
Binary1000011111010011010111010110101000010000010000101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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