#837CAA

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

Shades of Deluge #837CAA

Tints of Deluge #837CAA

Color information

#837CAA (or 0x837CAA) is unknown color: approx Deluge. HEX triplet: 83, 7C and AA. RGB value is (131,124,170). Sum of RGB (Red+Green+Blue) = 131+124+170=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #837CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CAA is #7C8355. Grayscale: #838383. Windows color (decimal): -8160086 or 11172995. OLE color: 11172995.

HSL color Cylindrical-coordinate representation of color #837CAA: hue angle of 249.13º degrees, saturation: 0.21, 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 #837CAA is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131124170-
CMYK0.230.2700.33
HSL249.13º21.3%57.65%-
HSV(B)249.13º27.06%66.67%-
XYZ23.8222.1441.05-
YUV131.34149.82127.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 170 (66.80% from 255) = 40%
R=30.82%
G=29.18%
B=40%

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
Decimal1311241700.230.2700.33249.1321.357.65
Hex837CAA171B021f9153a
Octal20317425227330413712572
Binary10000011111110010101010101111101101000011111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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