#837E9A

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

Shades of Deluge #837E9A

Tints of Deluge #837E9A

Color information

#837E9A (or 0x837E9A) is unknown color: approx Deluge. HEX triplet: 83, 7E and 9A. RGB value is (131,126,154). Sum of RGB (Red+Green+Blue) = 131+126+154=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 154 - color contains mainly: blue. Hex color #837E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E9A is #7C8165. Grayscale: #828282. Windows color (decimal): -8159590 or 10124931. OLE color: 10124931.

HSL color Cylindrical-coordinate representation of color #837E9A: hue angle of 250.71º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #837E9A is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131126154-
CMYK0.150.1800.40
HSL250.71º12.17%54.9%-
HSV(B)250.71º18.18%60.39%-
XYZ22.6522.0833.64-
YUV130.69141.16128.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=31.87%
G=30.66%
B=37.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311261540.150.1800.40250.7112.1754.9
Hex837E9AF12028fbc37
Octal20317623217220503731467
Binary100000111111110100110101111100100101000111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,126,154); }

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

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

 a { background-color: rgb(131,126,154); }

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

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

 span { border-color: rgb(131,126,154); }

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