#857B9C

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

Shades of Deluge #857B9C

Tints of Deluge #857B9C

Color information

#857B9C (or 0x857B9C) is unknown color: approx Deluge. HEX triplet: 85, 7B and 9C. RGB value is (133,123,156). Sum of RGB (Red+Green+Blue) = 133+123+156=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #857B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857B9C is #7A8463. Grayscale: #818181. Windows color (decimal): -8029284 or 10255237. OLE color: 10255237.

HSL color Cylindrical-coordinate representation of color #857B9C: hue angle of 258.18º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857B9C is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133123156-
CMYK0.150.2100.39
HSL258.18º14.29%54.71%-
HSV(B)258.18º21.15%61.18%-
XYZ22.7621.5534.41-
YUV129.75142.81130.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=32.28%
G=29.85%
B=37.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331231560.150.2100.39258.1814.2954.71
Hex857B9CF15027102e37
Octal20517323417250474021667
Binary1000010111110111001110011111010101001111000000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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