#86729E

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

Shades of Deluge #86729E

Tints of Deluge #86729E

Color information

#86729E (or 0x86729E) is unknown color: approx Deluge. HEX triplet: 86, 72 and 9E. RGB value is (134,114,158). Sum of RGB (Red+Green+Blue) = 134+114+158=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #86729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86729E is #798D61. Grayscale: #7C7C7C. Windows color (decimal): -7966050 or 10384006. OLE color: 10384006.

HSL color Cylindrical-coordinate representation of color #86729E: hue angle of 267.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86729E is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134114158-
CMYK0.150.2800.38
HSL267.27º18.49%53.33%-
HSV(B)267.27º27.85%61.96%-
XYZ22.0219.5734.96-
YUV125146.63134.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=33.00%
G=28.08%
B=38.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341141580.150.2800.38267.2718.4953.33
Hex86729EF1C02610b1235
Octal20616223617340464132265
Binary10000110111001010011110111111100010011010000101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86729E; }

 p { color: rgb(134,114,158); }

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

<style>
 a { background-color: #86729E; }

 a { background-color: rgb(134,114,158); }

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

<style>
 span { border-color: #86729E; }

 span { border-color: rgb(134,114,158); }

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