#83729C

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

Shades of Deluge #83729C

Tints of Deluge #83729C

Color information

#83729C (or 0x83729C) is unknown color: approx Deluge. HEX triplet: 83, 72 and 9C. RGB value is (131,114,156). Sum of RGB (Red+Green+Blue) = 131+114+156=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #83729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83729C is #7C8D63. Grayscale: #7B7B7B. Windows color (decimal): -8162660 or 10252931. OLE color: 10252931.

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

Color convert

RGB131114156-
CMYK0.160.2700.39
HSL264.29º17.5%52.94%-
HSV(B)264.29º26.92%61.18%-
XYZ21.3819.2634.04-
YUV123.87146.13133.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=32.67%
G=28.43%
B=38.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311141560.160.2700.39264.2917.552.94
Hex83729C101B0271081235
Octal20316223420330474102265
Binary100000111110010100111001000011011010011110000100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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