#85729C

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

Shades of Deluge #85729C

Tints of Deluge #85729C

Color information

#85729C (or 0x85729C) is unknown color: approx Deluge. HEX triplet: 85, 72 and 9C. RGB value is (133,114,156). Sum of RGB (Red+Green+Blue) = 133+114+156=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #85729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85729C is #7A8D63. Grayscale: #7C7C7C. Windows color (decimal): -8031588 or 10252933. OLE color: 10252933.

HSL color Cylindrical-coordinate representation of color #85729C: hue angle of 267.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85729C is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133114156-
CMYK0.150.2700.39
HSL267.14º17.5%52.94%-
HSV(B)267.14º26.92%61.18%-
XYZ21.6919.4234.06-
YUV124.47145.79134.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=33.00%
G=28.29%
B=38.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331141560.150.2700.39267.1417.552.94
Hex85729CF1B02710b1235
Octal20516223417330474132265
Binary10000101111001010011100111111011010011110000101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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