#857799

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

Shades of Deluge #857799

Tints of Deluge #857799

Color information

#857799 (or 0x857799) is unknown color: approx Deluge. HEX triplet: 85, 77 and 99. RGB value is (133,119,153). Sum of RGB (Red+Green+Blue) = 133+119+153=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #857799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857799 is #7A8866. Grayscale: #7E7E7E. Windows color (decimal): -8030311 or 10057605. OLE color: 10057605.

HSL color Cylindrical-coordinate representation of color #857799: hue angle of 264.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857799 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB133119153-
CMYK0.130.2200.4
HSL264.71º14.29%53.33%-
HSV(B)264.71º22.22%60%-
XYZ22.0220.4832.93-
YUV127.06142.64132.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=32.84%
G=29.38%
B=37.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331191530.130.2200.4264.7114.2953.33
Hex857799D16028109e35
Octal20516723115260504111665
Binary1000010111101111001100111011011001010001000010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857799; }

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

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

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

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

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

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

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

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