#85789A

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

Shades of Deluge #85789A

Tints of Deluge #85789A

Color information

#85789A (or 0x85789A) is unknown color: approx Deluge. HEX triplet: 85, 78 and 9A. RGB value is (133,120,154). Sum of RGB (Red+Green+Blue) = 133+120+154=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #85789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85789A is #7A8765. Grayscale: #7F7F7F. Windows color (decimal): -8030054 or 10123397. OLE color: 10123397.

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

Color convert

RGB133120154-
CMYK0.140.2200.40
HSL262.94º14.41%53.73%-
HSV(B)262.94º22.08%60.39%-
XYZ22.2220.7533.41-
YUV127.76142.81131.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=32.68%
G=29.48%
B=37.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331201540.140.2200.40262.9414.4153.73
Hex85789AE16028107e36
Octal20517023216260504071666
Binary1000010111110001001101011101011001010001000001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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