#8470AB

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

Shades of Deluge #8470AB

Tints of Deluge #8470AB

Color information

#8470AB (or 0x8470AB) is unknown color: approx Deluge. HEX triplet: 84, 70 and AB. RGB value is (132,112,171). Sum of RGB (Red+Green+Blue) = 132+112+171=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #8470AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8470AB is #7B8F54. Grayscale: #7C7C7C. Windows color (decimal): -8097621 or 11235460. OLE color: 11235460.

HSL color Cylindrical-coordinate representation of color #8470AB: hue angle of 260.34º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8470AB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132112171-
CMYK0.230.3500.33
HSL260.34º25.99%55.49%-
HSV(B)260.34º34.5%67.06%-
XYZ22.6619.4341.08-
YUV124.71154.13133.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=31.81%
G=26.99%
B=41.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321121710.230.3500.33260.3425.9955.49
Hex8470AB17230211041a37
Octal20416025327430414043267
Binary1000010011100001010101110111100011010000110000010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8470AB; }

 p { color: rgb(132,112,171); }

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

<style>
 a { background-color: #8470AB; }

 a { background-color: rgb(132,112,171); }

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

<style>
 span { border-color: #8470AB; }

 span { border-color: rgb(132,112,171); }

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