#837699

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

Shades of Deluge #837699

Tints of Deluge #837699

Color information

#837699 (or 0x837699) is unknown color: approx Deluge. HEX triplet: 83, 76 and 99. RGB value is (131,118,153). Sum of RGB (Red+Green+Blue) = 131+118+153=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #837699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837699 is #7C8966. Grayscale: #7D7D7D. Windows color (decimal): -8161639 or 10057347. OLE color: 10057347.

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

Color convert

RGB131118153-
CMYK0.140.2300.4
HSL262.29º14.64%53.14%-
HSV(B)262.29º22.88%60%-
XYZ21.5920.0832.88-
YUV125.88143.31131.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=32.59%
G=29.35%
B=38.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311181530.140.2300.4262.2914.6453.14
Hex837699E17028106f35
Octal20316623116270504061765
Binary1000001111101101001100111101011101010001000001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837699; }

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

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

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

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

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

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

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

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