#83689C

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

Shades of Deluge #83689C

Tints of Deluge #83689C

Color information

#83689C (or 0x83689C) is unknown color: approx Deluge. HEX triplet: 83, 68 and 9C. RGB value is (131,104,156). Sum of RGB (Red+Green+Blue) = 131+104+156=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #83689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83689C is #7C9763. Grayscale: #757575. Windows color (decimal): -8165220 or 10250371. OLE color: 10250371.

HSL color Cylindrical-coordinate representation of color #83689C: hue angle of 271.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83689C is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131104156-
CMYK0.160.3300.39
HSL271.15º20.8%50.98%-
HSV(B)271.15º33.33%61.18%-
XYZ20.3117.1333.69-
YUV118149.45137.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=33.50%
G=26.60%
B=39.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311041560.160.3300.39271.1520.850.98
Hex83689C102102710f1533
Octal20315023420410474172563
Binary1000001111010001001110010000100001010011110000111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83689C; }

 p { color: rgb(131,104,156); }

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

<style>
 a { background-color: #83689C; }

 a { background-color: rgb(131,104,156); }

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

<style>
 span { border-color: #83689C; }

 span { border-color: rgb(131,104,156); }

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