#837EAD

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

Shades of Deluge #837EAD

Tints of Deluge #837EAD

Color information

#837EAD (or 0x837EAD) is unknown color: approx Deluge. HEX triplet: 83, 7E and AD. RGB value is (131,126,173). Sum of RGB (Red+Green+Blue) = 131+126+173=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #837EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837EAD is #7C8152. Grayscale: #848484. Windows color (decimal): -8159571 or 11370115. OLE color: 11370115.

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

Color convert

RGB131126173-
CMYK0.240.2700.32
HSL246.38º22.27%58.63%-
HSV(B)246.38º27.17%67.84%-
XYZ24.3622.7642.64-
YUV132.85150.66126.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=30.47%
G=29.30%
B=40.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311261730.240.2700.32246.3822.2758.63
Hex837EAD181B020f6163b
Octal20317625530330403662673
Binary10000011111111010101101110001101101000001111011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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