#85749B

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

Shades of Deluge #85749B

Tints of Deluge #85749B

Color information

#85749B (or 0x85749B) is unknown color: approx Deluge. HEX triplet: 85, 74 and 9B. RGB value is (133,116,155). Sum of RGB (Red+Green+Blue) = 133+116+155=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #85749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85749B is #7A8B64. Grayscale: #7D7D7D. Windows color (decimal): -8031077 or 10187909. OLE color: 10187909.

HSL color Cylindrical-coordinate representation of color #85749B: hue angle of 266.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85749B is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133116155-
CMYK0.140.2500.39
HSL266.15º16.32%53.14%-
HSV(B)266.15º25.16%60.78%-
XYZ21.8319.8433.69-
YUV125.53144.63133.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=32.92%
G=28.71%
B=38.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331161550.140.2500.39266.1516.3253.14
Hex85749BE1902710a1035
Octal20516423316310474122065
Binary10000101111010010011011111011001010011110000101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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