#837EA6

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

Shades of Deluge #837EA6

Tints of Deluge #837EA6

Color information

#837EA6 (or 0x837EA6) is unknown color: approx Deluge. HEX triplet: 83, 7E and A6. RGB value is (131,126,166). Sum of RGB (Red+Green+Blue) = 131+126+166=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #837EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837EA6 is #7C8159. Grayscale: #838383. Windows color (decimal): -8159578 or 10911363. OLE color: 10911363.

HSL color Cylindrical-coordinate representation of color #837EA6: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #837EA6 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB131126166-
CMYK0.210.2400.35
HSL247.5º18.35%57.25%-
HSV(B)247.5º24.1%65.1%-
XYZ23.722.539.17-
YUV132.05147.16127.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=30.97%
G=29.79%
B=39.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311261660.210.2400.35247.518.3557.25
Hex837EA61518023f81239
Octal20317624625300433702271
Binary10000011111111010100110101011100001000111111100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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