#837AAA

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

Shades of Deluge #837AAA

Tints of Deluge #837AAA

Color information

#837AAA (or 0x837AAA) is unknown color: approx Deluge. HEX triplet: 83, 7A and AA. RGB value is (131,122,170). Sum of RGB (Red+Green+Blue) = 131+122+170=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #837AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837AAA is #7C8555. Grayscale: #818181. Windows color (decimal): -8160598 or 11172483. OLE color: 11172483.

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

Color convert

RGB131122170-
CMYK0.230.2800.33
HSL251.25º22.02%57.25%-
HSV(B)251.25º28.24%66.67%-
XYZ23.5821.6540.97-
YUV130.16150.48128.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=30.97%
G=28.84%
B=40.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311221700.230.2800.33251.2522.0257.25
Hex837AAA171C021fb1639
Octal20317225227340413732671
Binary10000011111101010101010101111110001000011111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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