#837FAE

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

Shades of Deluge #837FAE

Tints of Deluge #837FAE

Color information

#837FAE (or 0x837FAE) is unknown color: approx Deluge. HEX triplet: 83, 7F and AE. RGB value is (131,127,174). Sum of RGB (Red+Green+Blue) = 131+127+174=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #837FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FAE is #7C8051. Grayscale: #858585. Windows color (decimal): -8159314 or 11435907. OLE color: 11435907.

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

Color convert

RGB131127174-
CMYK0.250.2700.32
HSL245.11º22.49%59.02%-
HSV(B)245.11º27.01%68.24%-
XYZ24.5923.0643.2-
YUV133.55150.83126.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=30.32%
G=29.40%
B=40.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311271740.250.2700.32245.1122.4959.02
Hex837FAE191B020f5163b
Octal20317725631330403652673
Binary10000011111111110101110110011101101000001111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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