#856FB3

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

Shades of Deluge #856FB3

Tints of Deluge #856FB3

Color information

#856FB3 (or 0x856FB3) is unknown color: approx Deluge. HEX triplet: 85, 6F and B3. RGB value is (133,111,179). Sum of RGB (Red+Green+Blue) = 133+111+179=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #856FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FB3 is #7A904C. Grayscale: #7D7D7D. Windows color (decimal): -8032333 or 11759493. OLE color: 11759493.

HSL color Cylindrical-coordinate representation of color #856FB3: hue angle of 259.41º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #856FB3 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB133111179-
CMYK0.260.3800.30
HSL259.41º30.91%56.86%-
HSV(B)259.41º37.99%70.2%-
XYZ23.4919.6145.19-
YUV125.33158.29133.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 179 (70.31% from 255) = 42.32%
R=31.44%
G=26.24%
B=42.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331111790.260.3800.30259.4130.9156.86
Hex856FB31A2601E1031f39
Octal20515726332460364033771
Binary100001011101111101100111101010011001111010000001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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