#856FA5

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

Shades of Deluge #856FA5

Tints of Deluge #856FA5

Color information

#856FA5 (or 0x856FA5) is unknown color: approx Deluge. HEX triplet: 85, 6F and A5. RGB value is (133,111,165). Sum of RGB (Red+Green+Blue) = 133+111+165=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 165 - color contains mainly: blue. Hex color #856FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856FA5 is #7A905A. Grayscale: #7B7B7B. Windows color (decimal): -8032347 or 10841989. OLE color: 10841989.

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

Color convert

RGB133111165-
CMYK0.190.3300.35
HSL264.44º23.08%54.12%-
HSV(B)264.44º32.73%64.71%-
XYZ22.1519.0738.11-
YUV123.73151.29134.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 165 (64.84% from 255) = 40.34%
R=32.52%
G=27.14%
B=40.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331111650.190.3300.35264.4423.0854.12
Hex856FA513210231081736
Octal20515724523410434102766
Binary1000010111011111010010110011100001010001110000100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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