#837997

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

Shades of Deluge #837997

Tints of Deluge #837997

Color information

#837997 (or 0x837997) is unknown color: approx Deluge. HEX triplet: 83, 79 and 97. RGB value is (131,121,151). Sum of RGB (Red+Green+Blue) = 131+121+151=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: blue. Hex color #837997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837997 is #7C8668. Grayscale: #7F7F7F. Windows color (decimal): -8160873 or 9927043. OLE color: 9927043.

HSL color Cylindrical-coordinate representation of color #837997: hue angle of 260º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #837997 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB131121151-
CMYK0.130.2000.41
HSL260º12.61%53.33%-
HSV(B)260º19.87%59.22%-
XYZ21.7820.7332.13-
YUV127.41141.31130.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=32.51%
G=30.02%
B=37.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311211510.130.2000.4126012.6153.33
Hex837997D14029104d35
Octal20317122715240514041565
Binary1000001111110011001011111011010001010011000001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837997; }

 p { color: rgb(131,121,151); }

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

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

 a { background-color: rgb(131,121,151); }

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

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

 span { border-color: rgb(131,121,151); }

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