#8875AE

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

Shades of Deluge #8875AE

Tints of Deluge #8875AE

Color information

#8875AE (or 0x8875AE) is unknown color: approx Deluge. HEX triplet: 88, 75 and AE. RGB value is (136,117,174). Sum of RGB (Red+Green+Blue) = 136+117+174=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #8875AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8875AE is #778A51. Grayscale: #808080. Windows color (decimal): -7834194 or 11433352. OLE color: 11433352.

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

Color convert

RGB136117174-
CMYK0.220.3300.32
HSL260º26.03%57.06%-
HSV(B)260º32.76%68.24%-
XYZ24.1521.0142.83-
YUV129.18153.29132.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=31.85%
G=27.40%
B=40.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361171740.220.3300.3226026.0357.06
Hex8875AE16210201041a39
Octal21016525626410404043271
Binary1000100011101011010111010110100001010000010000010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8875AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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