#85769B

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

Shades of Deluge #85769B

Tints of Deluge #85769B

Color information

#85769B (or 0x85769B) is unknown color: approx Deluge. HEX triplet: 85, 76 and 9B. RGB value is (133,118,155). Sum of RGB (Red+Green+Blue) = 133+118+155=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #85769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85769B is #7A8964. Grayscale: #7E7E7E. Windows color (decimal): -8030565 or 10188421. OLE color: 10188421.

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

Color convert

RGB133118155-
CMYK0.140.2400.39
HSL264.32º15.61%53.53%-
HSV(B)264.32º23.87%60.78%-
XYZ22.0720.3133.77-
YUV126.7143.97132.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=32.76%
G=29.06%
B=38.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331181550.140.2400.39264.3215.6153.53
Hex85769BE180271081036
Octal20516623316300474102066
Binary10000101111011010011011111011000010011110000100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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