#856AAB

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

Shades of Deluge #856AAB

Tints of Deluge #856AAB

Color information

#856AAB (or 0x856AAB) is unknown color: approx Deluge. HEX triplet: 85, 6A and AB. RGB value is (133,106,171). Sum of RGB (Red+Green+Blue) = 133+106+171=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #856AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856AAB is #7A9554. Grayscale: #797979. Windows color (decimal): -8033621 or 11233925. OLE color: 11233925.

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

Color convert

RGB133106171-
CMYK0.220.3800.33
HSL264.92º27.9%54.31%-
HSV(B)264.92º38.01%67.06%-
XYZ22.1818.2340.88-
YUV121.48155.95136.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=32.44%
G=25.85%
B=41.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331061710.220.3800.33264.9227.954.31
Hex856AAB16260211091c36
Octal20515225326460414113466
Binary1000010111010101010101110110100110010000110000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856AAB; }

 p { color: rgb(133,106,171); }

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

<style>
 a { background-color: #856AAB; }

 a { background-color: rgb(133,106,171); }

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

<style>
 span { border-color: #856AAB; }

 span { border-color: rgb(133,106,171); }

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