#837DAC

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

Shades of Deluge #837DAC

Tints of Deluge #837DAC

Color information

#837DAC (or 0x837DAC) is unknown color: approx Deluge. HEX triplet: 83, 7D and AC. RGB value is (131,125,172). Sum of RGB (Red+Green+Blue) = 131+125+172=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #837DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837DAC is #7C8253. Grayscale: #838383. Windows color (decimal): -8159828 or 11304323. OLE color: 11304323.

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

Color convert

RGB131125172-
CMYK0.240.2700.33
HSL247.66º22.07%58.24%-
HSV(B)247.66º27.33%67.45%-
XYZ24.1422.4742.09-
YUV132.15150.49127.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=30.61%
G=29.21%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311251720.240.2700.33247.6622.0758.24
Hex837DAC181B021f8163a
Octal20317525430330413702672
Binary10000011111110110101100110001101101000011111100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,125,172); }

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

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

 a { background-color: rgb(131,125,172); }

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

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

 span { border-color: rgb(131,125,172); }

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