#857C9C

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

Shades of Deluge #857C9C

Tints of Deluge #857C9C

Color information

#857C9C (or 0x857C9C) is unknown color: approx Deluge. HEX triplet: 85, 7C and 9C. RGB value is (133,124,156). Sum of RGB (Red+Green+Blue) = 133+124+156=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #857C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C9C is #7A8363. Grayscale: #828282. Windows color (decimal): -8029028 or 10255493. OLE color: 10255493.

HSL color Cylindrical-coordinate representation of color #857C9C: hue angle of 256.88º 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 #857C9C is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133124156-
CMYK0.150.2100.39
HSL256.88º13.91%54.9%-
HSV(B)256.88º20.51%61.18%-
XYZ22.8821.834.45-
YUV130.34142.48129.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=32.20%
G=30.02%
B=37.77%

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
Decimal1331241560.150.2100.39256.8813.9154.9
Hex857C9CF15027101e37
Octal20517423417250474011667
Binary1000010111111001001110011111010101001111000000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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