#837AB0

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

Shades of Deluge #837AB0

Tints of Deluge #837AB0

Color information

#837AB0 (or 0x837AB0) is unknown color: approx Deluge. HEX triplet: 83, 7A and B0. RGB value is (131,122,176). Sum of RGB (Red+Green+Blue) = 131+122+176=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 176 - color contains mainly: blue. Hex color #837AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837AB0 is #7C854F. Grayscale: #828282. Windows color (decimal): -8160592 or 11565699. OLE color: 11565699.

HSL color Cylindrical-coordinate representation of color #837AB0: hue angle of 250º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #837AB0 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131122176-
CMYK0.260.3100.31
HSL250º25.47%58.43%-
HSV(B)250º30.68%69.02%-
XYZ24.1621.8844.02-
YUV130.85153.48128.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=30.54%
G=28.44%
B=41.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311221760.260.3100.3125025.4758.43
Hex837AB01A1F01Ffa193a
Octal20317226032370373723172
Binary1000001111110101011000011010111110111111111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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