#85779C

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

Shades of Deluge #85779C

Tints of Deluge #85779C

Color information

#85779C (or 0x85779C) is unknown color: approx Deluge. HEX triplet: 85, 77 and 9C. RGB value is (133,119,156). Sum of RGB (Red+Green+Blue) = 133+119+156=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #85779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85779C is #7A8863. Grayscale: #7F7F7F. Windows color (decimal): -8030308 or 10254213. OLE color: 10254213.

HSL color Cylindrical-coordinate representation of color #85779C: hue angle of 262.7º 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 #85779C is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133119156-
CMYK0.150.2400.39
HSL262.7º15.74%53.92%-
HSV(B)262.7º23.72%61.18%-
XYZ22.2720.5834.25-
YUV127.4144.14131.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=32.60%
G=29.17%
B=38.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331191560.150.2400.39262.715.7453.92
Hex85779CF180271071036
Octal20516723417300474072066
Binary10000101111011110011100111111000010011110000011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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