#85769A

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

Shades of Deluge #85769A

Tints of Deluge #85769A

Color information

#85769A (or 0x85769A) is unknown color: approx Deluge. HEX triplet: 85, 76 and 9A. RGB value is (133,118,154). Sum of RGB (Red+Green+Blue) = 133+118+154=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #85769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85769A is #7A8965. Grayscale: #7E7E7E. Windows color (decimal): -8030566 or 10122885. OLE color: 10122885.

HSL color Cylindrical-coordinate representation of color #85769A: hue angle of 265º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85769A is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133118154-
CMYK0.140.2300.40
HSL265º15.13%53.33%-
HSV(B)265º23.38%60.39%-
XYZ21.9820.2833.33-
YUV126.59143.47132.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=32.84%
G=29.14%
B=38.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331181540.140.2300.4026515.1353.33
Hex85769AE17028109f35
Octal20516623216270504111765
Binary1000010111101101001101011101011101010001000010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85769A; }

 p { color: rgb(133,118,154); }

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

<style>
 a { background-color: #85769A; }

 a { background-color: rgb(133,118,154); }

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

<style>
 span { border-color: #85769A; }

 span { border-color: rgb(133,118,154); }

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