#83749E

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

Shades of Deluge #83749E

Tints of Deluge #83749E

Color information

#83749E (or 0x83749E) is unknown color: approx Deluge. HEX triplet: 83, 74 and 9E. RGB value is (131,116,158). Sum of RGB (Red+Green+Blue) = 131+116+158=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #83749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83749E is #7C8B61. Grayscale: #7D7D7D. Windows color (decimal): -8162146 or 10384515. OLE color: 10384515.

HSL color Cylindrical-coordinate representation of color #83749E: hue angle of 261.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83749E is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131116158-
CMYK0.170.2700.38
HSL261.43º17.8%53.73%-
HSV(B)261.43º26.58%61.96%-
XYZ21.7819.7835.02-
YUV125.27146.47132.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=32.35%
G=28.64%
B=39.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311161580.170.2700.38261.4317.853.73
Hex83749E111B0261051236
Octal20316423621330464052266
Binary100000111110100100111101000111011010011010000010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83749E; }

 p { color: rgb(131,116,158); }

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

<style>
 a { background-color: #83749E; }

 a { background-color: rgb(131,116,158); }

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

<style>
 span { border-color: #83749E; }

 span { border-color: rgb(131,116,158); }

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