#85709E

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

Shades of Deluge #85709E

Tints of Deluge #85709E

Color information

#85709E (or 0x85709E) is unknown color: approx Deluge. HEX triplet: 85, 70 and 9E. RGB value is (133,112,158). Sum of RGB (Red+Green+Blue) = 133+112+158=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #85709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85709E is #7A8F61. Grayscale: #7B7B7B. Windows color (decimal): -8032098 or 10383493. OLE color: 10383493.

HSL color Cylindrical-coordinate representation of color #85709E: hue angle of 267.39º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85709E is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133112158-
CMYK0.160.2900.38
HSL267.39º19.17%52.94%-
HSV(B)267.39º29.11%61.96%-
XYZ21.6419.0434.88-
YUV123.52147.46134.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=33.00%
G=27.79%
B=39.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331121580.160.2900.38267.3919.1752.94
Hex85709E101D02610b1335
Octal20516023620350464132365
Binary100001011110000100111101000011101010011010000101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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