#83709C

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

Shades of Deluge #83709C

Tints of Deluge #83709C

Color information

#83709C (or 0x83709C) is unknown color: approx Deluge. HEX triplet: 83, 70 and 9C. RGB value is (131,112,156). Sum of RGB (Red+Green+Blue) = 131+112+156=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #83709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83709C is #7C8F63. Grayscale: #7A7A7A. Windows color (decimal): -8163172 or 10252419. OLE color: 10252419.

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

Color convert

RGB131112156-
CMYK0.160.2800.39
HSL265.91º18.18%52.55%-
HSV(B)265.91º28.21%61.18%-
XYZ21.1518.8133.97-
YUV122.7146.79133.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=32.83%
G=28.07%
B=39.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311121560.160.2800.39265.9118.1852.55
Hex83709C101C02710a1235
Octal20316023420340474122265
Binary100000111110000100111001000011100010011110000101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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