#856FAB

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

Shades of Deluge #856FAB

Tints of Deluge #856FAB

Color information

#856FAB (or 0x856FAB) is unknown color: approx Deluge. HEX triplet: 85, 6F and AB. RGB value is (133,111,171). Sum of RGB (Red+Green+Blue) = 133+111+171=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #856FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856FAB is #7A9054. Grayscale: #7C7C7C. Windows color (decimal): -8032341 or 11235205. OLE color: 11235205.

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

Color convert

RGB133111171-
CMYK0.220.3500.33
HSL262º26.32%55.29%-
HSV(B)262º35.09%67.06%-
XYZ22.7119.341.06-
YUV124.42154.29134.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=32.05%
G=26.75%
B=41.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331111710.220.3500.3326226.3255.29
Hex856FAB16230211061a37
Octal20515725326430414063267
Binary1000010111011111010101110110100011010000110000011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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