#85739F

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

Shades of Deluge #85739F

Tints of Deluge #85739F

Color information

#85739F (or 0x85739F) is unknown color: approx Deluge. HEX triplet: 85, 73 and 9F. RGB value is (133,115,159). Sum of RGB (Red+Green+Blue) = 133+115+159=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #85739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85739F is #7A8C60. Grayscale: #7D7D7D. Windows color (decimal): -8031329 or 10449797. OLE color: 10449797.

HSL color Cylindrical-coordinate representation of color #85739F: hue angle of 264.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85739F is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133115159-
CMYK0.160.2800.38
HSL264.55º18.64%53.73%-
HSV(B)264.55º27.67%62.35%-
XYZ22.0619.7535.45-
YUV125.4146.96133.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=32.68%
G=28.26%
B=39.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331151590.160.2800.38264.5518.6453.73
Hex85739F101C0261091336
Octal20516323720340464112366
Binary100001011110011100111111000011100010011010000100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85739F; }

 p { color: rgb(133,115,159); }

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

<style>
 a { background-color: #85739F; }

 a { background-color: rgb(133,115,159); }

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

<style>
 span { border-color: #85739F; }

 span { border-color: rgb(133,115,159); }

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