#8469AA

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

Shades of Deluge #8469AA

Tints of Deluge #8469AA

Color information

#8469AA (or 0x8469AA) is unknown color: approx Deluge. HEX triplet: 84, 69 and AA. RGB value is (132,105,170). Sum of RGB (Red+Green+Blue) = 132+105+170=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #8469AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8469AA is #7B9655. Grayscale: #787878. Windows color (decimal): -8099414 or 11168132. OLE color: 11168132.

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

Color convert

RGB132105170-
CMYK0.220.3800.33
HSL264.92º27.66%53.92%-
HSV(B)264.92º38.24%66.67%-
XYZ21.8217.9140.34-
YUV120.48155.95136.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=32.43%
G=25.80%
B=41.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321051700.220.3800.33264.9227.6653.92
Hex8469AA16260211091c36
Octal20415125226460414113466
Binary1000010011010011010101010110100110010000110000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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