#86819D

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

Shades of Deluge #86819D

Tints of Deluge #86819D

Color information

#86819D (or 0x86819D) is unknown color: approx Deluge. HEX triplet: 86, 81 and 9D. RGB value is (134,129,157). Sum of RGB (Red+Green+Blue) = 134+129+157=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #86819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86819D is #797E62. Grayscale: #858585. Windows color (decimal): -7962211 or 10322310. OLE color: 10322310.

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

Color convert

RGB134129157-
CMYK0.150.1800.38
HSL250.71º12.5%56.08%-
HSV(B)250.71º17.83%61.57%-
XYZ23.7723.235.12-
YUV133.69141.16128.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=31.90%
G=30.71%
B=37.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341291570.150.1800.38250.7112.556.08
Hex86819DF12026fbc38
Octal20620123517220463731470
Binary1000011010000001100111011111100100100110111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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