#83689D

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

Shades of Deluge #83689D

Tints of Deluge #83689D

Color information

#83689D (or 0x83689D) is unknown color: approx Deluge. HEX triplet: 83, 68 and 9D. RGB value is (131,104,157). Sum of RGB (Red+Green+Blue) = 131+104+157=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #83689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83689D is #7C9762. Grayscale: #757575. Windows color (decimal): -8165219 or 10315907. OLE color: 10315907.

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

Color convert

RGB131104157-
CMYK0.170.3400.38
HSL270.57º21.29%51.18%-
HSV(B)270.57º33.76%61.57%-
XYZ20.417.1634.14-
YUV118.11149.95137.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=33.42%
G=26.53%
B=40.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311041570.170.3400.38270.5721.2951.18
Hex83689D112202610f1533
Octal20315023521420464172563
Binary1000001111010001001110110001100010010011010000111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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