#85779B

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

Shades of Deluge #85779B

Tints of Deluge #85779B

Color information

#85779B (or 0x85779B) is unknown color: approx Deluge. HEX triplet: 85, 77 and 9B. RGB value is (133,119,155). Sum of RGB (Red+Green+Blue) = 133+119+155=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #85779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85779B is #7A8864. Grayscale: #7F7F7F. Windows color (decimal): -8030309 or 10188677. OLE color: 10188677.

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

Color convert

RGB133119155-
CMYK0.140.2300.39
HSL263.33º15.25%53.73%-
HSV(B)263.33º23.23%60.78%-
XYZ22.1920.5533.81-
YUV127.29143.64132.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=32.68%
G=29.24%
B=38.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331191550.140.2300.39263.3315.2553.73
Hex85779BE17027107f36
Octal20516723316270474071766
Binary1000010111101111001101111101011101001111000001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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