#837B9E

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

Shades of Deluge #837B9E

Tints of Deluge #837B9E

Color information

#837B9E (or 0x837B9E) is unknown color: approx Deluge. HEX triplet: 83, 7B and 9E. RGB value is (131,123,158). Sum of RGB (Red+Green+Blue) = 131+123+158=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #837B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B9E is #7C8461. Grayscale: #818181. Windows color (decimal): -8160354 or 10386307. OLE color: 10386307.

HSL color Cylindrical-coordinate representation of color #837B9E: hue angle of 253.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #837B9E is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131123158-
CMYK0.170.2200.38
HSL253.71º15.28%55.1%-
HSV(B)253.71º22.15%61.96%-
XYZ22.6121.4635.3-
YUV129.38144.15129.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=31.80%
G=29.85%
B=38.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311231580.170.2200.38253.7115.2855.1
Hex837B9E1116026fef37
Octal20317323621260463761767
Binary1000001111110111001111010001101100100110111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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