#8873AE

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

Shades of Deluge #8873AE

Tints of Deluge #8873AE

Color information

#8873AE (or 0x8873AE) is unknown color: approx Deluge. HEX triplet: 88, 73 and AE. RGB value is (136,115,174). Sum of RGB (Red+Green+Blue) = 136+115+174=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #8873AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8873AE is #778C51. Grayscale: #7F7F7F. Windows color (decimal): -7834706 or 11432840. OLE color: 11432840.

HSL color Cylindrical-coordinate representation of color #8873AE: hue angle of 261.36º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8873AE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136115174-
CMYK0.220.3400.32
HSL261.36º26.7%56.67%-
HSV(B)261.36º33.91%68.24%-
XYZ23.9220.5542.75-
YUV128153.96133.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=32%
G=27.06%
B=40.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361151740.220.3400.32261.3626.756.67
Hex8873AE16220201051b39
Octal21016325626420404053371
Binary1000100011100111010111010110100010010000010000010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8873AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,115,174); }

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

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

 a { background-color: rgb(136,115,174); }

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

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

 span { border-color: rgb(136,115,174); }

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