#85799E

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

Shades of Deluge #85799E

Tints of Deluge #85799E

Color information

#85799E (or 0x85799E) is unknown color: approx Deluge. HEX triplet: 85, 79 and 9E. RGB value is (133,121,158). Sum of RGB (Red+Green+Blue) = 133+121+158=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #85799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85799E is #7A8661. Grayscale: #808080. Windows color (decimal): -8029794 or 10385797. OLE color: 10385797.

HSL color Cylindrical-coordinate representation of color #85799E: hue angle of 259.46º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85799E is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133121158-
CMYK0.160.2300.38
HSL259.46º16.02%54.71%-
HSV(B)259.46º23.42%61.96%-
XYZ22.6821.1335.23-
YUV128.81144.48130.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=32.28%
G=29.37%
B=38.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331211580.160.2300.38259.4616.0254.71
Hex85799E10170261031037
Octal20517123620270464032067
Binary100001011111001100111101000010111010011010000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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