#86779B

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

Shades of Deluge #86779B

Tints of Deluge #86779B

Color information

#86779B (or 0x86779B) is unknown color: approx Deluge. HEX triplet: 86, 77 and 9B. RGB value is (134,119,155). Sum of RGB (Red+Green+Blue) = 134+119+155=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #86779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86779B is #798864. Grayscale: #7F7F7F. Windows color (decimal): -7964773 or 10188678. OLE color: 10188678.

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

Color convert

RGB134119155-
CMYK0.140.2300.39
HSL265º15.25%53.73%-
HSV(B)265º23.23%60.78%-
XYZ22.3420.6333.81-
YUV127.59143.47132.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=32.84%
G=29.17%
B=37.99%

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
Decimal1341191550.140.2300.3926515.2553.73
Hex86779BE17027109f36
Octal20616723316270474111766
Binary1000011011101111001101111101011101001111000010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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