#86789B

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

Shades of Deluge #86789B

Tints of Deluge #86789B

Color information

#86789B (or 0x86789B) is unknown color: approx Deluge. HEX triplet: 86, 78 and 9B. RGB value is (134,120,155). Sum of RGB (Red+Green+Blue) = 134+120+155=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #86789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86789B is #798764. Grayscale: #808080. Windows color (decimal): -7964517 or 10188934. OLE color: 10188934.

HSL color Cylindrical-coordinate representation of color #86789B: hue angle of 264º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86789B is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134120155-
CMYK0.140.2300.39
HSL264º14.89%53.92%-
HSV(B)264º22.58%60.78%-
XYZ22.4620.8733.85-
YUV128.18143.14132.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=32.76%
G=29.34%
B=37.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341201550.140.2300.3926414.8953.92
Hex86789BE17027108f36
Octal20617023316270474101766
Binary1000011011110001001101111101011101001111000010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86789B; }

 p { color: rgb(134,120,155); }

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

<style>
 a { background-color: #86789B; }

 a { background-color: rgb(134,120,155); }

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

<style>
 span { border-color: #86789B; }

 span { border-color: rgb(134,120,155); }

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