#85799F

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

Shades of Deluge #85799F

Tints of Deluge #85799F

Color information

#85799F (or 0x85799F) is unknown color: approx Deluge. HEX triplet: 85, 79 and 9F. RGB value is (133,121,159). Sum of RGB (Red+Green+Blue) = 133+121+159=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #85799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85799F is #7A8660. Grayscale: #808080. Windows color (decimal): -8029793 or 10451333. OLE color: 10451333.

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

Color convert

RGB133121159-
CMYK0.160.2400.38
HSL258.95º16.52%54.9%-
HSV(B)258.95º23.9%62.35%-
XYZ22.7721.1635.69-
YUV128.92144.98130.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=32.20%
G=29.30%
B=38.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331211590.160.2400.38258.9516.5254.9
Hex85799F10180261031137
Octal20517123720300464032167
Binary100001011111001100111111000011000010011010000001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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