#8460AB

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

Shades of Deluge #8460AB

Tints of Deluge #8460AB

Color information

#8460AB (or 0x8460AB) is unknown color: approx Deluge. HEX triplet: 84, 60 and AB. RGB value is (132,96,171). Sum of RGB (Red+Green+Blue) = 132+96+171=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8460AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8460AB is #7B9F54. Grayscale: #737373. Windows color (decimal): -8101717 or 11231364. OLE color: 11231364.

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

Color convert

RGB13296171-
CMYK0.230.4400.33
HSL268.8º30.86%52.35%-
HSV(B)268.8º43.86%67.06%-
XYZ21.0516.2140.55-
YUV115.31159.43139.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=33.08%
G=24.06%
B=42.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132961710.230.4400.33268.830.8652.35
Hex8460AB172C02110d1f34
Octal20414025327540414153764
Binary1000010011000001010101110111101100010000110000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8460AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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