#8769AA

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

Shades of Deluge #8769AA

Tints of Deluge #8769AA

Color information

#8769AA (or 0x8769AA) is unknown color: approx Deluge. HEX triplet: 87, 69 and AA. RGB value is (135,105,170). Sum of RGB (Red+Green+Blue) = 135+105+170=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #8769AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8769AA is #789655. Grayscale: #797979. Windows color (decimal): -7902806 or 11168135. OLE color: 11168135.

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

Color convert

RGB135105170-
CMYK0.210.3800.33
HSL267.69º27.66%53.92%-
HSV(B)267.69º38.24%66.67%-
XYZ22.318.1640.36-
YUV121.38155.44137.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=32.93%
G=25.61%
B=41.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351051700.210.3800.33267.6927.6653.92
Hex8769AA152602110c1c36
Octal20715125225460414143466
Binary1000011111010011010101010101100110010000110000110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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