#8874A2

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

Shades of Deluge #8874A2

Tints of Deluge #8874A2

Color information

#8874A2 (or 0x8874A2) is unknown color: approx Deluge. HEX triplet: 88, 74 and A2. RGB value is (136,116,162). Sum of RGB (Red+Green+Blue) = 136+116+162=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 162 - color contains mainly: blue. Hex color #8874A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8874A2 is #778B5D. Grayscale: #7F7F7F. Windows color (decimal): -7834462 or 10646664. OLE color: 10646664.

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

Color convert

RGB136116162-
CMYK0.160.2800.36
HSL266.09º19.83%54.51%-
HSV(B)266.09º28.4%63.53%-
XYZ22.9220.3336.9-
YUV127.22147.63134.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 162 (63.67% from 255) = 39.13%
R=32.85%
G=28.02%
B=39.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361161620.160.2800.36266.0919.8354.51
Hex8874A2101C02410a1437
Octal21016424220340444122467
Binary100010001110100101000101000011100010010010000101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8874A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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