#856FAD

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

Shades of Deluge #856FAD

Tints of Deluge #856FAD

Color information

#856FAD (or 0x856FAD) is unknown color: approx Deluge. HEX triplet: 85, 6F and AD. RGB value is (133,111,173). Sum of RGB (Red+Green+Blue) = 133+111+173=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #856FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856FAD is #7A9052. Grayscale: #7C7C7C. Windows color (decimal): -8032339 or 11366277. OLE color: 11366277.

HSL color Cylindrical-coordinate representation of color #856FAD: hue angle of 261.29º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856FAD is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133111173-
CMYK0.230.3600.32
HSL261.29º27.43%55.69%-
HSV(B)261.29º35.84%67.84%-
XYZ22.919.3742.07-
YUV124.65155.29133.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=31.89%
G=26.62%
B=41.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331111730.230.3600.32261.2927.4355.69
Hex856FAD17240201051b38
Octal20515725527440404053370
Binary1000010111011111010110110111100100010000010000010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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