#837DAA

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

Shades of Deluge #837DAA

Tints of Deluge #837DAA

Color information

#837DAA (or 0x837DAA) is unknown color: approx Deluge. HEX triplet: 83, 7D and AA. RGB value is (131,125,170). Sum of RGB (Red+Green+Blue) = 131+125+170=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #837DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837DAA is #7C8255. Grayscale: #838383. Windows color (decimal): -8159830 or 11173251. OLE color: 11173251.

HSL color Cylindrical-coordinate representation of color #837DAA: hue angle of 248º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #837DAA is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131125170-
CMYK0.230.2600.33
HSL248º20.93%57.84%-
HSV(B)248º26.47%66.67%-
XYZ23.9522.3941.09-
YUV131.92149.49127.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=30.75%
G=29.34%
B=39.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311251700.230.2600.3324820.9357.84
Hex837DAA171A021f8153a
Octal20317525227320413702572
Binary10000011111110110101010101111101001000011111100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,125,170); }

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

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

 a { background-color: rgb(131,125,170); }

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

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

 span { border-color: rgb(131,125,170); }

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