#837CAB

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

Shades of Deluge #837CAB

Tints of Deluge #837CAB

Color information

#837CAB (or 0x837CAB) is unknown color: approx Deluge. HEX triplet: 83, 7C and AB. RGB value is (131,124,171). Sum of RGB (Red+Green+Blue) = 131+124+171=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #837CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CAB is #7C8354. Grayscale: #838383. Windows color (decimal): -8160085 or 11238531. OLE color: 11238531.

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

Color convert

RGB131124171-
CMYK0.230.2700.33
HSL248.94º21.86%57.84%-
HSV(B)248.94º27.49%67.06%-
XYZ23.9222.1841.55-
YUV131.45150.32127.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=30.75%
G=29.11%
B=40.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311241710.230.2700.33248.9421.8657.84
Hex837CAB171B021f9163a
Octal20317425327330413712672
Binary10000011111110010101011101111101101000011111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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