#86769B

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

Shades of Deluge #86769B

Tints of Deluge #86769B

Color information

#86769B (or 0x86769B) is unknown color: approx Deluge. HEX triplet: 86, 76 and 9B. RGB value is (134,118,155). Sum of RGB (Red+Green+Blue) = 134+118+155=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #86769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86769B is #798964. Grayscale: #7E7E7E. Windows color (decimal): -7965029 or 10188422. OLE color: 10188422.

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

Color convert

RGB134118155-
CMYK0.140.2400.39
HSL265.95º15.61%53.53%-
HSV(B)265.95º23.87%60.78%-
XYZ22.2320.3933.77-
YUV127143.8132.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=32.92%
G=28.99%
B=38.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341181550.140.2400.39265.9515.6153.53
Hex86769BE1802710a1036
Octal20616623316300474122066
Binary10000110111011010011011111011000010011110000101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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