#837EAB

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

Shades of Deluge #837EAB

Tints of Deluge #837EAB

Color information

#837EAB (or 0x837EAB) is unknown color: approx Deluge. HEX triplet: 83, 7E and AB. RGB value is (131,126,171). Sum of RGB (Red+Green+Blue) = 131+126+171=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #837EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837EAB is #7C8154. Grayscale: #848484. Windows color (decimal): -8159573 or 11239043. OLE color: 11239043.

HSL color Cylindrical-coordinate representation of color #837EAB: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #837EAB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131126171-
CMYK0.230.2600.33
HSL246.67º21.13%58.24%-
HSV(B)246.67º26.32%67.06%-
XYZ24.1722.6941.63-
YUV132.62149.66126.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=30.61%
G=29.44%
B=39.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311261710.230.2600.33246.6721.1358.24
Hex837EAB171A021f7153a
Octal20317625327320413672572
Binary10000011111111010101011101111101001000011111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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