#8677AC

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

Shades of Deluge #8677AC

Tints of Deluge #8677AC

Color information

#8677AC (or 0x8677AC) is unknown color: approx Deluge. HEX triplet: 86, 77 and AC. RGB value is (134,119,172). Sum of RGB (Red+Green+Blue) = 134+119+172=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #8677AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8677AC is #798853. Grayscale: #818181. Windows color (decimal): -7964756 or 11302790. OLE color: 11302790.

HSL color Cylindrical-coordinate representation of color #8677AC: hue angle of 256.98º degrees, saturation: 0.24, 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 #8677AC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134119172-
CMYK0.220.3100.33
HSL256.98º24.2%57.06%-
HSV(B)256.98º30.81%67.45%-
XYZ23.8721.2441.87-
YUV129.53151.97131.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=31.53%
G=28%
B=40.47%

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
Decimal1341191720.220.3100.33256.9824.257.06
Hex8677AC161F0211011839
Octal20616725426370414013071
Binary100001101110111101011001011011111010000110000000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8677AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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