#8469AC

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

Shades of Deluge #8469AC

Tints of Deluge #8469AC

Color information

#8469AC (or 0x8469AC) is unknown color: approx Deluge. HEX triplet: 84, 69 and AC. RGB value is (132,105,172). Sum of RGB (Red+Green+Blue) = 132+105+172=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #8469AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8469AC is #7B9653. Grayscale: #787878. Windows color (decimal): -8099412 or 11299204. OLE color: 11299204.

HSL color Cylindrical-coordinate representation of color #8469AC: hue angle of 264.18º degrees, saturation: 0.29, 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 #8469AC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132105172-
CMYK0.230.3900.33
HSL264.18º28.76%54.31%-
HSV(B)264.18º38.95%67.45%-
XYZ22.0117.9941.34-
YUV120.71156.95136.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=32.27%
G=25.67%
B=42.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321051720.230.3900.33264.1828.7654.31
Hex8469AC17270211081d36
Octal20415125427470414103566
Binary1000010011010011010110010111100111010000110000100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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