#857C85

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

Shades of Old Lavender #857C85

Tints of Old Lavender #857C85

Color information

#857C85 (or 0x857C85) is unknown color: approx Old Lavender. HEX triplet: 85, 7C and 85. RGB value is (133,124,133). Sum of RGB (Red+Green+Blue) = 133+124+133=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #857C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C85 is #7A837A. Grayscale: #7F7F7F. Windows color (decimal): -8029051 or 8748165. OLE color: 8748165.

HSL color Cylindrical-coordinate representation of color #857C85: hue angle of 300º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #857C85 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB133124133-
CMYK00.0700.48
HSL300º3.56%50.39%-
HSV(B)300º6.77%52.16%-
XYZ21.1121.125.15-
YUV127.72130.98131.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=34.10%
G=31.79%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312413300.0700.483003.5650.39
Hex857C850703012c432
Octal20517420507060454462
Binary1000010111111001000010101110110000100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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