#85799C

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

Shades of Deluge #85799C

Tints of Deluge #85799C

Color information

#85799C (or 0x85799C) is unknown color: approx Deluge. HEX triplet: 85, 79 and 9C. RGB value is (133,121,156). Sum of RGB (Red+Green+Blue) = 133+121+156=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #85799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85799C is #7A8663. Grayscale: #808080. Windows color (decimal): -8029796 or 10254725. OLE color: 10254725.

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

Color convert

RGB133121156-
CMYK0.150.2200.39
HSL260.57º15.02%54.31%-
HSV(B)260.57º22.44%61.18%-
XYZ22.5121.0634.33-
YUV128.58143.48131.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=32.44%
G=29.51%
B=38.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331211560.150.2200.39260.5715.0254.31
Hex85799CF16027105f36
Octal20517123417260474051766
Binary1000010111110011001110011111011001001111000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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