#857C9D

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

Shades of Deluge #857C9D

Tints of Deluge #857C9D

Color information

#857C9D (or 0x857C9D) is unknown color: approx Deluge. HEX triplet: 85, 7C and 9D. RGB value is (133,124,157). Sum of RGB (Red+Green+Blue) = 133+124+157=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #857C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C9D is #7A8362. Grayscale: #828282. Windows color (decimal): -8029027 or 10321029. OLE color: 10321029.

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

Color convert

RGB133124157-
CMYK0.150.2100.38
HSL256.36º14.41%55.1%-
HSV(B)256.36º21.02%61.57%-
XYZ22.9721.8434.9-
YUV130.45142.98129.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=32.13%
G=29.95%
B=37.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331241570.150.2100.38256.3614.4155.1
Hex857C9DF15026100e37
Octal20517423517250464001667
Binary1000010111111001001110111111010101001101000000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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