#837BA0

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

Shades of Deluge #837BA0

Tints of Deluge #837BA0

Color information

#837BA0 (or 0x837BA0) is unknown color: approx Deluge. HEX triplet: 83, 7B and A0. RGB value is (131,123,160). Sum of RGB (Red+Green+Blue) = 131+123+160=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 160 - color contains mainly: blue. Hex color #837BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837BA0 is #7C845F. Grayscale: #818181. Windows color (decimal): -8160352 or 10517379. OLE color: 10517379.

HSL color Cylindrical-coordinate representation of color #837BA0: hue angle of 252.97º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #837BA0 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB131123160-
CMYK0.180.2300.37
HSL252.97º16.3%55.49%-
HSV(B)252.97º23.13%62.75%-
XYZ22.7921.5336.21-
YUV129.61145.15128.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=31.64%
G=29.71%
B=38.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1311231600.180.2300.37252.9716.355.49
Hex837BA01217025fd1037
Octal20317324022270453752067
Binary10000011111101110100000100101011101001011111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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