#837A96

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

Shades of Deluge #837A96

Tints of Deluge #837A96

Color information

#837A96 (or 0x837A96) is unknown color: approx Deluge. HEX triplet: 83, 7A and 96. RGB value is (131,122,150). Sum of RGB (Red+Green+Blue) = 131+122+150=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #837A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837A96 is #7C8569. Grayscale: #7F7F7F. Windows color (decimal): -8160618 or 9861763. OLE color: 9861763.

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

Color convert

RGB131122150-
CMYK0.130.1900.41
HSL259.29º11.76%53.33%-
HSV(B)259.29º18.67%58.82%-
XYZ21.8220.9531.75-
YUV127.88140.48130.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=32.51%
G=30.27%
B=37.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311221500.130.1900.41259.2911.7653.33
Hex837A96D13029103c35
Octal20317222615230514031465
Binary1000001111110101001011011011001101010011000000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837A96; }

 p { color: rgb(131,122,150); }

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

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

 a { background-color: rgb(131,122,150); }

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

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

 span { border-color: rgb(131,122,150); }

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