#83759D

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

Shades of Deluge #83759D

Tints of Deluge #83759D

Color information

#83759D (or 0x83759D) is unknown color: approx Deluge. HEX triplet: 83, 75 and 9D. RGB value is (131,117,157). Sum of RGB (Red+Green+Blue) = 131+117+157=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #83759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83759D is #7C8A62. Grayscale: #7D7D7D. Windows color (decimal): -8161891 or 10319235. OLE color: 10319235.

HSL color Cylindrical-coordinate representation of color #83759D: hue angle of 261º 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 #83759D is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131117157-
CMYK0.170.2500.38
HSL261º16.95%53.73%-
HSV(B)261º25.48%61.57%-
XYZ21.8119.9834.61-
YUV125.75145.64131.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=32.35%
G=28.89%
B=38.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311171570.170.2500.3826116.9553.73
Hex83759D11190261051136
Octal20316523521310464052166
Binary100000111110101100111011000111001010011010000010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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