#856DA7

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

Shades of Deluge #856DA7

Tints of Deluge #856DA7

Color information

#856DA7 (or 0x856DA7) is unknown color: approx Deluge. HEX triplet: 85, 6D and A7. RGB value is (133,109,167). Sum of RGB (Red+Green+Blue) = 133+109+167=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 167 - color contains mainly: blue. Hex color #856DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856DA7 is #7A9258. Grayscale: #7A7A7A. Windows color (decimal): -8032857 or 10972549. OLE color: 10972549.

HSL color Cylindrical-coordinate representation of color #856DA7: hue angle of 264.83º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856DA7 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB133109167-
CMYK0.200.3500.35
HSL264.83º24.79%54.12%-
HSV(B)264.83º34.73%65.49%-
XYZ22.1218.7139.01-
YUV122.79152.95135.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 167 (65.62% from 255) = 40.83%
R=32.52%
G=26.65%
B=40.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331091670.200.3500.35264.8324.7954.12
Hex856DA714230231091936
Octal20515524724430434113166
Binary1000010111011011010011110100100011010001110000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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