#837CAF

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

Shades of Deluge #837CAF

Tints of Deluge #837CAF

Color information

#837CAF (or 0x837CAF) is unknown color: approx Deluge. HEX triplet: 83, 7C and AF. RGB value is (131,124,175). Sum of RGB (Red+Green+Blue) = 131+124+175=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #837CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CAF is #7C8350. Grayscale: #838383. Windows color (decimal): -8160081 or 11500675. OLE color: 11500675.

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

Color convert

RGB131124175-
CMYK0.250.2900.31
HSL248.24º24.17%58.63%-
HSV(B)248.24º29.14%68.63%-
XYZ24.3122.3443.59-
YUV131.91152.32127.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=30.47%
G=28.84%
B=40.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311241750.250.2900.31248.2424.1758.63
Hex837CAF191D01Ff8183b
Octal20317425731350373703073
Binary1000001111111001010111111001111010111111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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