#8676AC

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

Shades of Deluge #8676AC

Tints of Deluge #8676AC

Color information

#8676AC (or 0x8676AC) is unknown color: approx Deluge. HEX triplet: 86, 76 and AC. RGB value is (134,118,172). Sum of RGB (Red+Green+Blue) = 134+118+172=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #8676AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8676AC is #798953. Grayscale: #808080. Windows color (decimal): -7965012 or 11302534. OLE color: 11302534.

HSL color Cylindrical-coordinate representation of color #8676AC: hue angle of 257.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8676AC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134118172-
CMYK0.220.3100.33
HSL257.78º24.55%56.86%-
HSV(B)257.78º31.4%67.45%-
XYZ23.762141.83-
YUV128.94152.3131.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=31.60%
G=27.83%
B=40.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341181720.220.3100.33257.7824.5556.86
Hex8676AC161F0211021939
Octal20616625426370414023171
Binary100001101110110101011001011011111010000110000001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8676AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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