#856DAC

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

Shades of Deluge #856DAC

Tints of Deluge #856DAC

Color information

#856DAC (or 0x856DAC) is unknown color: approx Deluge. HEX triplet: 85, 6D and AC. RGB value is (133,109,172). Sum of RGB (Red+Green+Blue) = 133+109+172=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #856DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856DAC is #7A9253. Grayscale: #7B7B7B. Windows color (decimal): -8032852 or 11300229. OLE color: 11300229.

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

Color convert

RGB133109172-
CMYK0.230.3700.33
HSL262.86º27.51%55.1%-
HSV(B)262.86º36.63%67.45%-
XYZ22.5918.941.49-
YUV123.36155.45134.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=32.13%
G=26.33%
B=41.55%

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
Decimal1331091720.230.3700.33262.8627.5155.1
Hex856DAC17250211071c37
Octal20515525427450414073467
Binary1000010111011011010110010111100101010000110000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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