#86799F

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

Shades of Deluge #86799F

Tints of Deluge #86799F

Color information

#86799F (or 0x86799F) is unknown color: approx Deluge. HEX triplet: 86, 79 and 9F. RGB value is (134,121,159). Sum of RGB (Red+Green+Blue) = 134+121+159=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #86799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86799F is #798660. Grayscale: #818181. Windows color (decimal): -7964257 or 10451334. OLE color: 10451334.

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

Color convert

RGB134121159-
CMYK0.160.2400.38
HSL260.53º16.52%54.9%-
HSV(B)260.53º23.9%62.35%-
XYZ22.9321.2535.69-
YUV129.22144.81131.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=32.37%
G=29.23%
B=38.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341211590.160.2400.38260.5316.5254.9
Hex86799F10180261051137
Octal20617123720300464052167
Binary100001101111001100111111000011000010011010000010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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