#8475AB

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

Shades of Deluge #8475AB

Tints of Deluge #8475AB

Color information

#8475AB (or 0x8475AB) is unknown color: approx Deluge. HEX triplet: 84, 75 and AB. RGB value is (132,117,171). Sum of RGB (Red+Green+Blue) = 132+117+171=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #8475AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8475AB is #7B8A54. Grayscale: #7F7F7F. Windows color (decimal): -8096341 or 11236740. OLE color: 11236740.

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

Color convert

RGB132117171-
CMYK0.230.3200.33
HSL256.67º24.32%56.47%-
HSV(B)256.67º31.58%67.06%-
XYZ23.2320.5741.27-
YUV127.64152.47131.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=31.43%
G=27.86%
B=40.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321171710.230.3200.33256.6724.3256.47
Hex8475AB17200211011838
Octal20416525327400414013070
Binary1000010011101011010101110111100000010000110000000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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