#85709B

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

Shades of Deluge #85709B

Tints of Deluge #85709B

Color information

#85709B (or 0x85709B) is unknown color: approx Deluge. HEX triplet: 85, 70 and 9B. RGB value is (133,112,155). Sum of RGB (Red+Green+Blue) = 133+112+155=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #85709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85709B is #7A8F64. Grayscale: #7B7B7B. Windows color (decimal): -8032101 or 10186885. OLE color: 10186885.

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

Color convert

RGB133112155-
CMYK0.140.2800.39
HSL269.3º17.7%52.35%-
HSV(B)269.3º27.74%60.78%-
XYZ21.3818.9433.54-
YUV123.18145.96135-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=33.25%
G=28%
B=38.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331121550.140.2800.39269.317.752.35
Hex85709BE1C02710d1234
Octal20516023316340474152264
Binary10000101111000010011011111011100010011110000110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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