#837FAB

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

Shades of Deluge #837FAB

Tints of Deluge #837FAB

Color information

#837FAB (or 0x837FAB) is unknown color: approx Deluge. HEX triplet: 83, 7F and AB. RGB value is (131,127,171). Sum of RGB (Red+Green+Blue) = 131+127+171=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #837FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FAB is #7C8054. Grayscale: #858585. Windows color (decimal): -8159317 or 11239299. OLE color: 11239299.

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

Color convert

RGB131127171-
CMYK0.230.2600.33
HSL245.45º20.75%58.43%-
HSV(B)245.45º25.73%67.06%-
XYZ24.322.9441.68-
YUV133.21149.33126.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=30.54%
G=29.60%
B=39.86%

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
Decimal1311271710.230.2600.33245.4520.7558.43
Hex837FAB171A021f5153a
Octal20317725327320413652572
Binary10000011111111110101011101111101001000011111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,127,171); }

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

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

 a { background-color: rgb(131,127,171); }

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

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

 span { border-color: rgb(131,127,171); }

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