#856FA2

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

Shades of Deluge #856FA2

Tints of Deluge #856FA2

Color information

#856FA2 (or 0x856FA2) is unknown color: approx Deluge. HEX triplet: 85, 6F and A2. RGB value is (133,111,162). Sum of RGB (Red+Green+Blue) = 133+111+162=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #856FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856FA2 is #7A905D. Grayscale: #7B7B7B. Windows color (decimal): -8032350 or 10645381. OLE color: 10645381.

HSL color Cylindrical-coordinate representation of color #856FA2: hue angle of 265.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856FA2 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB133111162-
CMYK0.180.3100.36
HSL265.88º21.52%53.53%-
HSV(B)265.88º31.48%63.53%-
XYZ21.8818.9636.69-
YUV123.39149.79134.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=32.76%
G=27.34%
B=39.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331111620.180.3100.36265.8821.5253.53
Hex856FA2121F02410a1636
Octal20515724222370444122666
Binary100001011101111101000101001011111010010010000101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,111,162); }

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

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

 a { background-color: rgb(133,111,162); }

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

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

 span { border-color: rgb(133,111,162); }

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