#85719B

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

Shades of Deluge #85719B

Tints of Deluge #85719B

Color information

#85719B (or 0x85719B) is unknown color: approx Deluge. HEX triplet: 85, 71 and 9B. RGB value is (133,113,155). Sum of RGB (Red+Green+Blue) = 133+113+155=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #85719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85719B is #7A8E64. Grayscale: #7B7B7B. Windows color (decimal): -8031845 or 10187141. OLE color: 10187141.

HSL color Cylindrical-coordinate representation of color #85719B: hue angle of 268.57º 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 #85719B is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133113155-
CMYK0.140.2700.39
HSL268.57º17.36%52.55%-
HSV(B)268.57º27.1%60.78%-
XYZ21.4919.1633.58-
YUV123.77145.63134.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=33.17%
G=28.18%
B=38.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331131550.140.2700.39268.5717.3652.55
Hex85719BE1B02710d1135
Octal20516123316330474152165
Binary10000101111000110011011111011011010011110000110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85719B; }

 p { color: rgb(133,113,155); }

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

<style>
 a { background-color: #85719B; }

 a { background-color: rgb(133,113,155); }

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

<style>
 span { border-color: #85719B; }

 span { border-color: rgb(133,113,155); }

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