#8676AD

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

Shades of Deluge #8676AD

Tints of Deluge #8676AD

Color information

#8676AD (or 0x8676AD) is unknown color: approx Deluge. HEX triplet: 86, 76 and AD. RGB value is (134,118,173). Sum of RGB (Red+Green+Blue) = 134+118+173=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #8676AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8676AD is #798952. Grayscale: #808080. Windows color (decimal): -7965011 or 11368070. OLE color: 11368070.

HSL color Cylindrical-coordinate representation of color #8676AD: hue angle of 257.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8676AD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134118173-
CMYK0.230.3200.32
HSL257.45º25.11%57.06%-
HSV(B)257.45º31.79%67.84%-
XYZ23.8521.0442.34-
YUV129.05152.8131.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=31.53%
G=27.76%
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.32
SystemRedGreenBlueCMYKHSL
Decimal1341181730.230.3200.32257.4525.1157.06
Hex8676AD17200201011939
Octal20616625527400404013171
Binary1000011011101101010110110111100000010000010000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8676AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8676AD; }

 p { color: rgb(134,118,173); }

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

<style>
 a { background-color: #8676AD; }

 a { background-color: rgb(134,118,173); }

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

<style>
 span { border-color: #8676AD; }

 span { border-color: rgb(134,118,173); }

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