#8469AE

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

Shades of Deluge #8469AE

Tints of Deluge #8469AE

Color information

#8469AE (or 0x8469AE) is unknown color: approx Deluge. HEX triplet: 84, 69 and AE. RGB value is (132,105,174). Sum of RGB (Red+Green+Blue) = 132+105+174=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #8469AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8469AE is #7B9651. Grayscale: #787878. Windows color (decimal): -8099410 or 11430276. OLE color: 11430276.

HSL color Cylindrical-coordinate representation of color #8469AE: hue angle of 263.48º 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 #8469AE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132105174-
CMYK0.240.4000.32
HSL263.48º29.87%54.71%-
HSV(B)263.48º39.66%68.24%-
XYZ22.2118.0642.36-
YUV120.94157.95135.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=32.12%
G=25.55%
B=42.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321051740.240.4000.32263.4829.8754.71
Hex8469AE18280201071e37
Octal20415125630500404073667
Binary1000010011010011010111011000101000010000010000011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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