#86779A

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

Shades of Deluge #86779A

Tints of Deluge #86779A

Color information

#86779A (or 0x86779A) is unknown color: approx Deluge. HEX triplet: 86, 77 and 9A. RGB value is (134,119,154). Sum of RGB (Red+Green+Blue) = 134+119+154=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #86779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86779A is #798865. Grayscale: #7F7F7F. Windows color (decimal): -7964774 or 10123142. OLE color: 10123142.

HSL color Cylindrical-coordinate representation of color #86779A: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86779A is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB134119154-
CMYK0.130.2300.40
HSL265.71º14.77%53.53%-
HSV(B)265.71º22.73%60.39%-
XYZ22.2620.633.37-
YUV127.47142.97132.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=32.92%
G=29.24%
B=37.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341191540.130.2300.40265.7114.7753.53
Hex86779AD1702810af36
Octal20616723215270504121766
Binary1000011011101111001101011011011101010001000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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