#85729F

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

Shades of Deluge #85729F

Tints of Deluge #85729F

Color information

#85729F (or 0x85729F) is unknown color: approx Deluge. HEX triplet: 85, 72 and 9F. RGB value is (133,114,159). Sum of RGB (Red+Green+Blue) = 133+114+159=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #85729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85729F is #7A8D60. Grayscale: #7C7C7C. Windows color (decimal): -8031585 or 10449541. OLE color: 10449541.

HSL color Cylindrical-coordinate representation of color #85729F: hue angle of 265.33º 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 #85729F is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133114159-
CMYK0.160.2800.38
HSL265.33º18.99%53.53%-
HSV(B)265.33º28.3%62.35%-
XYZ21.9519.5235.41-
YUV124.81147.29133.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=32.76%
G=28.08%
B=39.16%

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
Decimal1331141590.160.2800.38265.3318.9953.53
Hex85729F101C0261091336
Octal20516223720340464112366
Binary100001011110010100111111000011100010011010000100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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