#8873A2

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

Shades of Deluge #8873A2

Tints of Deluge #8873A2

Color information

#8873A2 (or 0x8873A2) is unknown color: approx Deluge. HEX triplet: 88, 73 and A2. RGB value is (136,115,162). Sum of RGB (Red+Green+Blue) = 136+115+162=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 162 - color contains mainly: blue. Hex color #8873A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8873A2 is #778C5D. Grayscale: #7E7E7E. Windows color (decimal): -7834718 or 10646408. OLE color: 10646408.

HSL color Cylindrical-coordinate representation of color #8873A2: hue angle of 266.81º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8873A2 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB136115162-
CMYK0.160.2900.36
HSL266.81º20.17%54.31%-
HSV(B)266.81º29.01%63.53%-
XYZ22.8120.136.86-
YUV126.64147.96134.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.93%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 162 (63.67% from 255) = 39.23%
R=32.93%
G=27.85%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361151620.160.2900.36266.8120.1754.31
Hex8873A2101D02410b1436
Octal21016324220350444132466
Binary100010001110011101000101000011101010010010000101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8873A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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