#837FAD

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

Shades of Deluge #837FAD

Tints of Deluge #837FAD

Color information

#837FAD (or 0x837FAD) is unknown color: approx Deluge. HEX triplet: 83, 7F and AD. RGB value is (131,127,173). Sum of RGB (Red+Green+Blue) = 131+127+173=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #837FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FAD is #7C8052. Grayscale: #858585. Windows color (decimal): -8159315 or 11370371. OLE color: 11370371.

HSL color Cylindrical-coordinate representation of color #837FAD: hue angle of 245.22º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #837FAD is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131127173-
CMYK0.240.2700.32
HSL245.22º21.9%58.82%-
HSV(B)245.22º26.59%67.84%-
XYZ24.4923.0242.69-
YUV133.44150.33126.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=30.39%
G=29.47%
B=40.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311271730.240.2700.32245.2221.958.82
Hex837FAD181B020f5163b
Octal20317725530330403652673
Binary10000011111111110101101110001101101000001111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,127,173); }

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

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

 a { background-color: rgb(131,127,173); }

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

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

 span { border-color: rgb(131,127,173); }

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