#86719E

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

Shades of Deluge #86719E

Tints of Deluge #86719E

Color information

#86719E (or 0x86719E) is unknown color: approx Deluge. HEX triplet: 86, 71 and 9E. RGB value is (134,113,158). Sum of RGB (Red+Green+Blue) = 134+113+158=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #86719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86719E is #798E61. Grayscale: #7C7C7C. Windows color (decimal): -7966306 or 10383750. OLE color: 10383750.

HSL color Cylindrical-coordinate representation of color #86719E: hue angle of 268º degrees, saturation: 0.19, 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 #86719E is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134113158-
CMYK0.150.2800.38
HSL268º18.83%53.14%-
HSV(B)268º28.48%61.96%-
XYZ21.9119.3534.93-
YUV124.41146.96134.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=33.09%
G=27.90%
B=39.01%

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
Decimal1341131580.150.2800.3826818.8353.14
Hex86719EF1C02610c1335
Octal20616123617340464142365
Binary10000110111000110011110111111100010011010000110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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