#857C96

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

Shades of Deluge #857C96

Tints of Deluge #857C96

Color information

#857C96 (or 0x857C96) is unknown color: approx Deluge. HEX triplet: 85, 7C and 96. RGB value is (133,124,150). Sum of RGB (Red+Green+Blue) = 133+124+150=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #857C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C96 is #7A8369. Grayscale: #818181. Windows color (decimal): -8029034 or 9862277. OLE color: 9862277.

HSL color Cylindrical-coordinate representation of color #857C96: hue angle of 260.77º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857C96 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB133124150-
CMYK0.110.1700.41
HSL260.77º11.02%53.73%-
HSV(B)260.77º17.33%58.82%-
XYZ22.3921.631.84-
YUV129.66139.48130.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=32.68%
G=30.47%
B=36.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331241500.110.1700.41260.7711.0253.73
Hex857C96B11029105b36
Octal20517422613210514051366
Binary1000010111111001001011010111000101010011000001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C96; }

 p { color: rgb(133,124,150); }

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

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

 a { background-color: rgb(133,124,150); }

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

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

 span { border-color: rgb(133,124,150); }

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