#83759B

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

Shades of Deluge #83759B

Tints of Deluge #83759B

Color information

#83759B (or 0x83759B) is unknown color: approx Deluge. HEX triplet: 83, 75 and 9B. RGB value is (131,117,155). Sum of RGB (Red+Green+Blue) = 131+117+155=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #83759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83759B is #7C8A64. Grayscale: #7D7D7D. Windows color (decimal): -8161893 or 10188163. OLE color: 10188163.

HSL color Cylindrical-coordinate representation of color #83759B: hue angle of 262.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83759B is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131117155-
CMYK0.150.2500.39
HSL262.11º15.97%53.33%-
HSV(B)262.11º24.52%60.78%-
XYZ21.6419.9133.71-
YUV125.52144.64131.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=32.51%
G=29.03%
B=38.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311171550.150.2500.39262.1115.9753.33
Hex83759BF190271061035
Octal20316523317310474062065
Binary10000011111010110011011111111001010011110000011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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