#8875AC

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

Shades of Deluge #8875AC

Tints of Deluge #8875AC

Color information

#8875AC (or 0x8875AC) is unknown color: approx Deluge. HEX triplet: 88, 75 and AC. RGB value is (136,117,172). Sum of RGB (Red+Green+Blue) = 136+117+172=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #8875AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8875AC is #778A53. Grayscale: #808080. Windows color (decimal): -7834196 or 11302280. OLE color: 11302280.

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

Color convert

RGB136117172-
CMYK0.210.3200.33
HSL260.73º24.89%56.67%-
HSV(B)260.73º31.98%67.45%-
XYZ23.9620.9441.81-
YUV128.95152.29133.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=32%
G=27.53%
B=40.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361171720.210.3200.33260.7324.8956.67
Hex8875AC15200211051939
Octal21016525425400414053171
Binary1000100011101011010110010101100000010000110000010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8875AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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