#86769D

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

Shades of Deluge #86769D

Tints of Deluge #86769D

Color information

#86769D (or 0x86769D) is unknown color: approx Deluge. HEX triplet: 86, 76 and 9D. RGB value is (134,118,157). Sum of RGB (Red+Green+Blue) = 134+118+157=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #86769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86769D is #798962. Grayscale: #7F7F7F. Windows color (decimal): -7965027 or 10319494. OLE color: 10319494.

HSL color Cylindrical-coordinate representation of color #86769D: hue angle of 264.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86769D is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134118157-
CMYK0.150.2500.38
HSL264.62º16.6%53.92%-
HSV(B)264.62º24.84%61.57%-
XYZ22.420.4634.67-
YUV127.23144.8132.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=32.76%
G=28.85%
B=38.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341181570.150.2500.38264.6216.653.92
Hex86769DF190261091136
Octal20616623517310464112166
Binary10000110111011010011101111111001010011010000100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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