#856CAC

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

Shades of Deluge #856CAC

Tints of Deluge #856CAC

Color information

#856CAC (or 0x856CAC) is unknown color: approx Deluge. HEX triplet: 85, 6C and AC. RGB value is (133,108,172). Sum of RGB (Red+Green+Blue) = 133+108+172=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #856CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856CAC is #7A9353. Grayscale: #7A7A7A. Windows color (decimal): -8033108 or 11299973. OLE color: 11299973.

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

Color convert

RGB133108172-
CMYK0.230.3700.33
HSL263.44º27.83%54.9%-
HSV(B)263.44º37.21%67.45%-
XYZ22.4818.6941.45-
YUV122.77155.78135.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=32.20%
G=26.15%
B=41.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331081720.230.3700.33263.4427.8354.9
Hex856CAC17250211071c37
Octal20515425427450414073467
Binary1000010111011001010110010111100101010000110000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,172); }

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

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

 a { background-color: rgb(133,108,172); }

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

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

 span { border-color: rgb(133,108,172); }

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