#856DAB

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

Shades of Deluge #856DAB

Tints of Deluge #856DAB

Color information

#856DAB (or 0x856DAB) is unknown color: approx Deluge. HEX triplet: 85, 6D and AB. RGB value is (133,109,171). Sum of RGB (Red+Green+Blue) = 133+109+171=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #856DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856DAB is #7A9254. Grayscale: #7B7B7B. Windows color (decimal): -8032853 or 11234693. OLE color: 11234693.

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

Color convert

RGB133109171-
CMYK0.220.3600.33
HSL263.23º26.96%54.9%-
HSV(B)263.23º36.26%67.06%-
XYZ22.4918.8640.98-
YUV123.24154.95134.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=32.20%
G=26.39%
B=41.40%

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
Decimal1331091710.220.3600.33263.2326.9654.9
Hex856DAB16240211071b37
Octal20515525326440414073367
Binary1000010111011011010101110110100100010000110000011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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