#837499

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

Shades of Deluge #837499

Tints of Deluge #837499

Color information

#837499 (or 0x837499) is unknown color: approx Deluge. HEX triplet: 83, 74 and 99. RGB value is (131,116,153). Sum of RGB (Red+Green+Blue) = 131+116+153=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #837499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837499 is #7C8B66. Grayscale: #7C7C7C. Windows color (decimal): -8162151 or 10056835. OLE color: 10056835.

HSL color Cylindrical-coordinate representation of color #837499: hue angle of 264.32º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #837499 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB131116153-
CMYK0.140.2400.4
HSL264.32º15.35%52.75%-
HSV(B)264.32º24.18%60%-
XYZ21.3619.6232.8-
YUV124.7143.97132.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=32.75%
G=29%
B=38.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311161530.140.2400.4264.3215.3552.75
Hex837499E18028108f35
Octal20316423116300504101765
Binary1000001111101001001100111101100001010001000010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837499; }

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

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

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

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

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

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

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

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