#857B97

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

Shades of Deluge #857B97

Tints of Deluge #857B97

Color information

#857B97 (or 0x857B97) is unknown color: approx Deluge. HEX triplet: 85, 7B and 97. RGB value is (133,123,151). Sum of RGB (Red+Green+Blue) = 133+123+151=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #857B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857B97 is #7A8468. Grayscale: #818181. Windows color (decimal): -8029289 or 9927557. OLE color: 9927557.

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

Color convert

RGB133123151-
CMYK0.120.1900.41
HSL261.43º11.86%53.73%-
HSV(B)261.43º18.54%59.22%-
XYZ22.3421.3932.23-
YUV129.18140.31130.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=32.68%
G=30.22%
B=37.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331231510.120.1900.41261.4311.8653.73
Hex857B97C13029105c36
Octal20517322714230514051466
Binary1000010111110111001011111001001101010011000001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,151); }

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

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

 a { background-color: rgb(133,123,151); }

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

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

 span { border-color: rgb(133,123,151); }

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