#837FA9

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

Shades of Deluge #837FA9

Tints of Deluge #837FA9

Color information

#837FA9 (or 0x837FA9) is unknown color: approx Deluge. HEX triplet: 83, 7F and A9. RGB value is (131,127,169). Sum of RGB (Red+Green+Blue) = 131+127+169=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 169 - color contains mainly: blue. Hex color #837FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FA9 is #7C8056. Grayscale: #848484. Windows color (decimal): -8159319 or 11108227. OLE color: 11108227.

HSL color Cylindrical-coordinate representation of color #837FA9: hue angle of 245.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #837FA9 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB131127169-
CMYK0.220.2500.34
HSL245.71º19.63%58.04%-
HSV(B)245.71º24.85%66.27%-
XYZ24.1122.8740.68-
YUV132.98148.33126.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.68%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=30.68%
G=29.74%
B=39.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311271690.220.2500.34245.7119.6358.04
Hex837FA91619022f6143a
Octal20317725126310423662472
Binary10000011111111110101001101101100101000101111011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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