#86759A

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

Shades of Deluge #86759A

Tints of Deluge #86759A

Color information

#86759A (or 0x86759A) is unknown color: approx Deluge. HEX triplet: 86, 75 and 9A. RGB value is (134,117,154). Sum of RGB (Red+Green+Blue) = 134+117+154=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #86759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86759A is #798A65. Grayscale: #7E7E7E. Windows color (decimal): -7965286 or 10122630. OLE color: 10122630.

HSL color Cylindrical-coordinate representation of color #86759A: hue angle of 267.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86759A is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB134117154-
CMYK0.130.2400.40
HSL267.57º15.48%53.14%-
HSV(B)267.57º24.03%60.39%-
XYZ22.0320.1233.3-
YUV126.3143.63133.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=33.09%
G=28.89%
B=38.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341171540.130.2400.40267.5715.4853.14
Hex86759AD1802810cf35
Octal20616523215300504141765
Binary1000011011101011001101011011100001010001000011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86759A; }

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

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

<style>
 a { background-color: #86759A; }

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

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

<style>
 span { border-color: #86759A; }

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

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