#8769AB

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

Shades of Deluge #8769AB

Tints of Deluge #8769AB

Color information

#8769AB (or 0x8769AB) is unknown color: approx Deluge. HEX triplet: 87, 69 and AB. RGB value is (135,105,171). Sum of RGB (Red+Green+Blue) = 135+105+171=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #8769AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8769AB is #789654. Grayscale: #797979. Windows color (decimal): -7902805 or 11233671. OLE color: 11233671.

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

Color convert

RGB135105171-
CMYK0.210.3900.33
HSL267.27º28.21%54.12%-
HSV(B)267.27º38.6%67.06%-
XYZ22.3918.1940.86-
YUV121.49155.94137.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=32.85%
G=25.55%
B=41.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351051710.210.3900.33267.2728.2154.12
Hex8769AB152702110b1c36
Octal20715125325470414133466
Binary1000011111010011010101110101100111010000110000101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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