#856BAA

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

Shades of Deluge #856BAA

Tints of Deluge #856BAA

Color information

#856BAA (or 0x856BAA) is unknown color: approx Deluge. HEX triplet: 85, 6B and AA. RGB value is (133,107,170). Sum of RGB (Red+Green+Blue) = 133+107+170=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #856BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856BAA is #7A9455. Grayscale: #797979. Windows color (decimal): -8033366 or 11168645. OLE color: 11168645.

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

Color convert

RGB133107170-
CMYK0.220.3700.33
HSL264.76º27.04%54.31%-
HSV(B)264.76º37.06%66.67%-
XYZ22.1918.440.41-
YUV121.96155.11135.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=32.44%
G=26.10%
B=41.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331071700.220.3700.33264.7627.0454.31
Hex856BAA16250211091b36
Octal20515325226450414113366
Binary1000010111010111010101010110100101010000110000100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,107,170); }

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

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

 a { background-color: rgb(133,107,170); }

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

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

 span { border-color: rgb(133,107,170); }

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