#86719F

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

Shades of Deluge #86719F

Tints of Deluge #86719F

Color information

#86719F (or 0x86719F) is unknown color: approx Deluge. HEX triplet: 86, 71 and 9F. RGB value is (134,113,159). Sum of RGB (Red+Green+Blue) = 134+113+159=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #86719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86719F is #798E60. Grayscale: #7C7C7C. Windows color (decimal): -7966305 or 10449286. OLE color: 10449286.

HSL color Cylindrical-coordinate representation of color #86719F: hue angle of 267.39º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86719F is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134113159-
CMYK0.160.2900.38
HSL267.39º19.33%53.33%-
HSV(B)267.39º28.93%62.35%-
XYZ21.9919.3835.38-
YUV124.52147.46134.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=33.00%
G=27.83%
B=39.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341131590.160.2900.38267.3919.3353.33
Hex86719F101D02610b1335
Octal20616123720350464132365
Binary100001101110001100111111000011101010011010000101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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