#837CAE

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

Shades of Deluge #837CAE

Tints of Deluge #837CAE

Color information

#837CAE (or 0x837CAE) is unknown color: approx Deluge. HEX triplet: 83, 7C and AE. RGB value is (131,124,174). Sum of RGB (Red+Green+Blue) = 131+124+174=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #837CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CAE is #7C8351. Grayscale: #838383. Windows color (decimal): -8160082 or 11435139. OLE color: 11435139.

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

Color convert

RGB131124174-
CMYK0.250.2900.32
HSL248.4º23.58%58.43%-
HSV(B)248.4º28.74%68.24%-
XYZ24.2122.343.07-
YUV131.79151.82127.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=30.54%
G=28.90%
B=40.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311241740.250.2900.32248.423.5858.43
Hex837CAE191D020f8183a
Octal20317425631350403703072
Binary10000011111110010101110110011110101000001111100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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