#856EAB

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

Shades of Deluge #856EAB

Tints of Deluge #856EAB

Color information

#856EAB (or 0x856EAB) is unknown color: approx Deluge. HEX triplet: 85, 6E and AB. RGB value is (133,110,171). Sum of RGB (Red+Green+Blue) = 133+110+171=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #856EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856EAB is #7A9154. Grayscale: #7B7B7B. Windows color (decimal): -8032597 or 11234949. OLE color: 11234949.

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

Color convert

RGB133110171-
CMYK0.220.3600.33
HSL262.62º26.64%55.1%-
HSV(B)262.62º35.67%67.06%-
XYZ22.619.0841.02-
YUV123.83154.62134.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=32.13%
G=26.57%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331101710.220.3600.33262.6226.6455.1
Hex856EAB16240211071b37
Octal20515625326440414073367
Binary1000010111011101010101110110100100010000110000011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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