#8675AC

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

Shades of Deluge #8675AC

Tints of Deluge #8675AC

Color information

#8675AC (or 0x8675AC) is unknown color: approx Deluge. HEX triplet: 86, 75 and AC. RGB value is (134,117,172). Sum of RGB (Red+Green+Blue) = 134+117+172=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #8675AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8675AC is #798A53. Grayscale: #808080. Windows color (decimal): -7965268 or 11302278. OLE color: 11302278.

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

Color convert

RGB134117172-
CMYK0.220.3200.33
HSL258.55º24.89%56.67%-
HSV(B)258.55º31.98%67.45%-
XYZ23.6420.7741.79-
YUV128.35152.63132.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=31.68%
G=27.66%
B=40.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341171720.220.3200.33258.5524.8956.67
Hex8675AC16200211031939
Octal20616525426400414033171
Binary1000011011101011010110010110100000010000110000001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8675AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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