#837BAA

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

Shades of Deluge #837BAA

Tints of Deluge #837BAA

Color information

#837BAA (or 0x837BAA) is unknown color: approx Deluge. HEX triplet: 83, 7B and AA. RGB value is (131,123,170). Sum of RGB (Red+Green+Blue) = 131+123+170=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #837BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837BAA is #7C8455. Grayscale: #828282. Windows color (decimal): -8160342 or 11172739. OLE color: 11172739.

HSL color Cylindrical-coordinate representation of color #837BAA: hue angle of 250.21º 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 #837BAA is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131123170-
CMYK0.230.2800.33
HSL250.21º21.66%57.45%-
HSV(B)250.21º27.65%66.67%-
XYZ23.721.8941.01-
YUV130.75150.15128.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=30.90%
G=29.01%
B=40.09%

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
Decimal1311231700.230.2800.33250.2121.6657.45
Hex837BAA171C021fa1639
Octal20317325227340413722671
Binary10000011111101110101010101111110001000011111101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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