#86789C

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

Shades of Deluge #86789C

Tints of Deluge #86789C

Color information

#86789C (or 0x86789C) is unknown color: approx Deluge. HEX triplet: 86, 78 and 9C. RGB value is (134,120,156). Sum of RGB (Red+Green+Blue) = 134+120+156=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #86789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86789C is #798763. Grayscale: #808080. Windows color (decimal): -7964516 or 10254470. OLE color: 10254470.

HSL color Cylindrical-coordinate representation of color #86789C: hue angle of 263.33º 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 #86789C is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134120156-
CMYK0.140.2300.39
HSL263.33º15.38%54.12%-
HSV(B)263.33º23.08%61.18%-
XYZ22.5520.934.3-
YUV128.29143.64132.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=32.68%
G=29.27%
B=38.05%

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
Decimal1341201560.140.2300.39263.3315.3854.12
Hex86789CE17027107f36
Octal20617023416270474071766
Binary1000011011110001001110011101011101001111000001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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