#837CAD

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

Shades of Deluge #837CAD

Tints of Deluge #837CAD

Color information

#837CAD (or 0x837CAD) is unknown color: approx Deluge. HEX triplet: 83, 7C and AD. RGB value is (131,124,173). Sum of RGB (Red+Green+Blue) = 131+124+173=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #837CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CAD is #7C8352. Grayscale: #838383. Windows color (decimal): -8160083 or 11369603. OLE color: 11369603.

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

Color convert

RGB131124173-
CMYK0.240.2800.32
HSL248.57º23%58.24%-
HSV(B)248.57º28.32%67.84%-
XYZ24.1122.2642.56-
YUV131.68151.32127.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=30.61%
G=28.97%
B=40.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311241730.240.2800.32248.572358.24
Hex837CAD181C020f9173a
Octal20317425530340403712772
Binary10000011111110010101101110001110001000001111100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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